Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmStrCat: use in Windows-specific sources | Ben Boeckel | 2023-07-28 | 20 | -535/+582 |
* | strings: simplify streaming sequences | Ben Boeckel | 2023-07-27 | 3 | -13/+11 |
* | strings: combine string literals where possible | Ben Boeckel | 2023-07-27 | 7 | -20/+31 |
* | strings: compare to static `string_view` instances in Windows-only code | Ben Boeckel | 2023-07-27 | 21 | -246/+276 |
* | clang-tidy: fix `readability-container-data-pointer` lints | Ben Boeckel | 2023-07-27 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2023-07-27 | 1 | -1/+1 |
* | Merge topic 'jobserver-fix' | Brad King | 2023-07-26 | 5 | -23/+32 |
|\ | |||||
| * | add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORY | Chris Mahoney | 2023-07-25 | 5 | -23/+32 |
* | | Merge topic 'cmPolicies-cmStrCat' | Brad King | 2023-07-26 | 1 | -85/+75 |
|\ \ | |||||
| * | | cmPolicies: use `cmStrCat` for error message building | Ben Boeckel | 2023-07-24 | 1 | -84/+68 |
| * | | cmPolicies: use `cmStrCat` for string additions | Ben Boeckel | 2023-07-24 | 1 | -1/+1 |
| * | | cmPolicies: use character literals where possible | Ben Boeckel | 2023-07-24 | 1 | -2/+2 |
| * | | cmPolicies: combine string literals where possible | Ben Boeckel | 2023-07-24 | 1 | -22/+28 |
* | | | Merge topic 'exec-program-policy' | Kyle Edwards | 2023-07-26 | 2 | -2/+6 |
|\ \ \ | |||||
| * | | | exec_program(): Remove by policy CMP0153 | Kyle Edwards | 2023-07-25 | 2 | -2/+6 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-26 | 1 | -1/+1 |
* | | | | Merge topic 'property-typo-fix' | Brad King | 2023-07-25 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | cmTarget: Restore Fortran_PREPROCESS property initialization | Ben Boeckel | 2023-07-25 | 1 | -1/+1 |
* | | | | | Merge topic 'cdash_checksum_400' | Brad King | 2023-07-25 | 1 | -9/+12 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | ctest: Update ctest_submit for CDash behavior change | Zack Galbreath | 2023-07-25 | 1 | -9/+12 |
| * | | | | CMake 3.26.5v3.26.5 | Brad King | 2023-07-19 | 1 | -1/+1 |
| * | | | | CMake 3.26.4v3.26.4 | Brad King | 2023-05-18 | 1 | -1/+1 |
| * | | | | CMake 3.26.3v3.26.3 | Brad King | 2023-04-04 | 1 | -1/+1 |
| * | | | | CMake 3.26.2v3.26.2 | Brad King | 2023-03-29 | 1 | -1/+1 |
* | | | | | Merge topic 'fix-ctest-timeout-regression' | Brad King | 2023-07-25 | 1 | -3/+5 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | CTest: Fix regression in calculating test timeout | Kyle Edwards | 2023-07-24 | 1 | -3/+5 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-25 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | Merge topic 'file-REAL_PATH-relative' | Brad King | 2023-07-24 | 2 | -4/+58 |
|\ \ \ \ | |||||
| * | | | | file(REAL_PATH): resolve symlinks before '..' components | Robert Maynard | 2023-07-20 | 2 | -4/+58 |
* | | | | | Merge topic 'dyndep-module-info-objlib-dependency' | Brad King | 2023-07-24 | 3 | -5/+24 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | cmComputeLinkInformation: track OBJECT library dependencies | Ben Boeckel | 2023-07-22 | 3 | -5/+24 |
| * | | | | CMake 3.27.0v3.27.0 | Brad King | 2023-07-18 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-24 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-23 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-22 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Merge topic 'cmstrcat-pass' | Brad King | 2023-07-21 | 3 | -108/+117 |
|\ \ \ \ | |||||
| * | | | | cmMakefile: use single characters where possible | Ben Boeckel | 2023-07-19 | 1 | -6/+6 |
| * | | | | cmMakefile: use static string views in some locations | Ben Boeckel | 2023-07-19 | 1 | -10/+9 |
| * | | | | cmMakefile: use `cmStrCat` where possible | Ben Boeckel | 2023-07-19 | 1 | -21/+26 |
| * | | | | cmGlobalGenerator: use single chars where possible | Ben Boeckel | 2023-07-19 | 1 | -1/+1 |
| * | | | | cmGlobalGenerator: use `cmStrCat` where possible | Ben Boeckel | 2023-07-19 | 1 | -39/+42 |
| * | | | | cmCoreTryCompile: combine strings where possible | Ben Boeckel | 2023-07-19 | 1 | -11/+14 |
| * | | | | cmCoreTryCompile: use single characters where possible | Ben Boeckel | 2023-07-19 | 1 | -16/+16 |
| * | | | | cmCoreTryCompile: use `cmStrCat` where possible | Ben Boeckel | 2023-07-19 | 1 | -15/+14 |
| | |/ / | |/| | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-21 | 1 | -1/+1 |
* | | | | Merge topic 'command-job-server-aware' | Brad King | 2023-07-20 | 8 | -0/+48 |
|\ \ \ \ | |||||
| * | | | | add_custom_{target,command}: Add argument JOB_SERVER_AWARE | Chris Mahoney | 2023-07-19 | 8 | -0/+48 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-20 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'imported-implib-only' | Brad King | 2023-07-19 | 3 | -13/+32 |
|\ \ \ \ | |||||
| * | | | | cmTarget: Add a way to represent imported shared library stubs | Robert Maynard | 2023-07-18 | 3 | -13/+32 |