summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ExternalProject: Move inline scripts to separate filesCraig Scott2022-01-226-222/+337
* ExternalProject: Ensure _ep_set_directories records cmake pathsCraig Scott2022-01-221-0/+5
* ExternalProject: Move existing step scripts to separate subdirectoryCraig Scott2022-01-225-8/+8
* 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
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'update-expat'Brad King2022-01-198-20/+215
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'upstream-expat' into update-expatBrad King2022-01-187-19/+214
| |\ \ \ \ \ \
| | * | | | | | expat 2022-01-16 (57c7da69)Expat Upstream2022-01-187-19/+216
| * | | | | | | expat: Update script to get Expat 2.4.3Brad King2022-01-181-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'depfile-parsing-update'Brad King2022-01-1911-88/+137
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | add_custom_command(DEPFILE): ensure all dependencies are taken into accountMarc Chevrier2022-01-163-30/+36
| * | | | | | Depfile parsing: enhance compatibility with GNU MakeMarc Chevrier2022-01-168-58/+101
* | | | | | | CMake Nightly Date StampKitware Robot2022-01-191-1/+1
| |/ / / / / |/| | | | |