Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bootstrap: Unconditionally build libjsoncpp | Kyle Edwards | 2023-07-26 | 1 | -4/+0 |
* | 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 |
* | | | | | Merge topic 'windows-kernel-mode-driver' | Brad King | 2023-07-19 | 4 | -11/+88 |
|\ \ \ \ \ | |||||
| * | | | | | Windows: Add experimental WindowsKernelModeDriver platform | Kyle Edwards | 2023-07-17 | 2 | -0/+7 |
| * | | | | | try_compile(): Pass down CMAKE_EXPERIMENTAL_* feature flags | Kyle Edwards | 2023-07-17 | 3 | -0/+14 |
| * | | | | | cmake_language(): Add undocumented GET_EXPERIMENTAL_FEATURE_ENABLED mode | Kyle Edwards | 2023-07-17 | 3 | -1/+48 |
| * | | | | | cmExperimental: Expose feature data API | Kyle Edwards | 2023-07-17 | 2 | -10/+19 |
* | | | | | | Merge topic 'cmCMakePath-SunPro-sparc-workaround' | Brad King | 2023-07-19 | 2 | -7/+208 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmCMakePath: workarounds for Sunpro/sparc compiler | Marc Chevrier | 2023-07-18 | 2 | -7/+208 |
| |/ / / / / | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-19 | 1 | -1/+1 |
* | | | | | | Merge topic 'LINK_OPTIONS-dollar-escaping' | Brad King | 2023-07-18 | 6 | -12/+27 |
|\ \ \ \ \ \ | |||||
| * | | | | | | LINK_OPTIONS: ensure correct dollar escaping | Marc Chevrier | 2023-07-17 | 6 | -12/+27 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'innosetup-component-install' | Brad King | 2023-07-18 | 1 | -11/+8 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | InnoSetup: Always specify at least one component installation type | Jannik Alber | 2023-07-17 | 1 | -11/+8 |