Re: [cmake-developers] syntax of '_' should be treated as symbol

2014-11-11 Thread Syohei Yoshida
I created git animations about this patch. Please see them. Original version does not stop at underscore by word commands such as forward-word. On the other hands, fixed version stops at underscore. This behavior is same as other major-modes. [Original] https://gist.github.com/syohex/a8a3899b3cd86

[cmake-developers] syntax of '_' should be treated as symbol

2014-11-11 Thread Syohei YOSHIDA
Word commands, such as foward-word(M-f), backward-kill-word(M-backspace), don't work well like other major-modes if syntax of '_' is treated as "word". --- Auxiliary/cmake-mode.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Auxiliary/cmake-mode.el b/Auxiliary/cmake-mode.e

[cmake-developers] [CMake 0015246]: Better support for autotools directory paths

2014-11-11 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15246 == Reported By:Jessica Hamilton Assigned To:

[cmake-developers] [CMake 0015245]: Add support for LTO

2014-11-11 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15245 == Reported By:Ilya Assigned To: ===

[cmake-developers] [CMake 0015244]: Add "cmake -E patch" command line option and "file(PATCH)" command

2014-11-11 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15244 == Reported By:Daniele E. Domenichelli Assigned To:

[cmake-developers] string SUBSTRING TRUNCATE mode

2014-11-11 Thread Domen Vrankar
Hi, I wrote a patch that adds functionality to string SUBSTRING command: string(SUBSTRING [TRUNCATE]) When TRUNCATE is set this is valid: cmake_minimum_required (VERSION 3.0) project(string_test) set(test_str "abcd") string(SUBSTRING ${test_str} 2 6 substr TRUNCATE) message(${test_str}) mes

[cmake-developers] [CMake 0015243]: /EHs-c- or /EHs- /EHc- as COMPILE_FLAGS target property does not remove /EHsc from the global CMAKE_CXX_FLAGS

2014-11-11 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15243 == Reported By:Rodrigo Hernandez Assigned To:

Re: [cmake-developers] New command 'file(LOCK_DIRECTORY ...)'

2014-11-11 Thread Brad King
On 11/10/2014 04:49 PM, Ruslan Baratov wrote: > On 31-Oct-14 16:39, Brad King wrote: >> Please work on the patches. You can use "git format-patch" to format >> them and post here either inline or as attachments. >> > Done Thanks for working on it. Good start. Here are some comments so far: * A

Re: [cmake-developers] pause on new topics, please

2014-11-11 Thread Brad King
On 11/10/2014 11:36 AM, Brad King wrote: > This is done, but a couple more regression-fix topics now need to > go through in preparation for 3.1.0-rc2, so please continue to > hold off on new topics in 'next'. This is all done so 'next' is now open for new topics! Thanks, -Brad -- Powered by w

Re: [cmake-developers] [PATCH] FindIntl: Module to find Gettext libintl headers and library

2014-11-11 Thread Brad King
On 11/09/2014 06:55 PM, Roger Leigh wrote: > I have attached an initial patch for adding support for Sun/Uniforum/GNU > gettext libintl. Applied with minor tweaks and merged to 'next' for testing: FindIntl: New module to find Gettext libintl http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c5

[cmake-developers] [CMake 0015242]: Teach the "cmake -E echo" command to write to a file.

2014-11-11 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15242 == Reported By:Ilya Assigned To: ===

[cmake-developers] [CMake 0015241]: Replace TEST_AFTER_INSTALL / TEST_BEFORE_INSTALL with TEST_COMMAND_AFTER_INSTALL / TEST_COMMAND_BEFORE_INSTALL

2014-11-11 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15241 == Reported By:Ilya Assigned To: ===

[cmake-developers] [CMake 0015240]: When compiling CUDA *.cu code, NVCC uses CXX_FLAGS when it should be using C_FLAGS

2014-11-11 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15240 == Reported By:jeremyherbert Assigned To:

[cmake-developers] [CMake 0015239]: Escape %3B in preprocessor definitions

2014-11-11 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15239 == Reported By:DavidSto Assigned To: