summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'cm-optional-comparison'Kyle Edwards2020-09-082-118/+401
|\ | | | | | | | | | | | | | | 7e1304c6e6 cm::optional: Add comparison operators c854e9eba5 Refactor: Add ASSERT_TRUE() macro to testOptional.cxx Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5195
| * cm::optional: Add comparison operatorsKyle Edwards2020-09-072-0/+362
| |
| * Refactor: Add ASSERT_TRUE() macro to testOptional.cxxKyle Edwards2020-09-061-118/+39
| |
* | Merge topic 'cmake_path'Marc Chevrier2020-09-08195-11/+4158
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | eb583b0a66 cmake_path command: path management 212e953d35 cmCMakePath: Class for path handling Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Acked-by: Raul Tambre <raul@tambre.ee> Merge-request: !5158
| * | cmake_path command: path managementMarc Chevrier2020-09-06191-8/+3435
| | | | | | | | | | | | Fixes: #19568, #20922
| * | cmCMakePath: Class for path handlingMarc Chevrier2020-09-066-3/+723
| |/
* | CMake Nightly Date StampKitware Robot2020-09-081-1/+1
| |
* | Merge topic 'fix-compare'Kyle Edwards2020-09-071-3/+4
|\ \ | | | | | | | | | | | | | | | | | | 4bc1486cd3 cmConditionEvaluator: Avoid comparing pointers Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5189
| * | cmConditionEvaluator: Avoid comparing pointersvvs314152020-09-041-3/+4
| | |
* | | CMake Nightly Date StampKitware Robot2020-09-071-1/+1
| |/ |/|
* | CMake Nightly Date StampKitware Robot2020-09-061-1/+1
| |
* | CMake Nightly Date StampKitware Robot2020-09-051-1/+1
|/
* Merge topic 'use-tocstr'Kyle Edwards2020-09-0411-35/+23
|\ | | | | | | | | | | | | 1380b43764 Refactor: Use cmToCStr() Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5184
| * Refactor: Use cmToCStr()Vitaly Stakhovsky2020-09-0311-35/+23
| |
* | Merge topic 'pragma-once'Brad King2020-09-04510-2014/+512
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5585e8575b Help: Add note about #pragma once 407afc0f91 Bootstrap: Use #pragma once in cmThirdParty.h aa7bce8495 Utilities/Scripts: Remove temporary #pragma once conversion script bdca8b01d2 Modernize: Use #pragma once in all header files 093ba4061d Utilities/Scripts: Add temporary #pragma once conversion script Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Raul Tambre <raul@tambre.ee> Merge-request: !5171
| * | Help: Add note about #pragma onceKyle Edwards2020-09-031-0/+3
| | |
| * | Bootstrap: Use #pragma once in cmThirdParty.hKyle Edwards2020-09-031-3/+1
| | |
| * | Utilities/Scripts: Remove temporary #pragma once conversion scriptKyle Edwards2020-09-032-94/+0
| | |
| * | Modernize: Use #pragma once in all header filesKitware Robot2020-09-03508-2011/+508
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #pragma once is a widely supported compiler pragma, even though it is not part of the C++ standard. Many of the issues keeping #pragma once from being standardized (distributed filesystems, build farms, hard links, etc.) do not apply to CMake - it is easy to build CMake on a single machine. CMake also does not install any header files which can be consumed by other projects (though cmCPluginAPI.h has been deliberately omitted from this conversion in case anyone is still using it.) Finally, #pragma once has been required to build CMake since at least August 2017 (7f29bbe6 enabled server mode unconditionally, which had been using #pragma once since September 2016 (b13d3e0d)). The fact that we now require C++11 filters out old compilers, and it is unlikely that there is a compiler which supports C++11 but does not support #pragma once.
| * | Utilities/Scripts: Add temporary #pragma once conversion scriptKyle Edwards2020-09-032-0/+94
| |/
* | Merge topic 'external_project_download_stability'Brad King2020-09-041-1/+5
|\ \ | | | | | | | | | | | | | | | | | | bbfdbe25a1 Improve the stability of the ExternalProject download tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5183
| * | Improve the stability of the ExternalProject download testsThomas Bernard2020-09-021-1/+5
| | |
* | | CMake Nightly Date StampKitware Robot2020-09-041-1/+1
| |/ |/|
* | Merge topic 'getdef'Brad King2020-09-0383-702/+745
|\ \ | | | | | | | | | | | | | | | | | | 11425041f0 cmMakefile::GetDefinition: return cmProp Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5179
| * | cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-0283-702/+745
| | |
* | | Merge topic 'Fortran-visibility-var'Brad King2020-09-031-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 76cc687e98 Fortran: Initialize Fortran_VISIBILITY_PRESET property from variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5182
| * | | Fortran: Initialize Fortran_VISIBILITY_PRESET property from variableThomas G2020-09-021-0/+1
| | |/ | |/| | | | | | | | | | The `CMAKE_Fortran_VISIBILITY_PRESET` variable is documented to initialize the property. Fix it.
* | | Merge branch 'release-3.18'Brad King2020-09-030-0/+0
|\ \ \
| * \ \ Merge topic 'ninja-multi-automoc-regression' into release-3.18Brad King2020-09-039-5/+39
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a9fd3a107d Ninja Multi-Config: Fix dependencies of utility targets f1199bdc96 Ninja Multi-Config: Fix cleaning of utility targets with commands 657047cd24 Ninja Multi-Config: Fix clean:all target c35d1927a5 Tests: Pass additional Qt information to Ninja and NMC tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5177
* | \ \ \ Merge topic 'ninja-multi-automoc-regression'Brad King2020-09-039-5/+39
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2a6471dd7b Merge branch 'master' into ninja-multi-automoc-regression a9fd3a107d Ninja Multi-Config: Fix dependencies of utility targets f1199bdc96 Ninja Multi-Config: Fix cleaning of utility targets with commands 657047cd24 Ninja Multi-Config: Fix clean:all target c35d1927a5 Tests: Pass additional Qt information to Ninja and NMC tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5177
| * \ \ \ \ Merge branch 'master' into ninja-multi-automoc-regressionKyle Edwards2020-09-021883-5500/+19803
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| * | | | Ninja Multi-Config: Fix dependencies of utility targetsKyle Edwards2020-09-026-2/+32
| | | | | | | | | | | | | | | | | | | | Fixes: #21118
| * | | | Ninja Multi-Config: Fix cleaning of utility targets with commandsKyle Edwards2020-09-021-0/+2
| | | | |
| * | | | Ninja Multi-Config: Fix clean:all targetKyle Edwards2020-09-021-0/+1
| | | | |
| * | | | Tests: Pass additional Qt information to Ninja and NMC testsKyle Edwards2020-09-013-3/+4
| | | | |
* | | | | Merge branch 'release-3.18'Brad King2020-09-030-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge topic 'FindPython-include-dir-ABI-checks' into release-3.18Brad King2020-09-031-8/+18
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | 6fdfe2428d FindPython: enhance ABI checks against include directory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5181
* | | | | Merge topic 'FindPython-include-dir-ABI-checks'Brad King2020-09-031-8/+18
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | 6fdfe2428d FindPython: enhance ABI checks against include directory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5181
| * | | | FindPython: enhance ABI checks against include directoryMarc Chevrier2020-09-021-8/+18
| |/ / / | | | | | | | | | | | | Fixes: #21149
* | | | CMake Nightly Date StampKitware Robot2020-09-031-1/+1
| |/ / |/| |
* | | Merge topic 'xcode-custom-commands'Brad King2020-09-022-7/+37
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | e33f8f078a Xcode: Avoid unnecessary duplication of custom commands across targets 8c60c49ae2 Xcode: Refactor custom command dependency expansion Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5176
| * | | Xcode: Avoid unnecessary duplication of custom commands across targetsBrad King2020-09-012-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not attach a custom command to a target if it is already attached to one of the target's dependencies. The command's output will be available by the time the target needs it because the dependency containing the command will have already been built. Since commit fb45559e09 (Xcode: Process targets in depth-first order during generation, 2018-07-19, v3.13.0-rc1~293^2) we generate a target only after generating its dependencies. Therefore when visiting the custom commands in a target, we can assume that custom commands in its dependencies have already been visited.
| * | | Xcode: Refactor custom command dependency expansionBrad King2020-09-011-6/+11
| | | | | | | | | | | | | | | | Compute and store the "real" dependencies earlier.
* | | | Merge topic 'xcode-tests-prep'Brad King2020-09-029-14/+44
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d1688ff300 Tests: Tell Xcode to disallow signing altogether in relevant cases 266f97315b Tests: Update RunCMake.CommandLine to avoid duplicate custom commands 7678fcd577 Tests: Remove workaround from RunCMake.ExternalProject MultiCommand case Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5174
| * | | | Tests: Tell Xcode to disallow signing altogether in relevant casesBrad King2020-09-016-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Xcode 'new build system' rejects empty signing identities unless signing is explicitly marked as not allowed. Update test cases where we turn off signing to explicitly disallow it too. Also turn off signing in the XCTest test.
| * | | | Tests: Update RunCMake.CommandLine to avoid duplicate custom commandsBrad King2020-09-012-10/+32
| | | | | | | | | | | | | | | | | | | | | | | | | This test does not need to have the same custom command output generated by multiple independent targets. Revise the test to avoid that.
| * | | | Tests: Remove workaround from RunCMake.ExternalProject MultiCommand caseBrad King2020-09-011-4/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | Since commit 7249ba9677 (ExternalProject: Enforce that patch depends on update, 2020-04-03, v3.18.0-rc1~403^2) we do not need the workaround in the MultiCommand case.
* | | | Merge topic 'armclang-asm-defines'Brad King2020-09-021-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | fa7ba5fbf5 ARMClang: Pass defines to assembler Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Osama Moharam <osama.moharam.uw@renesas.com> Acked-by: Martin Kojtal <martin.kojtal@arm.com> Merge-request: !5175
| * | | ARMClang: Pass defines to assemblerHugues Kamba2020-09-011-1/+1
| |/ / | | | | | | | | | | | | This is useful when the assembly file(s) is passed to the pre-processor.
* | | CMake Nightly Date StampKitware Robot2020-09-021-1/+1
|/ /