| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'cmake-presets-invalid-macro' | Kyle Edwards | 2020-10-22 | 17 | -183/+268 |
|\ |
|
| * | CMakePresets.json: Properly report macro expansion errors | Kyle Edwards | 2020-10-21 | 17 | -183/+268 |
|
|
* | | Merge branch 'release-3.19' | Kyle Edwards | 2020-10-22 | 0 | -0/+0 |
|\ \ |
|
| * \ | Merge topic 'cmake-presets-boolean-cache' into release-3.19 | Kyle Edwards | 2020-10-22 | 6 | -7/+71 |
| |\ \
| | |/
| |/| |
|
* | | | Merge topic 'cmake-presets-boolean-cache' | Kyle Edwards | 2020-10-22 | 6 | -7/+71 |
|\ \ \
| | |/
| |/| |
|
| * | | CMakePresets.json: Allow boolean for cache variable value | Kyle Edwards | 2020-10-21 | 6 | -7/+71 |
| |/ |
|
* | | Merge topic 'move_pch_information_to_projects_where_possible' | Brad King | 2020-10-22 | 1 | -19/+47 |
|\ \ |
|
| * | | VisualStudio: move PCH rules to projects when possible. | Robert Maynard | 2020-10-20 | 1 | -19/+47 |
|
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-10-22 | 1 | -1/+1 |
|
|
* | | | Merge topic 'constify' | Brad King | 2020-10-21 | 19 | -59/+61 |
|\ \ \ |
|
| * | | | Constify some code as suggested by clang-tidy | Cengizhan Pasaoglu | 2020-10-19 | 19 | -59/+61 |
|
|
* | | | | Merge branch 'release-3.19' | Kyle Edwards | 2020-10-21 | 0 | -0/+0 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge topic 'cmakepresets-schema' into release-3.19 | Kyle Edwards | 2020-10-21 | 10 | -2/+315 |
| |\ \ \ |
|
* | \ \ \ | Merge topic 'cmakepresets-schema' | Kyle Edwards | 2020-10-21 | 10 | -2/+315 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into cmakepresets-schema | Kyle Edwards | 2020-10-20 | 157 | -5810/+1413 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | CI: Install jsonschema for schema testing | Kyle Edwards | 2020-10-20 | 3 | -1/+3 |
|
|
| * | | | | | Tests: Add JSON schema validation to CMakePresets.json tests | Kyle Edwards | 2020-10-20 | 4 | -1/+61 |
|
|
| * | | | | | Help: Add JSON schema for CMakePresets.json | Ben McMorran | 2020-10-20 | 3 | -0/+251 |
|
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-10-21 | 1 | -1/+1 |
|
|
* | | | | | | Merge branch 'release-3.19' | Brad King | 2020-10-20 | 0 | -0/+0 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | Merge topic 'ci-win-python' into release-3.19 | Brad King | 2020-10-20 | 2 | -0/+44 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge topic 'ci-win-python' | Brad King | 2020-10-20 | 2 | -0/+44 |
|\ \ \ \ \ \
| | |/ / / /
| |/| / / /
| |_|/ / /
|/| | | | |
|
| * | | | | ci: add Python to PATH on Windows | Brad King | 2020-10-20 | 2 | -0/+44 |
| |/ / / |
|
* | | | | Merge branch 'release-3.19' | Kyle Edwards | 2020-10-20 | 0 | -0/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge topic 'cmake-presets-doc-move' into release-3.19 | Kyle Edwards | 2020-10-20 | 6 | -332/+388 |
| |\ \ \ |
|
* | \ \ \ | Merge topic 'cmake-presets-doc-move' | Kyle Edwards | 2020-10-20 | 6 | -332/+388 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | 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 | 2 | -0/+5 |
|
|
| * | | | | Help: Show multiple ways of doing cacheVariables | Kyle Edwards | 2020-10-19 | 2 | -3/+5 |
|
|
| * | | | | 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 |
|
|
* | | | | | Merge topic 'nsis-utf-8-bom' | Brad King | 2020-10-20 | 2 | -1/+7 |
|\ \ \ \ \ |
|
| * | | | | | CPack/NSIS: Template file in UTF-8 BOM to support Unicode | Johnny Jazeix | 2020-10-19 | 2 | -1/+7 |
|
|
* | | | | | | Merge branch 'release-3.19' | Brad King | 2020-10-20 | 0 | -0/+0 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | Merge topic 'find_package-check-dir' into release-3.19 | Brad King | 2020-10-20 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge topic 'find_package-check-dir' | Brad King | 2020-10-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | find_package: Fix regression in searching root prefix | Brad King | 2020-10-19 | 1 | -1/+1 |
| |/ / / / / |
|
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-10-20 | 1 | -1/+1 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge topic 'checklanguage-honor-toolchain' | Brad King | 2020-10-19 | 5 | -0/+14 |
|\ \ \ \ \ |
|
| * | | | | | CheckLanguage: Pass CMAKE_TOOLCHAIN_FILE to test project | Samir Benmendil | 2020-10-16 | 5 | -0/+14 |
|
|
* | | | | | | Merge branch 'release-3.19' | Brad King | 2020-10-19 | 0 | -0/+0 |
|\ \ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | Merge topic 'FindPython-support-version-3.10' into release-3.19 | Brad King | 2020-10-19 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge topic 'FindPython-support-version-3.10' | Brad King | 2020-10-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | FindPython: Add support of version 3.10 | Marc Chevrier | 2020-10-16 | 1 | -1/+1 |
|
|
* | | | | | | | Merge branch 'release-3.19' | Brad King | 2020-10-19 | 0 | -0/+0 |
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Merge topic 'separate_arguments-no-args' into release-3.19 | Brad King | 2020-10-19 | 4 | -0/+20 |
| |\ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|