| Commit message (Expand) | Author | Age | Files | Lines |
* | Help: Add cross-references between test output size ctest variables | Craig Scott | 2021-07-26 | 2 | -0/+6 |
|
|
* | Help: Improve wording and cross-referencing for ctest JUnit output | Craig Scott | 2021-07-25 | 2 | -5/+7 |
|
|
* | Merge topic 'message-color' into release-3.21 | Brad King | 2021-07-21 | 5 | -0/+26 |
|\ |
|
| * | cmMessenger: Revert to non-color messages on Windows | Brad King | 2021-07-20 | 5 | -0/+26 |
|
|
* | | Merge topic 'CMakeDependentOption-revert-parens' into release-3.21 | Brad King | 2021-07-21 | 5 | -12/+7 |
|\ \ |
|
| * | | CMakeDependentOption: Revert "Allow parentheses in the depends string" | Brad King | 2021-07-20 | 5 | -12/+7 |
| |/ |
|
* | | Merge topic 'toolchain-CMP0126' into release-3.21 | Brad King | 2021-07-21 | 12 | -0/+29 |
|\ \
| |/
|/| |
|
| * | try_compile: Propagate CMP0126 to the generated test project | Brad King | 2021-07-20 | 12 | -0/+29 |
|
|
* | | Merge topic 'iar-exe-suffix' into release-3.21 | Brad King | 2021-07-20 | 4 | -3/+12 |
|\ \ |
|
| * | | Help: Document CMAKE_EXECUTABLE_SUFFIX_<LANG> explicitly | Lorenzo Cappelletti | 2021-07-20 | 3 | -1/+10 |
|
|
| * | | Compiler/IAR: Avoid clobbering CMAKE_EXECUTABLE_SUFFIX | Lorenzo Cappelletti | 2021-07-20 | 1 | -2/+2 |
|
|
* | | | Merge topic 'iar-host-exe' into release-3.21 | Brad King | 2021-07-20 | 1 | -8/+24 |
|\ \ \
| |/ /
|/| | |
|
| * | | Compiler/IAR: search for both IAR's binaries * and *.exe | Lorenzo Cappelletti | 2021-07-20 | 1 | -8/+24 |
|/ / |
|
* | | Merge topic 'enable_language-CMP0126' into release-3.21 | Brad King | 2021-07-20 | 1 | -4/+0 |
|\ \ |
|
| * | | CMakeDetermineCompilerId: Fix CMAKE_EXECUTABLE_FORMAT in CMP0126 NEW behavior | Brad King | 2021-07-19 | 1 | -4/+0 |
| |/ |
|
* | | Merge topic 'autogen-ui-header-depends' into release-3.21 | Brad King | 2021-07-20 | 1 | -6/+14 |
|\ \ |
|
| * | | AUTOUIC: Fix cyclic dependency between generated UI headers and timestamp | Alexey Edelev | 2021-07-19 | 1 | -6/+14 |
| |/ |
|
* | | Merge topic 'doc-policies-3.21' into release-3.21 | Brad King | 2021-07-20 | 4 | -26/+54 |
|\ \ |
|
| * | | Help: Make policy CMP0126 wording more accurate | Craig Scott | 2021-07-17 | 2 | -7/+20 |
|
|
| * | | Help: Explain policy CMP0125 in more detail | Craig Scott | 2021-07-17 | 1 | -12/+29 |
|
|
| * | | Help: Clarify wording of CMP0124 | Craig Scott | 2021-07-17 | 1 | -7/+5 |
|
|
* | | | Merge topic 'doc-cleanups-3.21' into release-3.21 | Craig Scott | 2021-07-20 | 3 | -30/+47 |
|\ \ \
| |_|/
|/| | |
|
| * | | Help: Expand details for file(COPY_FILE) | Craig Scott | 2021-07-19 | 1 | -2/+18 |
|
|
| * | | Help: Re-order file() sub-commands in Filesystem section | Craig Scott | 2021-07-19 | 1 | -28/+28 |
|
|
| * | | Help: Clarify which project() call PROJECT_IS_TOP_LEVEL is for | Craig Scott | 2021-07-18 | 1 | -1/+2 |
|
|
| * | | Help: Fix trivial typo | Craig Scott | 2021-07-18 | 1 | -1/+1 |
| |/ |
|
* | | Merge topic 'cmake-presets-no-binary-dir-no-s' into release-3.21 | Brad King | 2021-07-19 | 4 | -4/+24 |
|\ \ |
|
| * | | CMakePresets.json: Fix expansion issue with empty binaryDir | Kyle Edwards | 2021-07-16 | 4 | -4/+24 |
| |/ |
|
* | | Merge topic 'enable_language-CMP0126' into release-3.21 | Brad King | 2021-07-19 | 10 | -0/+31 |
|\ \ |
|
| * | | enable_language: Fix test for working compiler with CMP0126 NEW behavior | Brad King | 2021-07-15 | 10 | -0/+31 |
| |/ |
|
* | | Merge topic 'libuv-mingw-arm' into release-3.21 | Brad King | 2021-07-19 | 1 | -2/+6 |
|\ \ |
|
| * | | libuv: Fix building with mingw toolchains for ARM/AArch64 | Martin Storsjö | 2021-07-15 | 1 | -2/+6 |
| |/ |
|
* | | Merge topic 'TestDriver-time.h-lint' into release-3.21 | Brad King | 2021-07-19 | 1 | -2/+2 |
|\ \ |
|
| * | | TestDriver: use `CM_NULL` to avoid lints about `nullptr` usage | Ben Boeckel | 2021-07-14 | 1 | -1/+1 |
|
|
| * | | TestDriver: suppress deprecated header lints for time.h | Ben Boeckel | 2021-07-14 | 1 | -1/+1 |
|
|
* | | | Merge topic 'Help-ctest_memcheck-shared-args' into release-3.21 | Brad King | 2021-07-19 | 2 | -0/+9 |
|\ \ \ |
|
| * | | | Help/ctest_test: add a comment to also update `ctest_memcheck` | Ben Boeckel | 2021-07-19 | 1 | -0/+4 |
|
|
| * | | | Help/ctest_memcheck: mention `ctest_test` arguments | Ben Boeckel | 2021-07-14 | 1 | -0/+5 |
| |/ / |
|
* | | | Merge topic 'vs2022' into release-3.21 | Brad King | 2021-07-19 | 9 | -13/+3505 |
|\ \ \
| |_|/
|/| | |
|
| * | | VS: Update Visual Studio 17 2022 generator for Preview 2 | Brad King | 2021-07-15 | 4 | -7/+15 |
|
|
| * | | VS: Fix `/sourceDependencies` flag table entries for v143 | Brad King | 2021-07-15 | 1 | -8/+2 |
|
|
| * | | VS: Remove broken EnableASAN entry from flag table for v143 | Brad King | 2021-07-15 | 1 | -7/+0 |
|
|
| * | | VS: Remove empty ExternalWarningLevel entry from flag table for v143 | Brad King | 2021-07-15 | 1 | -7/+0 |
|
|
| * | | VS: Remove empty LanguageStandard entries from flag table for v143 | Brad King | 2021-07-15 | 1 | -14/+0 |
|
|
| * | | VS: Remove empty ConformanceMode entry from flag table for v143 | Brad King | 2021-07-15 | 1 | -7/+0 |
|
|
| * | | VS: Populate `/JMC-` flag table entry for v143 | Brad King | 2021-07-15 | 1 | -0/+7 |
|
|
| * | | VS: Populate `-Qspectre-` flag table entry for v143 | Brad King | 2021-07-15 | 1 | -9/+9 |
|
|
| * | | VS: Populate `/Y-` flag table entry for v143 | Brad King | 2021-07-15 | 1 | -1/+1 |
|
|
| * | | VS: Add `-Zc:inline[-]` flag table entry for v143 | Brad King | 2021-07-15 | 1 | -0/+7 |
|
|
| * | | VS: Fix `/analyze:log` flag mapping for v143 | Brad King | 2021-07-15 | 1 | -14/+4 |
|
|