Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | 16 | -741/+137 | |
|\ \ | |/ |/| | ||||||
| * | Merge topic 'cmake-presets-doc-move' | Kyle Edwards | 2020-10-20 | 5 | -331/+385 | |
| |\ | ||||||
| * \ | Merge topic 'nsis-utf-8-bom' | Brad King | 2020-10-20 | 1 | -0/+6 | |
| |\ \ | ||||||
| | * | | CPack/NSIS: Template file in UTF-8 BOM to support Unicode | Johnny Jazeix | 2020-10-19 | 1 | -0/+6 | |
| * | | | Merge topic 'doc-CMP0111' | Brad King | 2020-10-19 | 3 | -5/+12 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| * | | | server: remove deprecated 'cmake -E server' mode | Brad King | 2020-10-14 | 4 | -741/+10 | |
| * | | | Merge topic 'ninja-depfile-transformation' | Brad King | 2020-10-14 | 5 | -0/+51 | |
| |\ \ \ | ||||||
| | * | | | Ninja: Transform DEPFILEs with policy CMP0116 | Kyle Edwards | 2020-10-13 | 5 | -0/+51 | |
| * | | | | Merge topic 'FindIntl_use_imported_targets' | Brad King | 2020-10-14 | 1 | -0/+4 | |
| |\ \ \ \ | ||||||
| | * | | | | FindIntl: Add imported target | Sibi Siddharthan | 2020-10-13 | 1 | -0/+4 | |
| * | | | | | Merge topic 'post-rel-dev' | Brad King | 2020-10-14 | 1 | -0/+10 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Help/dev: Add maintainer guide step for post-release policy updates | Brad King | 2020-10-13 | 1 | -0/+10 | |
| | | |/ / / | | |/| | | | ||||||
| * | | | | | Merge topic 'cmake-help-fix' | Kyle Edwards | 2020-10-14 | 1 | -1/+1 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge topic 'explicit-source-extensions' | Kyle Edwards | 2020-10-13 | 3 | -0/+47 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | CMP0115: Require source file extensions to be explicit | Kyle Edwards | 2020-10-13 | 3 | -0/+47 | |
| | | |/ / / | | |/| | | | ||||||
| * | | | | | Merge topic 'FindPython-Apple-python3' | Brad King | 2020-10-13 | 1 | -0/+4 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge topic 'cmake-presets-documentation-fix' | Kyle Edwards | 2020-10-12 | 2 | -26/+25 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge topic 'ninja-multi-segfault' | Kyle Edwards | 2020-10-12 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Begin post-3.19 development | Brad King | 2020-10-08 | 2 | -0/+9 | |
* | | | | | | | | Help: Add JSON schema for CMakePresets.json | Ben McMorran | 2020-10-20 | 3 | -0/+251 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | 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 | 4 | -329/+353 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | CMP0111: Clarify that the new error is on a missing property setting | Brad King | 2020-10-16 | 3 | -5/+12 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Help: Fix invalid code-block in cmake(1) manual | Kyle Edwards | 2020-10-14 | 1 | -1/+1 | |
* | | | | | Merge topic 'FindPython-Apple-python3' into release-3.19 | Brad King | 2020-10-13 | 1 | -0/+4 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | FindPython: Ensure Apple Xcode python 3 is usable | Marc Chevrier | 2020-10-12 | 1 | -0/+4 | |
| |/ / / | ||||||
* | | | | Merge topic 'cmake-presets-documentation-fix' into release-3.19 | Kyle Edwards | 2020-10-12 | 2 | -26/+25 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | ||||||
| * | | 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: Fix documentation for Ninja Multi-Config's build.ninja | Kyle Edwards | 2020-10-09 | 1 | -2/+1 | |
|/ | ||||||
* | Help: Drop development topic notes to prepare release | Brad King | 2020-10-08 | 2 | -9/+0 | |
* | Help: Update Sphinx versionadded directives for 3.19 release | Brad King | 2020-10-08 | 6 | -0/+12 | |
* | Help: Organize and revise 3.19 release notes | Brad King | 2020-10-08 | 1 | -183/+217 | |
* | Help: Consolidate 3.19 release notes | Brad King | 2020-10-08 | 66 | -407/+288 | |
* | Merge topic 'check_cuda_helpers' | Brad King | 2020-10-08 | 1 | -0/+14 | |
|\ | ||||||
| * | CUDA: CheckLinkerFlag now supports CUDA | Robert Maynard | 2020-10-08 | 1 | -0/+3 | |
| * | CUDA: Add Support to SourceCompiles|Runs and CheckCompilerFlags | Robert Maynard | 2020-10-08 | 1 | -0/+11 | |
* | | 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 | |
* | | Merge topic 'user-interaction-presets' | Brad King | 2020-10-07 | 1 | -0/+76 | |
|\ \ |