summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmCPackPKGGenerator: remove unnecessary `.c_str()` callsBen Boeckel2023-07-301-6/+5
* cmCPackDragNDropGenerator: remove unnecessary string constructionBen Boeckel2023-07-301-1/+1
* clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2023-07-301-1/+2
* clang-tidy: fix `modernize-use-override` lintsBen Boeckel2023-07-301-1/+1
* clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2023-07-301-3/+3
* clang-tidy: fix `bugprone-branch-clone` lintsBen Boeckel2023-07-301-0/+2
* clang-tidy: fix `modernize-use-default-member-init` lintsBen Boeckel2023-07-301-4/+2
* clang-tidy: fix `modernize-loop-convert` lintsBen Boeckel2023-07-301-3/+5
* clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2023-07-274-32/+32
* Merge topic 'xcframework-target-link-libraries'Kyle Edwards2023-07-2716-10/+532
|\
| * macOS: Add support for linking against .xcframework foldersKyle Edwards2023-07-2615-6/+532
| * bootstrap: Unconditionally build libjsoncppKyle Edwards2023-07-261-4/+0
* | Merge topic 'cmuvprocesschain-wait-0'Brad King2023-07-272-3/+3
|\ \
| * | 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
|\ \
| * | add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORYChris Mahoney2023-07-255-23/+32
* | | Merge topic 'cmPolicies-cmStrCat'Brad King2023-07-261-85/+75
|\ \ \ | |_|/ |/| |
| * | 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
|\ \ \
| * | | 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
|\ \ \ \
| * | | | cmTarget: Restore Fortran_PREPROCESS property initializationBen Boeckel2023-07-251-1/+1
* | | | | Merge topic 'cdash_checksum_400'Brad King2023-07-251-9/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ctest: Update ctest_submit for CDash behavior changeZack Galbreath2023-07-251-9/+12
| * | | | 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
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | CTest: Fix regression in calculating test timeoutKyle Edwards2023-07-241-3/+5
* | | | | CMake Nightly Date StampKitware Robot2023-07-251-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'file-REAL_PATH-relative'Brad King2023-07-242-4/+58
|\ \ \ \
| * | | | file(REAL_PATH): resolve symlinks before '..' componentsRobert Maynard2023-07-202-4/+58
* | | | | Merge topic 'dyndep-module-info-objlib-dependency'Brad King2023-07-243-5/+24
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | cmComputeLinkInformation: track OBJECT library dependenciesBen Boeckel2023-07-223-5/+24
| * | | | 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
|\ \ \ \
| * | | | 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