summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add option to explicitly avoid using execinfo for backtracesĐoàn Trần Công Danh2021-07-261-0/+3
* Merge topic 'update-kwsys' into release-3.21Brad King2021-07-262-4/+6
|\
| * Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-07-262-4/+6
| |\ |/ /
| * KWSys 2021-07-26 (d5fd6ca2)KWSys Upstream2021-07-262-4/+6
* | Merge topic 'doc-custom-command-depfiles' into release-3.21Brad King2021-07-261-18/+23
|\ \
| * | Help: Clarify and correct wording around DEPFILE optionCraig Scott2021-07-241-18/+23
* | | Merge topic 'ninja-multi-test-fix' into release-3.21Brad King2021-07-2618-6/+127
|\ \ \
| * | | Tests: Clean up Ninja Multi-Config test from cb777ddKyle Edwards2021-07-2318-6/+127
* | | | Merge topic 'autouic-header-depends' into release-3.21Brad King2021-07-2615-83/+144
|\ \ \ \
| * | | | AUTOUIC: Fix generating of dependency rules for UI header filesAlexey Edelev2021-07-2315-83/+144
* | | | | Merge topic 'autogen-deps' into release-3.21Brad King2021-07-261-5/+23
|\ \ \ \ \
| * | | | | AutoGen: Fix needless compilation of mocs_compilation.cppJoerg Bornemann2021-07-231-5/+23
| |/ / / /
* | | | | Merge topic 'doc-ctest-output' into release-3.21Craig Scott2021-07-264-5/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Help: Add cross-references between test output size ctest variablesCraig Scott2021-07-262-0/+6
| * | | | Help: Improve wording and cross-referencing for ctest JUnit outputCraig Scott2021-07-252-5/+7
| | |/ / | |/| |
* | | | Merge topic 'gnu_c23' into release-3.21Brad King2021-07-231-2/+2
|\ \ \ \
| * | | | GNU: Correct C23 flagsRaul Tambre2021-07-211-2/+2
| |/ / /
* | | | Merge topic 'nmc-target-objects' into release-3.21Brad King2021-07-238-21/+54
|\ \ \ \
| * | | | Ninja Multi-Config: Restore TARGET_OBJECTS support in cross-configsBrad King2021-07-218-18/+50
| * | | | cmGeneratorExpressionNode: Factor out local variable for global generatorBrad King2021-07-201-3/+4
* | | | | Merge topic 'enable_language-CMP0126' into release-3.21Brad King2021-07-231-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Swift: Update test case to try CMP0126 NEW behaviorBrad King2021-07-211-0/+3
| | |/ / | |/| |
* | | | Merge topic 'iar-binutils' into release-3.21Brad King2021-07-233-86/+54
|\ \ \ \ | |/ / / |/| | |
| * | | IAR: Moved search logic to BinUtils.Jean-Marc Hengen2021-07-233-86/+54
| |/ /
* | | Merge topic 'message-color' into release-3.21Brad King2021-07-215-0/+26
|\ \ \
| * | | cmMessenger: Revert to non-color messages on WindowsBrad King2021-07-205-0/+26
| |/ /
* | | Merge topic 'CMakeDependentOption-revert-parens' into release-3.21Brad King2021-07-215-12/+7
|\ \ \
| * | | CMakeDependentOption: Revert "Allow parentheses in the depends string"Brad King2021-07-205-12/+7
| |/ /
* | | Merge topic 'toolchain-CMP0126' into release-3.21Brad King2021-07-2112-0/+29
|\ \ \ | |/ / |/| |
| * | try_compile: Propagate CMP0126 to the generated test projectBrad King2021-07-2012-0/+29
* | | Merge topic 'iar-exe-suffix' into release-3.21Brad King2021-07-204-3/+12
|\ \ \
| * | | Help: Document CMAKE_EXECUTABLE_SUFFIX_<LANG> explicitlyLorenzo Cappelletti2021-07-203-1/+10
| * | | Compiler/IAR: Avoid clobbering CMAKE_EXECUTABLE_SUFFIXLorenzo Cappelletti2021-07-201-2/+2
* | | | Merge topic 'iar-host-exe' into release-3.21Brad King2021-07-201-8/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Compiler/IAR: search for both IAR's binaries * and *.exeLorenzo Cappelletti2021-07-201-8/+24
|/ / /
* | | Merge topic 'enable_language-CMP0126' into release-3.21Brad King2021-07-201-4/+0
|\ \ \
| * | | CMakeDetermineCompilerId: Fix CMAKE_EXECUTABLE_FORMAT in CMP0126 NEW behaviorBrad King2021-07-191-4/+0
| |/ /
* | | Merge topic 'autogen-ui-header-depends' into release-3.21Brad King2021-07-201-6/+14
|\ \ \
| * | | AUTOUIC: Fix cyclic dependency between generated UI headers and timestampAlexey Edelev2021-07-191-6/+14
| |/ /
* | | Merge topic 'doc-policies-3.21' into release-3.21Brad King2021-07-204-26/+54
|\ \ \
| * | | Help: Make policy CMP0126 wording more accurate Craig Scott2021-07-172-7/+20
| * | | Help: Explain policy CMP0125 in more detailCraig Scott2021-07-171-12/+29
| * | | Help: Clarify wording of CMP0124Craig Scott2021-07-171-7/+5
* | | | Merge topic 'doc-cleanups-3.21' into release-3.21Craig Scott2021-07-203-30/+47
|\ \ \ \ | |_|/ / |/| | |
| * | | Help: Expand details for file(COPY_FILE)Craig Scott2021-07-201-2/+18
| * | | Help: Re-order file() sub-commands in Filesystem sectionCraig Scott2021-07-201-28/+28
| * | | Help: Clarify which project() call PROJECT_IS_TOP_LEVEL is forCraig Scott2021-07-181-1/+2
| * | | Help: Fix trivial typoCraig Scott2021-07-181-1/+1
| |/ /
* | | Merge topic 'cmake-presets-no-binary-dir-no-s' into release-3.21Brad King2021-07-194-4/+24
|\ \ \
| * | | CMakePresets.json: Fix expansion issue with empty binaryDirKyle Edwards2021-07-164-4/+24
| |/ /