summaryrefslogtreecommitdiffstats
path: root/Auxiliary/vim
Commit message (Collapse)AuthorAgeFilesLines
* Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variableBetsy McPhail2017-07-101-2/+1
| | | | | The specified LABELS will be passed down to subdirectories as well as any targets or tests in the directory.
* Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variableBetsy McPhail2017-07-101-1/+1
| | | | | Use this variable to specify a list of labels that will be reported to CDash as subprojects.
* include_guard: add vim syntax highlighting rulesPavel Solodovnikov2017-06-221-1/+5
|
* cmake_host_system_information: Add more keywordsFlorian Maushart2017-06-051-1/+1
| | | | | Extend the `cmake_host_system_information()` command to add processor identification keywords.
* Merge branch 'upstream-vim-cmake-syntax'Patrick Boettcher2017-05-024-286/+201
| | | | | * upstream-vim-cmake-syntax: vim-cmake-syntax 2017-05-02 (15526199)
* separgs: Add a NATIVE_COMMAND modeChristian Pfeiffer2017-04-261-1/+1
|
* Add properties to run the cpplint style checker with the compilerJamie Snape2017-01-231-2/+2
| | | | | | Create a `<LANG>_CPPLINT` target property (initialized by a `CMAKE_<LANG>_CPPLINT` variable) to specify a `cpplint` style checker command line to be run along with the compiler.
* ctest_memcheck: Add DEFECT_COUNT option to capture defect countBetsy McPhail2016-11-091-1/+1
|
* ExternalProject: Add HTTP_HEADERRuslan Baratov2016-09-191-1/+1
|
* ExternalProject: Add HTTP_{USERNAME,PASSWORD}Ruslan Baratov2016-09-151-1/+1
|
* Merge branch 'upstream-vim-cmake-syntax' into import-vim-syntaxBrad King2016-08-174-0/+869
* upstream-vim-cmake-syntax: vim-cmake-syntax 2016-08-16 (e782679c)