summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'docs-cleanup-3.19'Craig Scott2020-10-2614-90/+107
|\
| * Help: Cleanup typos and grammar for the 3.19 releaseCraig Scott2020-10-2414-90/+107
* | CMake Nightly Date StampKitware Robot2020-10-261-1/+1
* | CMake Nightly Date StampKitware Robot2020-10-251-1/+1
* | CMake Nightly Date StampKitware Robot2020-10-241-1/+1
* | Merge topic 'no-override-flow-control'Brad King2020-10-2323-21/+108
|\ \
| * | cmState: Prohibit override of flow control commandsKyle Edwards2020-10-2223-21/+108
* | | Merge topic 'proper-command-nesting'Brad King2020-10-2322-114/+261
|\ \ \
| * | | cmListFileCache: Enforce proper nesting of flow control statementsKyle Edwards2020-10-2220-101/+198
| * | | cm::optional: Add constructor delegation to nullopt_t constructorKyle Edwards2020-10-221-0/+1
| * | | cm::optional: Fix move assignmentKyle Edwards2020-10-212-13/+62
* | | | Merge topic 'ctest-hostname-cleanup'Brad King2020-10-234-1/+18
|\ \ \ \
| * | | | CTest: Avoid invoking external tool to get the host nameBrad King2020-10-221-1/+8
| * | | | Tests: Add case verifying CTest module SITE variableBrad King2020-10-222-0/+6
| * | | | Help: Document site_name command use of HOSTNAME variableBrad King2020-10-221-0/+4
* | | | | Merge topic 'FindGTest-config-mode'Brad King2020-10-233-33/+64
|\ \ \ \ \
| * | | | | FindGTest: Added support for CONFIG modeMario Emmenlauer2020-10-221-15/+34
| * | | | | FindGTest: Minor whitespace change, moved an include upwardsMario Emmenlauer2020-10-221-1/+2
| * | | | | FindGTest: Ensure target names follow upstream GTestMario Emmenlauer2020-10-221-23/+32
| * | | | | ci: install gmock in the Fedora 31 imageBrad King2020-10-222-1/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.19'Brad King2020-10-230-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge topic 'vs-fortran-debugging-flags' into release-3.19Brad King2020-10-231-3/+2
| |\ \ \ \
* | \ \ \ \ Merge topic 'vs-fortran-debugging-flags'Brad King2020-10-231-3/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | VS: Remove flag table entries for Fortran /Z* flagsVolker Jacht2020-10-221-3/+2
* | | | | | Merge branch 'release-3.19'Craig Scott2020-10-230-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'cmake-presets-toolset-arch-config' into release-3.19Craig Scott2020-10-2333-95/+241
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'cmake-presets-toolset-arch-config'Craig Scott2020-10-2333-95/+241
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | CMakePresets.json: Split cmakeGeneratorConfig fieldKyle Edwards2020-10-2233-95/+241
* | | | | | | Merge branch 'release-3.19'Craig Scott2020-10-230-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'cmake-presets-source-dir-name' into release-3.19Craig Scott2020-10-235-0/+12
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'cmake-presets-source-dir-name'Craig Scott2020-10-235-0/+12
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | CMakePresets.json: Add ${sourceDirName} macroKyle Edwards2020-10-225-0/+12
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2020-10-231-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'cmake-16773'Kyle Edwards2020-10-2212-8/+56
|\ \ \ \ \
| * | | | | include: refactor call sites of cmMakefile::ReadDependentFileAsit Dhal2020-10-2112-8/+56
* | | | | | Merge branch 'release-3.19'Kyle Edwards2020-10-220-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'cmake-presets-invalid-macro' into release-3.19Kyle Edwards2020-10-2217-183/+268
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'cmake-presets-invalid-macro'Kyle Edwards2020-10-2217-183/+268
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | CMakePresets.json: Properly report macro expansion errorsKyle Edwards2020-10-2117-183/+268
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'release-3.19'Kyle Edwards2020-10-220-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'cmake-presets-boolean-cache' into release-3.19Kyle Edwards2020-10-226-7/+71
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge topic 'cmake-presets-boolean-cache'Kyle Edwards2020-10-226-7/+71
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | CMakePresets.json: Allow boolean for cache variable valueKyle Edwards2020-10-216-7/+71
| |/ / /
* | | | Merge topic 'move_pch_information_to_projects_where_possible'Brad King2020-10-221-19/+47
|\ \ \ \
| * | | | VisualStudio: move PCH rules to projects when possible.Robert Maynard2020-10-201-19/+47
* | | | | CMake Nightly Date StampKitware Robot2020-10-221-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'constify'Brad King2020-10-2119-59/+61
|\ \ \ \
| * | | | Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-2019-59/+61
* | | | | Merge branch 'release-3.19'Kyle Edwards2020-10-210-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge topic 'cmakepresets-schema' into release-3.19Kyle Edwards2020-10-2110-2/+315
| |\ \ \ \