Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update vim-syntax to latest cmake-commit | Patrick Boettcher | 2017-10-31 | 4 | -22/+33 |
| | |||||
* | ExternalProject: Add support for NETRC and NETRC_FILE suboption | Shane Parris | 2017-10-18 | 1 | -1/+1 |
| | |||||
* | file(DOWNLOAD|UPLOAD): Add 'NETRC' and 'NETRC_FILE' suboption | Shane Parris | 2017-10-18 | 1 | -1/+1 |
| | |||||
* | VS: Add VS_SHADER_OUTPUT_HEADER_FILE and VS_SHADER_VARIABLE_NAME properties. | Kevin M. Godby | 2017-09-27 | 1 | -1/+1 |
| | | | | | | | | | | The VS_SHADER_OUTPUT_HEADER_FILE property is the name of the generated header file containing the object code of the shader. The VS_SHADER_VARIABLE_NAME property is the name of the variable containing the object code in the above header file. Signed-off-by: Kevin M. Godby <kevin@godby.org> | ||||
* | Merge topic 'revert-vim-no-tabs' | Brad King | 2017-09-18 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | 0d543589 vim: Remove default setting of expandtab Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Maurice <m-ou.se@m-ou.se> Merge-request: !1273 | ||||
| * | vim: Remove default setting of expandtab | Maarten de Vries | 2017-09-18 | 1 | -1/+0 |
| | | | | | | | | | | | | | | An update from vim-cmake-syntax by commit v3.9.0-rc1~167^2^2 (vim-cmake-syntax 2017-05-02, 2017-05-02) brought in a change to set `expandtab` in CMake language files. This should be a per-project or per-user choice instead, so drop the setting. | ||||
* | | Merge branch 'upstream-vim-cmake-syntax' | Patrick Boettcher | 2017-08-30 | 3 | -30/+68 |
| | | | | | | | | | | * upstream-vim-cmake-syntax: vim-cmake-syntax 2017-08-30 (40f5f4f3) | ||||
* | | Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable | Betsy McPhail | 2017-07-10 | 1 | -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 variable | Betsy McPhail | 2017-07-10 | 1 | -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 rules | Pavel Solodovnikov | 2017-06-22 | 1 | -1/+5 |
| | | |||||
* | | cmake_host_system_information: Add more keywords | Florian Maushart | 2017-06-05 | 1 | -1/+1 |
|/ | | | | | Extend the `cmake_host_system_information()` command to add processor identification keywords. | ||||
* | Merge branch 'upstream-vim-cmake-syntax' | Patrick Boettcher | 2017-05-02 | 4 | -286/+201 |
| | | | | | * upstream-vim-cmake-syntax: vim-cmake-syntax 2017-05-02 (15526199) | ||||
* | separgs: Add a NATIVE_COMMAND mode | Christian Pfeiffer | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | Add properties to run the cpplint style checker with the compiler | Jamie Snape | 2017-01-23 | 1 | -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 count | Betsy McPhail | 2016-11-09 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Merge branch 'upstream-vim-cmake-syntax' into import-vim-syntax | Brad King | 2016-08-17 | 4 | -0/+869 |
* upstream-vim-cmake-syntax: vim-cmake-syntax 2016-08-16 (e782679c) |