summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmStrCat: use in Windows-specific sourcesBen Boeckel2023-07-2820-535/+582
* strings: simplify streaming sequencesBen Boeckel2023-07-273-13/+11
* strings: combine string literals where possibleBen Boeckel2023-07-277-20/+31
* strings: compare to static `string_view` instances in Windows-only codeBen Boeckel2023-07-2721-246/+276
* clang-tidy: fix `readability-container-data-pointer` lintsBen Boeckel2023-07-271-1/+1
* 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
| * | | | 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
|\ \ \ \
| * | | | add_custom_{target,command}: Add argument JOB_SERVER_AWAREChris Mahoney2023-07-198-0/+48
* | | | | CMake Nightly Date StampKitware Robot2023-07-201-1/+1
| |/ / / |/| | |
* | | | Merge topic 'imported-implib-only'Brad King2023-07-193-13/+32
|\ \ \ \
| * | | | cmTarget: Add a way to represent imported shared library stubsRobert Maynard2023-07-183-13/+32