| Commit message (Expand) | Author | Age | Files | Lines |
* | Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable | Betsy McPhail | 2017-07-10 | 1 | -2/+1 |
|
|
* | Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable | Betsy McPhail | 2017-07-10 | 1 | -1/+1 |
|
|
* | include_guard: add vim syntax highlighting rules | Pavel Solodovnikov | 2017-06-22 | 1 | -1/+5 |
|
|
* | cmake_host_system_information: Add more keywords | Florian Maushart | 2017-06-05 | 1 | -1/+1 |
|
|
* | Merge branch 'upstream-vim-cmake-syntax' | Patrick Boettcher | 2017-05-02 | 4 | -286/+201 |
|
|
* | separgs: Add a NATIVE_COMMAND mode | Christian Pfeiffer | 2017-04-26 | 1 | -1/+1 |
|
|
* | cmake.m4: do not set _XXXFLAGS or _LIBS var if already set | John Donoghue | 2017-02-23 | 1 | -2/+2 |
|
|
* | Add properties to run the cpplint style checker with the compiler | Jamie Snape | 2017-01-23 | 1 | -2/+2 |
|
|
* | install: Configurable DESTINATION for the cmake.m4 file | Konstantin Podsvirov | 2016-11-15 | 1 | -1/+1 |
|
|
* | ctest_memcheck: Add DEFECT_COUNT option to capture defect count | Betsy McPhail | 2016-11-09 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 2 | -22/+4 |
|
|
* | ExternalProject: Add HTTP_HEADER | Ruslan Baratov | 2016-09-19 | 1 | -1/+1 |
|
|
* | ExternalProject: Add HTTP_{USERNAME,PASSWORD} | Ruslan Baratov | 2016-09-15 | 1 | -1/+1 |
|
|
* | Aux: Install vim-cmake-syntax files with CMake | Brad King | 2016-08-17 | 1 | -0/+1 |
|
|
* | Merge branch 'upstream-vim-cmake-syntax' into import-vim-syntax | Brad King | 2016-08-17 | 4 | -0/+869 |
|
|
* | Aux: Drop vim files prior to import of third-party version | Brad King | 2016-08-17 | 4 | -674/+0 |
|
|
* | bash-completion: Fix cmake -E lookup | Sylvain Joubert | 2016-08-05 | 1 | -1/+1 |
|
|
* | Merge topic 'emacs-mode-compilation-warning' | Brad King | 2016-08-01 | 1 | -8/+9 |
|\ |
|
| * | cmake-mode.el: Replace use of obsolete function (since Emacs 24.3). | Jostein Kjønigsen | 2016-08-01 | 1 | -1/+1 |
|
|
| * | cmake-mode.el: Fix byte-compilation warnings. | Jostein Kjønigsen | 2016-07-26 | 1 | -7/+8 |
|
|
* | | Aux: highlight commands using Function | Ben Boeckel | 2016-07-22 | 1 | -3/+3 |
|
|
* | | Aux: sort the highlighting list | Ben Boeckel | 2016-07-22 | 1 | -3/+3 |
|
|
* | | Aux: highlight CMAKE_{CMAKE,CPACK}_COMMAND variables | Ben Boeckel | 2016-07-22 | 1 | -1/+1 |
|
|
* | | Aux: highlight modules using Include | Ben Boeckel | 2016-07-22 | 1 | -1/+1 |
|
|
* | | Aux: highlight conditiona and repeat commands differently | Ben Boeckel | 2016-07-22 | 1 | -1/+9 |
|
|
* | | Aux: highlight deprecated commands as warnings | Ben Boeckel | 2016-07-22 | 1 | -1/+5 |
|
|
* | | Aux: remove unused highlight links | Ben Boeckel | 2016-07-22 | 1 | -2/+0 |
|
|
* | | Aux: highlight Lua-style comments | Ben Boeckel | 2016-07-22 | 1 | -0/+2 |
|
|
* | | Aux: check spelling in comments | Ben Boeckel | 2016-07-22 | 1 | -1/+1 |
|/ |
|
* | Aux: update vim-syntax-highlighting | Patrick Boettcher | 2016-07-21 | 1 | -57/+515 |
|
|
* | bash-completion: Add cpack --help-{manual,module,policy,property} | Eric NOULARD | 2016-06-10 | 1 | -0/+20 |
|
|
* | bash-completion: Add ctest --help-{manual,module,policy,property,variable} | Eric NOULARD | 2016-06-10 | 1 | -0/+26 |
|
|
* | bash-completion: Fix cmake --help-policy lookup | Eric NOULARD | 2016-06-10 | 1 | -2/+2 |
|
|
* | bash-completion: Add cmake --help-manual | Eric NOULARD | 2016-06-10 | 1 | -0/+5 |
|
|
* | cmake-mode.el: Make cmake-tab-width a customizable variable | Taylor Braun-Jones | 2016-05-10 | 1 | -1/+3 |
|
|
* | cmake-mode.el: Fix help completion item lists with CMake >= 3.0 (#16019) | Julian Schmidt | 2016-03-16 | 1 | -1/+2 |
|
|
* | cmake-mode.el: unscreamify symbols instead of words | Kevin Burge | 2015-10-08 | 1 | -1/+1 |
|
|
* | cmake-mode.el: treat keywords as symbols | Kevin Burge | 2015-10-08 | 1 | -4/+4 |
|
|
* | Replace http://www.cmake.org URLs with https://cmake.org | Brad King | 2015-09-25 | 2 | -2/+2 |
|
|
* | cmake-mode.el: Refine variable font-lock | Roy Crihfield | 2015-08-14 | 1 | -1/+1 |
|
|
* | cmake-mode.el: Fix function name font-lock | Roy Crihfield | 2015-08-13 | 1 | -1/+1 |
|
|
* | cmake-mode.el: Derive cmake-mode from prog-mode | Roy Crihfield | 2015-07-27 | 1 | -35/+23 |
|
|
* | cmake-mode.el: Add font-lock for keywords and variables | Roy Crihfield | 2015-07-27 | 1 | -3/+11 |
|
|
* | cmake-mode.el: Rename function to be consistent | Roy Crihfield | 2015-07-27 | 1 | -9/+11 |
|
|
* | cmake-mode.el: Use `rx' for regexps | Roy Crihfield | 2015-07-27 | 1 | -16/+26 |
|
|
* | cmake-mode.el: Minor clean-up | Roy Crihfield | 2015-07-27 | 1 | -41/+20 |
|
|
* | cmake-mode.el: Add support for prog-mode hooks (#15521) | Jostein Kjønigsen | 2015-06-23 | 1 | -1/+3 |
|
|
* | bash-completion: Avoid using _init_completion when not defined | Gaëtan Lehmann | 2015-04-22 | 3 | -3/+24 |
|
|
* | Merge topic 'emacs-mode-fix-word-at-point' | Brad King | 2015-01-20 | 1 | -0/+1 |
|\ |
|
| * | cmake-mode.el: Re-add explicit call to require thingatpt | Peter Vasil | 2015-01-19 | 1 | -0/+1 |
|
|