summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmState: Prohibit override of flow control commandsKyle Edwards2020-10-226-21/+60
* Merge topic 'cmake-16773'Kyle Edwards2020-10-223-7/+29
|\
| * include: refactor call sites of cmMakefile::ReadDependentFileAsit Dhal2020-10-213-7/+29
* | Merge topic 'cmake-presets-invalid-macro'Kyle Edwards2020-10-224-137/+190
|\ \
| * | CMakePresets.json: Properly report macro expansion errorsKyle Edwards2020-10-214-137/+190
* | | Merge topic 'cmake-presets-boolean-cache'Kyle Edwards2020-10-221-1/+23
|\ \ \
| * | | CMakePresets.json: Allow boolean for cache variable valueKyle Edwards2020-10-211-1/+23
| |/ /
* | | 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-1919-59/+61
* | | | | CMake Nightly Date StampKitware Robot2020-10-211-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'find_package-check-dir'Brad King2020-10-201-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | find_package: Fix regression in searching root prefixBrad King2020-10-191-1/+1
| * | | Merge topic 'separate_arguments-no-args' into release-3.19Brad King2020-10-191-0/+5
| |\ \ \
| * \ \ \ Merge topic 'doc-CMP0111' into release-3.19Brad King2020-10-191-1/+1
| |\ \ \ \
| * \ \ \ \ Merge topic 'cmake-gui-disable-presets' into release-3.19Craig Scott2020-10-172-4/+15
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'file-configure-angle-brackets' into release-3.19Brad King2020-10-161-9/+1
| |\ \ \ \ \ \
* | | | | | | | CMake Nightly Date StampKitware Robot2020-10-201-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge topic 'separate_arguments-no-args'Brad King2020-10-191-0/+5
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | separate_arguments: Fix crash on *_COMMAND with no argumentsRobert Bozzetto2020-10-161-0/+5
* | | | | | | Merge topic 'doc-CMP0111'Brad King2020-10-191-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | CMP0111: Clarify that the new error is on a missing property settingBrad King2020-10-161-1/+1
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2020-10-191-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2020-10-181-1/+1
* | | | | | Merge topic 'cmake-gui-disable-presets'Craig Scott2020-10-172-4/+15
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | CMake GUI: Disable preset fields instead of hiding themKyle Edwards2020-10-162-4/+15
* | | | | | CMake Nightly Date StampKitware Robot2020-10-171-1/+1
* | | | | | Merge topic 'file-configure-angle-brackets'Brad King2020-10-161-9/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | file(CONFIGURE): Allow angle brackets in contentCristian Adam2020-10-151-9/+1
* | | | | | Merge topic 'fix-refactor-generator-configs'Brad King2020-10-161-3/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Fix regression in test/install/package configuration selectionBrad King2020-10-151-3/+2
| | |_|/ / | |/| | |
| * | | | Merge topic 'cmake-E-cat-binary' into release-3.19Brad King2020-10-158-54/+103
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2020-10-161-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'remove-server-mode'Brad King2020-10-1519-3603/+3
|\ \ \ \
| * | | | server: remove deprecated 'cmake -E server' modeBrad King2020-10-1419-3603/+3
* | | | | Merge topic 'cmake-E-cat-binary'Brad King2020-10-158-54/+103
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | cmake: Fix '-E cat' command for binary files on WindowsJohnny Jazeix2020-10-143-7/+26
| * | | | cmConsoleBuf: Factor out cout/cerr console buffer managementBrad King2020-10-147-36/+65
| * | | | clang-format: Fix include block order in ctest.cxx and cpack.cxxBrad King2020-10-142-13/+14
| * | | | CMake 3.18.4v3.18.4Brad King2020-10-061-1/+1
* | | | | CMake Nightly Date StampKitware Robot2020-10-151-1/+1
| |/ / / |/| | |
* | | | Merge topic 'ninja-depfile-transformation'Brad King2020-10-1417-29/+318
|\ \ \ \
| * | | | Ninja: Transform DEPFILEs with policy CMP0116Kyle Edwards2020-10-133-3/+52
| * | | | cmCustomCommandGenerator: Add option to transform depfileKyle Edwards2020-10-133-3/+80
| * | | | cmake -E: Add cmake_transform_depfile internal commandKyle Edwards2020-10-134-0/+148
| * | | | cmGccDepfileReader: Rework helper codeKyle Edwards2020-10-137-23/+38
* | | | | Merge topic 'ninja-multi-no-cache-variables'Brad King2020-10-142-23/+13
|\ \ \ \ \
| * | | | | Ninja Multi-Config: Read configuration variables as normal variablesKyle Edwards2020-10-132-23/+13
| |/ / / /