summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'xcframework-target-link-libraries'Kyle Edwards2023-07-2716-10/+532
|\ | | | | | | | | | | | | | | 7050ac56a1 macOS: Add support for linking against .xcframework folders 93ed53790c bootstrap: Unconditionally build libjsoncpp Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8619
| * macOS: Add support for linking against .xcframework foldersKyle Edwards2023-07-2615-6/+532
| | | | | | | | Issue: #21752
| * bootstrap: Unconditionally build libjsoncppKyle Edwards2023-07-261-4/+0
| |
* | Merge topic 'cmuvprocesschain-wait-0'Brad King2023-07-272-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | 830a4b37aa cmUVProcessChain::Wait(): Treat timeout of 0 as no timeout Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8658
| * | cmUVProcessChain::Wait(): Treat timeout of 0 as no timeoutKyle Edwards2023-07-262-3/+3
| |/
* | CMake Nightly Date StampKitware Robot2023-07-271-1/+1
| |
* | Merge topic 'jobserver-fix'Brad King2023-07-265-23/+32
|\ \ | | | | | | | | | | | | | | | | | | | | | 3825d6ec98 add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORY Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8644
| * | add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORYChris Mahoney2023-07-255-23/+32
| | | | | | | | | | | | Issue: #16273
* | | Merge topic 'cmPolicies-cmStrCat'Brad King2023-07-261-85/+75
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | c4bb7fd4f3 cmPolicies: use `cmStrCat` for error message building 59eda7fa0a cmPolicies: use `cmStrCat` for string additions 0c8a2c4a86 cmPolicies: use character literals where possible 0cb4f08ddf cmPolicies: combine string literals where possible Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8650
| * | cmPolicies: use `cmStrCat` for error message buildingBen Boeckel2023-07-241-84/+68
| | |
| * | cmPolicies: use `cmStrCat` for string additionsBen Boeckel2023-07-241-1/+1
| | |
| * | cmPolicies: use character literals where possibleBen Boeckel2023-07-241-2/+2
| | |
| * | cmPolicies: combine string literals where possibleBen Boeckel2023-07-241-22/+28
| | |
* | | Merge topic 'exec-program-policy'Kyle Edwards2023-07-262-2/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ff12a57d5e exec_program(): Remove by policy CMP0153 Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8653
| * | | exec_program(): Remove by policy CMP0153Kyle Edwards2023-07-252-2/+6
| | | |
* | | | CMake Nightly Date StampKitware Robot2023-07-261-1/+1
| | | |
* | | | Merge topic 'property-typo-fix'Brad King2023-07-251-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c172eecea6 cmTarget: Restore Fortran_PREPROCESS property initialization Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8654
| * | | | cmTarget: Restore Fortran_PREPROCESS property initializationBen Boeckel2023-07-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a typo from commit e522f8ca06 (cmTarget: factor out properties initialized for target which compile, 2023-02-01, v3.27.0-rc1~577^2~13), that broke this property. Also update the test suite to use this upgrade as some level of coverage. Fixes: #25123
* | | | | Merge topic 'cdash_checksum_400'Brad King2023-07-251-9/+12
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | b7c871f745 ctest: Update ctest_submit for CDash behavior change Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8648
| * | | | ctest: Update ctest_submit for CDash behavior changeZack Galbreath2023-07-251-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | open.cdash.org was recently upgraded in preparation for the release of CDash v3.2.0. This upgrade brought a change in behavior where CDash now responds with HTTP 400 (bad request) rather than HTTP 200 (OK) for MD5 checksum mismatches during submission time. This commit removes our usage of CURLOPT_FAILONERROR in cmCTestSubmitHandler.cxx This was necessary to pass along the contents of the request body ("md5 mismatch") in cases where the web server (CDash) responds with an error status (400). Fixes: #25121
| * | | | CMake 3.26.5v3.26.5Brad King2023-07-191-1/+1
| | | | |
| * | | | CMake 3.26.4v3.26.4Brad King2023-05-181-1/+1
| | | | |
| * | | | CMake 3.26.3v3.26.3Brad King2023-04-041-1/+1
| | | | |
| * | | | CMake 3.26.2v3.26.2Brad King2023-03-291-1/+1
| | | | |
* | | | | Merge topic 'fix-ctest-timeout-regression'Brad King2023-07-251-3/+5
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 0e8584c89c CTest: Fix regression in calculating test timeout Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8647
| * | | | CTest: Fix regression in calculating test timeoutKyle Edwards2023-07-241-3/+5
| | | | | | | | | | | | | | | | | | | | Fixes: #25120
* | | | | CMake Nightly Date StampKitware Robot2023-07-251-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'file-REAL_PATH-relative'Brad King2023-07-242-4/+58
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6b5f2dbbfe file(REAL_PATH): resolve symlinks before '..' components Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8605
| * | | | file(REAL_PATH): resolve symlinks before '..' componentsRobert Maynard2023-07-202-4/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously REAL_PATH would collapse paths before resolving any symlinks so if `..` crossed a symlink the output from `REAL_PATH` would be wrong. It looked like REAL_PATH did this by mistake since it was a side-effect of ensuring we had an absolute path before resolving symlinks.
* | | | | Merge topic 'dyndep-module-info-objlib-dependency'Brad King2023-07-243-5/+24
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b665966933 cmComputeLinkInformation: track OBJECT library dependencies a99b87a628 Tests/RunCMake/CXXModules: add a test for issue #25112 2870a67540 Tests/FortranOnly: add a test case for issue #25112 Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8645
| * | | | cmComputeLinkInformation: track OBJECT library dependenciesBen Boeckel2023-07-223-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit b6a5382217 (Ninja: depend on language module information files directly, 2023-02-10), introduced via !8197, language-specific module information files (`CMakeFiles/<target>.dir/<lang>Modules.json`) files were added as real dependencies to the dyndep collation steps. Previously, the behavior was to inform the collator of all possible targets and search for the files manually ignoring those which did not exist with ordering enforced by depending on the linker output of all dependent targets. This behavior could lead to stale information being used (e.g., if a target stops providing any targets) and also did not reliably build everything needed on rebuilds. Afterwards, the internal computation changed the dependency from all possible targets to an exact set of "these targets might have modules" query, however one that did not include `OBJECT` libraries since do not have `LinkEntry` items internally (their objects are instead treated as source files). As a stopgap measure, track `OBJECT` libraries in a separate list and query them explicitly when gathering targets which may have interesting information. Future work can add `LinkEntry` items to represent these targets once all `LinkEntry` consumers have been audited to make sure they are not surprised by any `OBJECT` library entries. Fixes: #25112
| * | | | CMake 3.27.0v3.27.0Brad King2023-07-181-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2023-07-241-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2023-07-231-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2023-07-221-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'cmstrcat-pass'Brad King2023-07-213-108/+117
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | faf36e65b9 cmMakefile: use single characters where possible 4fd80d5419 cmMakefile: use static string views in some locations e41ff26735 cmMakefile: use `cmStrCat` where possible 2a74f641db cmGlobalGenerator: use single chars where possible cfdb5c970c cmGlobalGenerator: use `cmStrCat` where possible 884c477545 cmCoreTryCompile: combine strings where possible b8fd1cc8d9 cmCoreTryCompile: use single characters where possible 0b74471d62 cmCoreTryCompile: use `cmStrCat` where possible Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8640
| * | | | cmMakefile: use single characters where possibleBen Boeckel2023-07-191-6/+6
| | | | |
| * | | | cmMakefile: use static string views in some locationsBen Boeckel2023-07-191-10/+9
| | | | |
| * | | | cmMakefile: use `cmStrCat` where possibleBen Boeckel2023-07-191-21/+26
| | | | |
| * | | | cmGlobalGenerator: use single chars where possibleBen Boeckel2023-07-191-1/+1
| | | | |
| * | | | cmGlobalGenerator: use `cmStrCat` where possibleBen Boeckel2023-07-191-39/+42
| | | | |
| * | | | cmCoreTryCompile: combine strings where possibleBen Boeckel2023-07-191-11/+14
| | | | |
| * | | | cmCoreTryCompile: use single characters where possibleBen Boeckel2023-07-191-16/+16
| | | | |
| * | | | cmCoreTryCompile: use `cmStrCat` where possibleBen Boeckel2023-07-191-15/+14
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2023-07-211-1/+1
| | | |
* | | | Merge topic 'command-job-server-aware'Brad King2023-07-208-0/+48
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 95941fd990 add_custom_{target,command}: Add argument JOB_SERVER_AWARE Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8547
| * | | | add_custom_{target,command}: Add argument JOB_SERVER_AWAREChris Mahoney2023-07-198-0/+48
| | | | | | | | | | | | | | | | | | | | Issue: #16273
* | | | | CMake Nightly Date StampKitware Robot2023-07-201-1/+1
| |/ / / |/| | |
* | | | Merge topic 'imported-implib-only'Brad King2023-07-193-13/+32
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7351d590ee cmTarget: Add a way to represent imported shared library stubs 83574a4772 GeneratorExpression: Expand testing of imported location resolution b75ff51947 Testing: Map RelWithDebInfo config in GeneratorExpression test Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Jason Juang <jasjuang@gmail.com> Merge-request: !8582
| * | | | cmTarget: Add a way to represent imported shared library stubsRobert Maynard2023-07-183-13/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shared library stubs can be used for linking, but not at runtime. Their role is similar to import libraries on Windows, so represent their location with the `IMPORTED_IMPLIB` target property. Fixes: #24940