summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Factor out generator checks for filtering out interface librariesBrad King2020-07-2319-48/+58
* cmGeneratorTarget: Remove unnecessary target type check in dependency tracingBrad King2020-07-231-23/+20
* cmTarget: Skip output dir property init for CMake-provided targetsBrad King2020-07-231-1/+2
* cmTarget: De-duplicate conditions for property initializationBrad King2020-07-231-17/+9
* cmGlobalNinjaGenerator: Replace switch default with all casesBrad King2020-07-231-2/+3
* cmLocalUnixMakefileGenerator3: Skip object file listing for custom targetsBrad King2020-07-231-1/+2
* Merge topic 'bootstrap-libuv-macos'Brad King2020-07-231-0/+3
|\
| * bootstrap: Fix libuv target platform conditions on macOSBrad King2020-07-221-0/+3
* | Merge topic 'pgi-no-A'Brad King2020-07-231-4/+4
|\ \
| * | PGI: Remove -A from the C++ flags we use when CXX_EXTENSIONS is OFFTin Huynh2020-07-221-4/+4
* | | Merge topic 'fix-typos-identified-using-codespell'Brad King2020-07-2374-122/+122
|\ \ \
| * | | Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-2274-122/+122
* | | | Merge topic 'simplify-sources-check'Brad King2020-07-231-11/+1
|\ \ \ \
| * | | | cmGlobalGenerator: Simplify CheckTargetsForMissingSourcesBrad King2020-07-221-11/+1
| | |_|/ | |/| |
* | | | Merge topic 'test-RunCMake.InterfaceLibrary'Brad King2020-07-2333-1/+1
|\ \ \ \
| * | | | Tests: Rename test RunCMake.{interface_library => InterfaceLibrary}Brad King2020-07-2233-1/+1
| |/ / /
* | | | Merge topic 'CheckTypeSize-std-types'Brad King2020-07-234-18/+74
|\ \ \ \
| * | | | Tests: Cover CheckTypeSize with uint8_t and std::uint8_tBrad King2020-07-223-0/+38
| * | | | CheckTypeSize: Use C++-style headers to check for std:: typesAiden Woodruff2020-07-201-18/+36
* | | | | Merge branch 'release-3.18'Brad King2020-07-230-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge topic 'cmake-gui-qt-5.14' into release-3.18Brad King2020-07-231-2/+3
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'cmake-gui-qt-5.14'Brad King2020-07-231-2/+3
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | cmake-gui: Fix crash when built with Qt 5.14 or laterBrad King2020-07-221-2/+3
* | | | | | | CMake Nightly Date StampKitware Robot2020-07-231-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'EXCLUDE_FROM_ALL-genex'Brad King2020-07-2220-14/+168
|\ \ \ \ \ \
| * | | | | | Allow generator expressions in the EXCLUDE_FROM_ALL target propertyJoerg Bornemann2020-07-2120-14/+168
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'TARGET_PROPERTY-strip-empty-list-elements'Brad King2020-07-224-7/+31
|\ \ \ \ \ \
| * | | | | | Genex: $<TARGET_PROPERTY> strip emtpy list elements for predefined propertiesMarc Chevrier2020-07-214-7/+31
* | | | | | | Merge branch 'release-3.18'Brad King2020-07-220-0/+0
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge topic 'aux-install-dest' into release-3.18Brad King2020-07-222-8/+25
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'aux-install-dest'Brad King2020-07-222-8/+25
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Auxiliary: Add options to control Vim and Emacs file installationBrad King2020-07-212-8/+25
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'release-3.17'Brad King2020-07-220-0/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'backport-3.17-graphviz-restore-per-target' into release-3.17Brad King2020-07-215-7/+201
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'release-3.18'Brad King2020-07-220-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'graphviz-restore-per-target' into release-3.18Brad King2020-07-225-7/+201
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'graphviz-restore-per-target'Brad King2020-07-225-7/+209
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'backport-3.18-graphviz-restore-per-target'Brad King2020-07-210-0/+0
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge branch 'backport-3.17-graphviz-restore-per-target'Brad King2020-07-215-7/+201
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | / / / / / | | | |_|_|/ / / / / | | |/| | | | | | |
| | | * | | | | | | Tests: Cover Graphviz support for per-target dependency graph optionsStephan Rohmen2020-07-213-0/+56
| * | | | | | | | | Tests: Cover Graphviz support for per-target dependency graph optionsStephan Rohmen2020-07-213-0/+64
| * | | | | | | | | Merge branch 'backport-3.17-graphviz-restore-per-target'Brad King2020-07-212-7/+145
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Graphviz: Restore support for per-target dependency graph optionsStephan Rohmen2020-07-212-7/+145
* | | | | | | | | | CMake Nightly Date StampKitware Robot2020-07-221-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge topic 'debug_posfix_doc'Brad King2020-07-211-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Documentation: Add missing links to `DEBUG_POSTFIX` target propertyBetsy McPhail2020-07-211-2/+2
|/ / / / / / / /
* | | | | | | | Merge topic 'tutorial-index-update'Brad King2020-07-211-23/+55
|\ \ \ \ \ \ \ \
| * | | | | | | | Tutorial: Clarify Steps 1, 2 and 3Betsy McPhail2020-07-171-23/+55
* | | | | | | | | Merge topic 'stl-support-filesystem-path-cygwin'Brad King2020-07-212-17/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | STL Support: cm::filesystem::path: add support of CygwinMarc Chevrier2020-07-202-17/+59