| Commit message (Expand) | Author | Age | Files | Lines |
* | bash-completion: Handle `cmake --workflow` | Alex Turbov | 2024-07-02 | 1 | -5/+13 |
|
|
* | VS: Add VS_FRAMEWORK_REFERENCES | Calum Robinson | 2024-06-26 | 1 | -0/+1 |
|
|
* | cmake-mode.el: fix bracket string/comment syntax-propertize | eutro | 2024-06-24 | 1 | -3/+3 |
|
|
* | Auxiliary: Modernize bash completion for ctest and cpack | Craig Scott | 2024-06-07 | 2 | -2/+6 |
|
|
* | Auxiliary: bash-completion: use _comp_initialize | Ahmad Samir | 2024-06-02 | 1 | -3/+11 |
|
|
* | Auxiliary: Bash-comp: use _init_completion instead of _split_longopt | Ahmad Samir | 2024-06-02 | 1 | -3/+9 |
|
|
* | VS: Add option to import .props in .vcxproj.filters files | halx99 | 2024-05-01 | 1 | -0/+1 |
|
|
* | cmake-mode.el: fix "docstring wider than 80 characters" warning | Konstantin Kharlamov | 2024-04-11 | 1 | -1/+2 |
|
|
* | cmake-mode.el: fix "no lexical-binding directive" warning | Konstantin Kharlamov | 2024-04-11 | 1 | -1/+1 |
|
|
* | cmake-mode.el: Simplify jumping to begin/end of functions/macros | Joerg Bornemann | 2024-01-25 | 1 | -14/+4 |
|
|
* | Autogen: AUTO*_EXECUTABLE: add support for per-config values | Orkun Tokdemir | 2024-01-17 | 1 | -0/+2 |
|
|
* | Help: Fix typo in dependency provider method keyword | Craig Scott | 2023-12-15 | 1 | -1/+0 |
|
|
* | Merge topic 'vim-syntax' | Brad King | 2023-12-12 | 1 | -3/+3 |
|\ |
|
| * | vim: Fix syntax highlighting for bracket arguments and comments | namniav | 2023-12-11 | 1 | -3/+3 |
|
|
* | | vim: add undo_indent to match upstream vim indentation scripts | Eisuke Kawashima | 2023-12-11 | 1 | -0/+2 |
|/ |
|
* | Merge topic 'swift-compilation-mode' | Brad King | 2023-11-19 | 1 | -0/+1 |
|\ |
|
| * | Swift: Add abstraction for compilation mode | Evan Wilde | 2023-11-17 | 1 | -0/+1 |
|
|
* | | Autogen: Add support for response files for moc predef targets | tophoo | 2023-11-16 | 1 | -0/+2 |
|/ |
|
* | Optionally make `test` target depend on `all` | William Sciaroni | 2023-11-10 | 1 | -0/+1 |
|
|
* | cmExperimental: remove the flag for C++ modules | Ben Boeckel | 2023-10-02 | 1 | -3/+0 |
|
|
* | Merge branch 'upstream-vim-cmake-syntax' | Patrick Boettcher | 2023-07-13 | 3 | -59/+816 |
|
|
* | HIP: Add HIP language to Vim syntax highlighting | Cordell Bloor | 2023-07-07 | 1 | -0/+81 |
|
|
* | Help: Wording, formatting and ordering fixes for SKIP_LINTING docs | Craig Scott | 2023-05-19 | 1 | -1/+1 |
|
|
* | TargetGenerator: Add SKIP_LINTING source property | Orkun Tokdemir | 2023-05-16 | 1 | -0/+1 |
|
|
* | Merge topic 'autogen-system-include' | Brad King | 2023-05-04 | 1 | -0/+2 |
|\ |
|
| * | Autogen: Add AUTOGEN_USE_SYSTEM_INCLUDE target property | Orkun Tokdemir | 2023-05-03 | 1 | -0/+2 |
|
|
* | | vim: Add missing RELATIVE keyword for FILE command | Joris Clement | 2023-04-27 | 1 | -0/+1 |
|/ |
|
* | Properly handle cases where `topic` argument is defaulted | Damien Nguyen | 2023-04-21 | 1 | -2/+2 |
|
|
* | Merge topic 'automoc-macro-names' | Craig Scott | 2023-04-10 | 1 | -0/+1 |
|\ |
|
| * | Autogen: Add INTERFACE_AUTOMOC_MACRO_NAMES target property | Orkun Tokdemir | 2023-04-09 | 1 | -0/+1 |
|
|
* | | cmake-mode.el: escape shell arguments | Zhengyi Fu | 2023-03-31 | 1 | -2/+2 |
|/ |
|
* | Autogen: Add CMAKE_AUTO*_EXECUTABLE variables | Orkun Tokdemir | 2023-03-22 | 1 | -0/+3 |
|
|
* | CUDA: Add support for CUBIN, FATBIN, and OPTIXIR compilation | Robert Maynard | 2023-03-13 | 1 | -0/+3 |
|
|
* | Add variable CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY | Abdelmaged Khalifa | 2023-02-17 | 1 | -0/+2 |
|
|
* | 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 |
|
|