summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge topic 'parser-gcc-warning'Brad King2021-02-089-876/+884
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | LexerParser: Suppress gcc -Wfree-nonheap-object warnings in generated codeBrad King2021-02-059-876/+884
* | | | | | | | | | | Merge branch 'release-3.18'Brad King2021-02-080-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'lexer-posix-source' into release-3.18Brad King2021-02-051-1/+1
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'release-3.19'Brad King2021-02-080-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge topic 'lexer-posix-source' into release-3.19Brad King2021-02-081-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | / / | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'lexer-posix-source'Brad King2021-02-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | / / | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | LexerParser: Do not override existing _POSIX_C_SOURCE definitionBrad King2021-02-051-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2021-02-081-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2021-02-071-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2021-02-061-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge topic 'fetchcontent-performance'Brad King2021-02-0536-1156/+1907
|\ \ \ \ \ \ \
| * | | | | | | FetchContent: Invoke steps directly and avoid a separate sub-buildCraig Scott2021-02-0416-326/+481
| * | | | | | | ExternalProject: Refactor pre-configure steps to support no-target usesCraig Scott2021-02-0421-784/+1299
| * | | | | | | ExternalProject: Avoid scanning docs for keywords, use include_guard()Craig Scott2021-01-298-97/+178
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'build-test-presets'Brad King2021-02-0595-390/+3667
|\ \ \ \ \ \ \
| * | | | | | | Help: Add release note for build and test presetsBrad King2021-02-041-0/+4
| * | | | | | | Tests: Update RunCMake/CMakePresets --list-presetsSam Freed2021-02-044-4/+4
| * | | | | | | Tests: Update RunCMake/CommandLine BuildDirSam Freed2021-02-0411-11/+11
| * | | | | | | Tests: Add test preset testsSam Freed2021-02-0436-0/+464
| * | | | | | | Tests: Add build preset testsSam Freed2021-02-0429-0/+301
| * | | | | | | Tests: Factor out RunCMake.CMakePresets schema validationSam Freed2021-02-042-15/+20
| * | | | | | | cmake-presets: Add build and test presetsSam Freed2021-02-019-343/+1868
| * | | | | | | Help: Add documentation for buildPresets and testPresetsSam Freed2021-02-013-4/+523
| * | | | | | | Help: Add buildPresets and testPresets to JSON schemaSam Freed2021-01-271-13/+472
* | | | | | | | Merge branch 'release-3.19'Brad King2021-02-050-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge topic 'doc-find-env-vars' into release-3.19Brad King2021-02-053-3/+6
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'doc-find-env-vars'Brad King2021-02-053-3/+6
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Help: Restore docs that find_library considers LIB, not INCLUDEBrad King2021-02-043-3/+6
* | | | | | | | CMake Nightly Date StampKitware Robot2021-02-051-1/+1
* | | | | | | | Merge topic 'aix-xcoff-edit'Brad King2021-02-0427-56/+639
|\ \ \ \ \ \ \ \
| * | | | | | | | AIX: Enable XCOFF editing to replace RPATH on installationBrad King2021-02-038-18/+157
| * | | | | | | | cmXCOFF: Add helper to parse and edit the XCOFF binary formatBrad King2021-02-034-0/+432
| * | | | | | | | CMakeDetermineCompilerId: Recognize XCOFF executable formatBrad King2021-02-031-0/+5
| * | | | | | | | Tests: Add sample XCOFF binariesBrad King2021-02-032-0/+0
| * | | | | | | | Tests: Convert CMake.ELF to RunCMake.file-RPATH ELF caseBrad King2021-02-039-15/+19
| * | | | | | | | Ninja Multi-Config: Enable relink diagnostic messageBrad King2021-02-033-2/+5
| * | | | | | | | Rename CMAKE_USE_MACH_PARSER to CMake_USE_MACH_PARSERBrad King2021-02-034-7/+7
| * | | | | | | | Rename CMAKE_USE_ELF_PARSER to CMake_USE_ELF_PARSERBrad King2021-02-036-18/+18
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge topic 'issue-17634'Brad King2021-02-046-2/+43
|\ \ \ \ \ \ \ \
| * | | | | | | | try_run: Allow to set working directoryAsit Dhal2021-02-036-2/+43
* | | | | | | | | Merge topic 'bootstrap-include-check-ldflags'Brad King2021-02-041-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bootstrap: add cmake_ld_flags to include checkIssam E. Maghni2021-02-031-5/+5
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'update-curl'Brad King2021-02-04146-6621/+9151
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | curl: Set build options the way we need for CMakeBrad King2021-02-031-0/+2
| * | | | | | | | | Merge branch 'upstream-curl' into update-curlBrad King2021-02-03145-6620/+9148
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | curl 2021-02-03 (2f33be81)Curl Upstream2021-02-03145-6620/+9148
| * | | | | | | | | | curl: Update script to get curl 7.75.0Brad King2021-02-031-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'release-3.19'Brad King2021-02-040-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Merge topic 'FindBoost-1.75' into release-3.19Brad King2021-02-041-2/+17
| |\ \ \ \ \ \ \ \ \