| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'cmake-gui-manual-argument' | Brad King | 2020-10-28 | 1 | -0/+4 |
|\ |
|
| * | CMake GUI: Add --browse-manual argument | Kyle Edwards | 2020-10-27 | 1 | -0/+4 |
|
|
* | | Merge topic 'cmake-presets-path-arg' | Craig Scott | 2020-10-27 | 2 | -20/+17 |
|\ \
| |/ |
|
| * | CMakePresets.json: Rework how --preset argument is handled | Kyle Edwards | 2020-10-26 | 2 | -20/+17 |
|
|
| * | Merge topic 'cmake-presets-toolset-arch-config' into release-3.19 | Craig Scott | 2020-10-23 | 2 | -30/+68 |
| |\ |
|
* | \ | Merge topic 'cmake-presets-toolset-arch-config' | Craig Scott | 2020-10-23 | 2 | -30/+68 |
|\ \ \
| | |/
| |/| |
|
| * | | CMakePresets.json: Split cmakeGeneratorConfig field | Kyle Edwards | 2020-10-22 | 2 | -30/+68 |
|
|
* | | | Merge topic 'cmake-presets-source-dir-name' | Craig Scott | 2020-10-23 | 1 | -0/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | CMakePresets.json: Add ${sourceDirName} macro | Kyle Edwards | 2020-10-22 | 1 | -0/+5 |
| |/ |
|
* | | Merge topic 'cmake-presets-boolean-cache' | Kyle Edwards | 2020-10-22 | 2 | -6/+20 |
|\ \
| |/ |
|
| * | CMakePresets.json: Allow boolean for cache variable value | Kyle Edwards | 2020-10-21 | 2 | -6/+20 |
|
|
* | | Merge branch 'master' into cmakepresets-schema | Kyle Edwards | 2020-10-20 | 3 | -739/+12 |
|\ \
| |/
|/| |
|
| * | Merge topic 'cmake-presets-doc-move' | Kyle Edwards | 2020-10-20 | 3 | -330/+383 |
| |\ |
|
| * \ | Merge topic 'doc-CMP0111' | Brad King | 2020-10-19 | 1 | -1/+1 |
| |\ \ |
|
| * | | | server: remove deprecated 'cmake -E server' mode | Brad King | 2020-10-14 | 2 | -739/+3 |
|
|
| * | | | Merge topic 'ninja-depfile-transformation' | Brad King | 2020-10-14 | 1 | -0/+1 |
| |\ \ \ |
|
| | * | | | Ninja: Transform DEPFILEs with policy CMP0116 | Kyle Edwards | 2020-10-13 | 1 | -0/+1 |
|
|
| * | | | | Merge topic 'cmake-help-fix' | Kyle Edwards | 2020-10-14 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Merge topic 'explicit-source-extensions' | Kyle Edwards | 2020-10-13 | 1 | -0/+8 |
| |\ \ \ \ |
|
| | * | | | | CMP0115: Require source file extensions to be explicit | Kyle Edwards | 2020-10-13 | 1 | -0/+8 |
|
|
* | | | | | | Help: Add JSON schema for CMakePresets.json | Ben McMorran | 2020-10-20 | 2 | -0/+248 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Help: Clarify purpose of warnings and errors | Kyle Edwards | 2020-10-19 | 1 | -4/+4 |
|
|
* | | | | | Help: Make architecture and toolset descriptions generic | Kyle Edwards | 2020-10-19 | 1 | -4/+4 |
|
|
* | | | | | Help: Add inheritance to CMakePresets.json example | Kyle Edwards | 2020-10-19 | 1 | -0/+7 |
|
|
* | | | | | Help: Add documentation for debug field | Kyle Edwards | 2020-10-19 | 1 | -0/+20 |
|
|
* | | | | | Help: Show environment field | Kyle Edwards | 2020-10-19 | 1 | -0/+4 |
|
|
* | | | | | Help: Show multiple ways of doing cacheVariables | Kyle Edwards | 2020-10-19 | 1 | -2/+3 |
|
|
* | | | | | Help: Move vendor field into example | Kyle Edwards | 2020-10-19 | 2 | -14/+12 |
|
|
* | | | | | Help: s/unusedVars/unusedCli/ | Kyle Edwards | 2020-10-19 | 1 | -1/+1 |
|
|
* | | | | | Help: Move CMakePresets.json documentation into a separate file | Kyle Edwards | 2020-10-19 | 2 | -328/+351 |
| |_|_|/
|/| | | |
|
* | | | | CMP0111: Clarify that the new error is on a missing property setting | Brad King | 2020-10-16 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Help: Fix invalid code-block in cmake(1) manual | Kyle Edwards | 2020-10-14 | 1 | -1/+1 |
|/ / |
|
* | | Tests: Test the CMakePresets.json example in the documentation | Kyle Edwards | 2020-10-09 | 2 | -25/+25 |
|
|
* | | Help: Fix documentation of CMakePresets.json's cacheVariables | Kyle Edwards | 2020-10-09 | 1 | -4/+3 |
|/ |
|
* | Help: Add note about Visual Studio tools for Android | Kyle Edwards | 2020-10-07 | 1 | -4/+6 |
|
|
* | Help: Add ref to Ninja Generators section | Kyle Edwards | 2020-10-07 | 1 | -0/+2 |
|
|
* | CMakePresets.json: Prohibit empty variable names | Kyle Edwards | 2020-10-06 | 1 | -15/+17 |
|
|
* | Help: Add presets documentation and release notes | Kyle Edwards | 2020-10-05 | 2 | -0/+373 |
|
|
* | cmake_language: Add signature to DEFER calls to later times | Brad King | 2020-09-29 | 1 | -1/+6 |
|
|
* | Merge topic 'add_lang_agnostic_check_compile_flag_module' | Brad King | 2020-09-29 | 1 | -0/+1 |
|\ |
|
| * | CheckCompilerFlag: unified way to check compiler flags per language | Robert Maynard | 2020-09-28 | 1 | -0/+1 |
|
|
* | | Help: Change User Interaction image paths to be relative to source file | Betsy McPhail | 2020-09-25 | 1 | -0/+0 |
|/ |
|
* | CheckSoureRuns: Add a unified way to check if a source runs | Robert Maynard | 2020-09-23 | 1 | -0/+1 |
|
|
* | CheckSoureCompiles: Add a unified way to check if a source compiles | Robert Maynard | 2020-09-23 | 1 | -0/+1 |
|
|
* | Merge topic 'comp-ti-std-options' | Brad King | 2020-09-22 | 1 | -1/+1 |
|\ |
|
| * | Compiler/TI: Add std options for C++98 | Josef Angstenberger | 2020-09-20 | 1 | -1/+1 |
|
|
* | | Xcode: Add option to specify build system variant | Brad King | 2020-09-18 | 1 | -0/+1 |
|
|
* | | Help: Move CMAKE_XCODE_GENERATE_SCHEME to proper manual section | Brad King | 2020-09-14 | 1 | -1/+1 |
|/ |
|
* | ExternalProject: Add policy CMP0114 to refine step target dependencies | Brad King | 2020-09-14 | 1 | -0/+1 |
|
|
* | Merge topic 'pch-instantiate-templates' | Brad King | 2020-09-10 | 2 | -0/+2 |
|\ |
|