summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmTarget: Add INTERFACE_LINK_LIBRARIES_DIRECT{,_EXCLUDE} backtrace storageBrad King2022-01-292-0/+61
* cmGeneratorTarget: Add LookupLinkItem option to consider own target nameBrad King2022-01-292-7/+14
* cmGeneratorTarget: Fix link interface caching of partial resultsBrad King2022-01-291-16/+14
* cmGeneratorTarget: Clarify CMP0022 logic in ComputeLinkInterfaceLibrariesBrad King2022-01-291-56/+59
* cmGeneratorTarget: Simplify CMP0022 warning checkBrad King2022-01-291-7/+4
* cmGeneratorTarget: Return early from ExpandLinkItems with no itemsBrad King2022-01-291-0/+3
* Tests: Remove unnecessary policy setting from ObjectLibrary testBrad King2022-01-291-1/+0
* Help: Cross-reference LINK_LIBRARIES and INTERFACE_LINK_LIBRARIESBrad King2022-01-292-2/+12
* PCH: Clear link interface cache when adding PCH object to itBrad King2022-01-293-0/+14
* cmLinkItem: Clarify name of CMP0027 check memberBrad King2022-01-293-7/+7
* cmGeneratorExpressionDAGChecker: Re-order EvaluatingLinkLibraries conditionBrad King2022-01-291-3/+3
* Merge topic 'define-property-optional-args-documentation'Brad King2022-01-211-0/+4
|\
| * Help: Note the version in which define_property() arguments became optionalKyle Edwards2022-01-211-0/+4
|/
* Merge topic 'cmake-warn-extra-paths'Brad King2022-01-216-8/+50
|\
| * cmake: Warn about unnecessary paths on command lineRobert Maynard2022-01-205-6/+47
| * Tests: Fix RunCMake.CommandLine toolchain case command lineBrad King2022-01-202-2/+3
* | Merge topic 'target-properties-from-variables'Brad King2022-01-2127-16/+198
|\ \
| * | define_property(): Add INITIALIZE_FROM_VARIABLE argumentKyle Edwards2022-01-2027-16/+198
* | | Merge topic 'vs-asan'Brad King2022-01-212-0/+10
|\ \ \
| * | | VS: Add support for ASAN -fsanitize=address flagHanaa Elghobashi2022-01-202-0/+10
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2022-01-211-1/+1
* | | Merge topic 'CheckPIESUpported-supports-SYSROOT'Brad King2022-01-205-11/+46
|\ \ \
| * | | CheckPIESupported: now uses any SYSROOT settingsMarc Chevrier2022-01-192-10/+22
| * | | Check{Compiler,Linker}Flag: Add possibility to retrieve check outputsMarc Chevrier2022-01-193-1/+24
* | | | Merge branch 'release-3.22'Brad King2022-01-200-0/+0
|\ \ \ \
| * \ \ \ Merge topic 'FortranCInterface-gcc-12-lto' into release-3.22Brad King2022-01-201-0/+13
| |\ \ \ \
* | \ \ \ \ Merge topic 'FortranCInterface-gcc-12-lto'Brad King2022-01-201-0/+13
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | FortranCInterface: Fix compatibility with GCC gfortran 12 LTOBjörn Esser2022-01-191-0/+13
| |/ / / /
* | | | | Merge topic 'ccmake-windows'Brad King2022-01-2067-31/+15636
|\ \ \ \ \
| * | | | | Help: Add release note for experimental ccmake support on WindowsBrad King2022-01-191-0/+6
| * | | | | ci: Enable ccmake on WindowsBrad King2022-01-191-0/+1
| * | | | | ccmake: Add Windows support using PDCursesDuncan Ogilvie2022-01-185-4/+34
| * | | | | ccmake: Refactor resizing logic into cmCursesFormDuncan Ogilvie2022-01-183-18/+27
| * | | | | ccmake: Refactor BUILD_CursesDialog option logicBrad King2022-01-181-13/+16
| * | | | | cmpdcurses: Add CMake build systemBrad King2022-01-181-0/+73
| * | | | | Merge branch 'upstream-PDCurses' into update-pdcursesBrad King2022-01-1257-0/+15451
| |\ \ \ \ \
| | * | | | | PDCurses 2021-12-08 (f1cd4f45)PDCurses Upstream2022-01-1257-0/+15451
| | / / / /
| * | | | | pdcurses: Add script to import PDCurses from upstreamBrad King2022-01-121-0/+32
* | | | | | Merge topic 'cmake-presets-include-outside-project-dir'Brad King2022-01-207-36/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | CMakePresets: Allow files included from CMakePresets.json to be anywhereKyle Edwards2022-01-197-36/+3
* | | | | | CMake Nightly Date StampKitware Robot2022-01-201-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'cpack-dmg-sla'Brad King2022-01-1913-3/+95
|\ \ \ \ \
| * | | | | CPack/DMG: Add explicit option to use CPACK_RESOURCE_FILE_LICENSE for SLABrad King2022-01-189-3/+64
| * | | | | Tests: Add CPack/DMG case covering SLA from CPACK_RESOURCE_FILE_LICENSEBrad King2022-01-185-0/+31
* | | | | | Merge topic 'define-property-optional-args'Brad King2022-01-198-46/+65
|\ \ \ \ \ \
| * | | | | | define_property(): Make BRIEF_DOCS and FULL_DOCS optionalKyle Edwards2022-01-188-15/+45
| * | | | | | cmDefinePropertyCommand: Refactor to use cmArgumentParserKyle Edwards2022-01-181-32/+21
| |/ / / / /
* | | | | | Merge topic 'handle_multiple_source_dirs'Brad King2022-01-192-28/+39
|\ \ \ \ \ \
| * | | | | | CMake: `-S` paths preferred over other provided pathsRobert Maynard2022-01-181-28/+26
| * | | | | | Add tests that showcase cmake -S limitationsRobert Maynard2022-01-181-0/+13
| | |/ / / / | |/| | | |