summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmLocalGenerator: Clarify GetIncludeFlags signatureBrad King2021-02-259-36/+52
* Merge topic 'runtime-dll-deps'Brad King2021-02-255-2/+97
|\
| * Genex: Fix grammatical error in TARGET_OBJECTS error messageKyle Edwards2021-02-241-2/+2
| * Genex: Add TARGET_RUNTIME_DLLS genexKyle Edwards2021-02-245-0/+95
* | Merge topic 'create-test-source-list-duplicate-decls'Brad King2021-02-251-3/+8
|\ \
| * | cmCreateTestSourceList: avoid generating duplicate declarationsBen Boeckel2021-02-241-3/+8
* | | CMake Nightly Date StampKitware Robot2021-02-251-1/+1
| |/ |/|
* | Merge topic 'autouic-headers-ninja'Brad King2021-02-242-0/+33
|\ \
| * | AUTOUIC: Collect ui header files for Ninja generatorAlexey Edelev2021-02-232-0/+33
* | | Merge topic 'preset-flag-consistency'Brad King2021-02-243-5/+13
|\ \ \
| * | | ctest: Add support for '--prefix=<prefix>' form of the argumentBrad King2021-02-232-3/+10
| * | | cmake: Add support for '--build --prefix=<prefix>' form of the argumentBrad King2021-02-231-1/+2
| * | | cmake: Document '--preset <preset>' form of the argumentBrad King2021-02-231-1/+1
* | | | Merge topic 'LINK_LANGUAGE-genex-respects-LINKER_LANGUAGE-property'Brad King2021-02-241-1/+5
|\ \ \ \
| * | | | Genex: LINK_LANGUAGE respects LINKER_LANGUAGE propertyMarc Chevrier2021-02-231-1/+5
| |/ / /
* | | | Merge topic 'autogen-cmp0116-fix'Brad King2021-02-2419-147/+192
|\ \ \ \
| * | | | Ninja: Use CMP0116 status recorded at time of custom command's creationKyle Edwards2021-02-231-2/+2
| * | | | cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-2318-145/+190
* | | | | Merge topic 'preset-no-comments'Brad King2021-02-241-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'backport-3.19-preset-no-comments' into preset-no-commentsBrad King2021-02-241-0/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | CMakePresets.json: Remove undocumented support for commentsKyle Edwards2021-02-241-0/+1
| | * | | | CMake 3.19.5v3.19.5Brad King2021-02-151-1/+1
| * | | | | Merge topic 'cmake-gui-restore-search' into release-3.20Brad King2021-02-232-0/+10
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'per-config-autogen-info-file' into release-3.20Brad King2021-02-232-4/+4
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2021-02-241-1/+1
* | | | | | | Merge topic 'cpack_nsis_executable_custom'Brad King2021-02-231-1/+3
|\ \ \ \ \ \ \
| * | | | | | | CPack/NSIS: Add option for setting custom makensis executableJohnny Jazeix2021-02-221-1/+3
* | | | | | | | Merge topic 'cmake-gui-restore-search'Brad King2021-02-232-0/+10
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | cmake-gui: Restore search bar for cache view and environment dialogSankhesh Jhaveri2021-02-222-0/+10
| | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'vs-pch-one-lang' into release-3.20Brad King2021-02-221-7/+11
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'cpackifw-scanbuild-fix' into release-3.20Brad King2021-02-221-2/+9
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'per-config-autogen-info-file'Brad King2021-02-232-4/+4
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Autogen: Don't change the order of HEADERS array in AutogenInfo.jsonCraig Scott2021-02-222-4/+4
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2021-02-231-1/+1
* | | | | | | | PCH PDB: Fix misuse of IS_NEWER_THAN in timestamp checkCraig Scott2021-02-221-2/+3
* | | | | | | | Merge topic 'vs-pch-one-lang'Brad King2021-02-221-7/+11
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | VS: Restore support for PCH in CXX but not C within once targetBrad King2021-02-191-1/+5
| * | | | | | | cmVisualStudio10TargetGenerator: Refactor per-source PCH logicBrad King2021-02-191-6/+6
| |/ / / / / /
* | | | | | | Merge topic 'cpackifw-scanbuild-fix'Brad King2021-02-221-2/+9
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | CPackIFWInstaller: Avoid potential null pointer dereferenceCraig Scott2021-02-191-2/+9
* | | | | | | CMake Nightly Date StampKitware Robot2021-02-221-1/+1
| |_|/ / / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2021-02-211-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2021-02-201-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'list-index-arg-parsing'Brad King2021-02-192-8/+65
|\ \ \ \ \
| * | | | | cmListCommand: add a policy for failing on invalid indiciesBen Boeckel2021-02-182-8/+34
| * | | | | cmListCommand: prefer strtol to atoiBen Boeckel2021-02-181-4/+8
| * | | | | cmListCommand: refactor out index argument parsingBen Boeckel2021-02-161-5/+32
* | | | | | Merge topic 'llvm-nm-cleanup'Brad King2021-02-191-1/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | bindexplib: remove stray debugging output when using llvm-nmBrad King2021-02-181-1/+0
| | |/ / | |/| |
| * | | CMake 3.20.0-rc1v3.20.0-rc1Brad King2021-02-161-1/+1