| Commit message (Expand) | Author | Age | Files | Lines |
* | ExternalProject: Add `INSTALL_BYPRODUCTS` option | Alois Klink | 2022-11-05 | 1 | -0/+1 |
|
|
* | Merge topic 'xcode-add-gpu-validation-and-default-configuration' | Brad King | 2022-08-31 | 1 | -0/+6 |
|\ |
|
| * | Xcode: Add settings to control a scheme's launch configuration | PatriceJiang | 2022-08-30 | 1 | -0/+2 |
|
|
| * | Xcode: Add settings to control a scheme's GPU Validation values | PatriceJiang | 2022-08-30 | 1 | -0/+4 |
|
|
* | | Add new flow-control commands for variables and policies scopes management | Marc Chevrier | 2022-08-22 | 3 | -4/+6 |
|/ |
|
* | Merge topic 'cmake-mode-bracket-comment-argument' | Brad King | 2022-06-17 | 1 | -1/+37 |
|\ |
|
| * | cmake-mode.el: add support for bracket_comment and bracket_argument | montag451 | 2022-06-17 | 1 | -1/+37 |
|
|
* | | Xcode: Add Xcode SCHEME control for 'Launch' control | Harry Mallon | 2022-06-15 | 1 | -0/+2 |
|/ |
|
* | Merge topic 'preset-bash-completion' | Craig Scott | 2022-05-01 | 2 | -1/+48 |
|\ |
|
| * | bash-completion: Support CMakePresets in cmake and ctest completion | Robin Linden | 2022-04-29 | 2 | -1/+48 |
|
|
* | | Merge topic 'target-bundle-dir-name-genex' | Brad King | 2022-04-26 | 1 | -0/+1 |
|\ \ |
|
| * | | Genex: Add TARGET_BUNDLE_DIR_NAME | Ben Leadbetter | 2022-04-22 | 1 | -0/+1 |
|
|
* | | | Merge topic 'NO_CMAKE_INSTALL_PREFIX' | Brad King | 2022-04-22 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Find: Support per call disabling of CMAKE_INSTALL_PREFIX | Robert Maynard | 2022-04-15 | 1 | -0/+1 |
| |/ |
|
* | | VS: Add StartupObject property for managed .NET projects | Florian Schweiger | 2022-04-12 | 1 | -0/+1 |
|/ |
|
* | vim: Fix indentation of 'closing parens only lines' | Kai Tetzlaff | 2022-03-22 | 1 | -20/+28 |
|
|
* | cmake-mode.el: Fix indentation of 'closing parens only lines' | Kai Tetzlaff | 2022-03-18 | 1 | -17/+39 |
|
|
* | Merge topic 'ctest_truncate' | Brad King | 2022-03-09 | 1 | -0/+1 |
|\ |
|
| * | ctest: add option for output truncation | Frank Winklmeier | 2022-03-08 | 1 | -0/+1 |
|
|
* | | color: Introduce CMAKE_COLOR_DIAGNOSTICS variable | Semyon Kolton | 2022-03-08 | 1 | -0/+1 |
|/ |
|
* | VS: Add property to turn off Visual Studio compile batching | Kaloyan Donev | 2022-02-08 | 1 | -0/+1 |
|
|
* | ExternalProject: Add support for USES_TERMINAL_PATCH keyword | Craig Scott | 2022-02-03 | 1 | -0/+1 |
|
|
* | VS: Add DOTNET_SDK property to generate SDK-style C# projects | Sumit Bhardwaj | 2021-12-21 | 1 | -0/+2 |
|
|
* | GHS: GHSMULTI - Update documentation to match implementation | Fred Baksik | 2021-11-15 | 1 | -1/+1 |
|
|
* | Xcode: Support "GPU Frame Capture" scheme property | Jake Turner | 2021-10-19 | 1 | -0/+2 |
|
|
* | Merge topic 'lcc-compiler' | Brad King | 2021-10-19 | 1 | -1/+1 |
|\ |
|
| * | LCC: Add dedicated support for MCST LCC compiler | makise-homura | 2021-10-15 | 1 | -1/+1 |
|
|
* | | CTest: Add CTEST_SUBMIT_INACTIVITY_TIMEOUT variable | Nikhil Reddy Ramolla | 2021-10-14 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'ctest-environment-modifications' | Brad King | 2021-07-13 | 1 | -0/+1 |
|\ |
|
| * | CTest: add an ENVIRONMENT_MODIFICATION property | Ben Boeckel | 2021-07-09 | 1 | -0/+1 |
|
|
* | | find_package: Add variable to make package REQUIRED | Eugene Shalygin | 2021-07-08 | 1 | -0/+1 |
|/ |
|
* | Launchers: Support setting linker launchers | Bobby D Reynolds | 2021-05-28 | 1 | -0/+4 |
|
|
* | Auxiliary: Fix typos and spelling in comments | Josef Angstenberger | 2021-05-07 | 3 | -3/+3 |
|
|
* | Help: Document the AUTOUIC_SOURCE_GROUP property | Duncan Barber | 2021-04-04 | 1 | -0/+1 |
|
|
* | vim: Add missing keyword URL_MD5 | Eisuke Kawashima | 2021-01-17 | 1 | -0/+1 |
|
|
* | cmake-mode.el: Fix rx usage for Emacs 26 | marciosmiderle | 2021-01-04 | 1 | -1/+1 |
|
|
* | cmake-mode.el: Require the rx package | Joerg Bornemann | 2020-12-16 | 1 | -0/+1 |
|
|
* | cmake-mode.el: Add navigation by function and macro | Joerg Bornemann | 2020-12-11 | 1 | -0/+61 |
|
|
* | cmake-mode.el: Improve help display with reStructuredText mode | condy | 2020-12-08 | 1 | -10/+31 |
|
|
* | cmake.el: enable view-mode when lookup | condy | 2020-11-18 | 1 | -1/+2 |
|
|
* | clang-tidy: allow OBJC and OBJCXX | Andrew Fuller | 2020-11-05 | 1 | -0/+2 |
|
|
* | Merge branch 'upstream-vim-cmake-syntax' into update-vim-syntax | Brad King | 2020-10-28 | 2 | -16/+758 |
|
|
* | ISPC: Support ISPC header generation byproducts and parallel builds | Robert Maynard | 2020-08-28 | 1 | -0/+1 |
|
|
* | Auxiliary: Add options to control Vim and Emacs file installation | Brad King | 2020-07-21 | 2 | -8/+25 |
|
|
* | Fortran: Add Fortran_PREPROCESS property | Peter Hill | 2020-05-21 | 1 | -0/+2 |
|
|
* | Aux: Install editor and bash files to more natural locations | Eli Schwartz | 2020-03-31 | 2 | -10/+18 |
|
|
* | Ninja: Add a separate job pool for PCH creation | Dan Johnston | 2020-01-16 | 1 | -0/+2 |
|
|
* | vim: Add target_precompile_headers command highlighting | Dan Johnston | 2020-01-16 | 1 | -0/+7 |
|
|
* | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) support | Robert Maynard | 2019-12-10 | 1 | -0/+2 |
|
|
* | bash-completion: silent cmake -D lookup | Felix Schwitzer | 2019-08-16 | 1 | -2/+2 |
|
|