Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake Nightly Date Stamp | Kitware Robot | 2021-07-09 | 1 | -1/+1 |
* | Merge topic 'find_package-required-var' | Brad King | 2021-07-08 | 1 | -3/+21 |
|\ | |||||
| * | find_package: Add variable to make package REQUIRED | Eugene Shalygin | 2021-07-08 | 1 | -3/+21 |
* | | Merge topic 'CPATH_symlinks' | Brad King | 2021-07-08 | 2 | -12/+23 |
|\ \ | |||||
| * | | Do not exclude include directory symlinks to entries of CPATH | Alexander Grund | 2021-07-07 | 2 | -4/+14 |
| * | | cmLocalGenerator: Simplify CPATH lookup loop | Alexander Grund | 2021-07-07 | 1 | -3/+2 |
| * | | cmLocalGenerator: Clarify check for membership in multiple sets | Alexander Grund | 2021-07-07 | 1 | -3/+3 |
| * | | cmLocalGenerator: Remove unnecessary parentheses in a condition | Alexander Grund | 2021-07-07 | 1 | -4/+4 |
| * | | cmLocalGenerator: Store realpath lookup result in a variable | Alexander Grund | 2021-07-07 | 1 | -2/+3 |
| * | | cmLocalGenerator: Factor out repeated condition into local variable | Alexander Grund | 2021-07-06 | 1 | -3/+4 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2021-07-08 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge topic 'cmake-presets-list-no-generator' | Brad King | 2021-07-07 | 1 | -0/+3 |
|\ \ | |||||
| * | | CMakePresets.json: Make --list-presets show presets with no generator | Kyle Edwards | 2021-07-06 | 1 | -0/+3 |
* | | | Merge topic 'xcode13-old-buildsystem' | Brad King | 2021-07-07 | 1 | -1/+5 |
|\ \ \ | |||||
| * | | | Xcode: Ignore deprecated build system | Gregor Jasny | 2021-07-06 | 1 | -1/+5 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-07-07 | 1 | -1/+1 |
* | | | | Merge topic 'makefile-normalize-depfile' | Brad King | 2021-07-06 | 3 | -6/+17 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'backport-3.21-makefile-normalize-depfile' | Brad King | 2021-07-02 | 3 | -6/+17 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge branch 'backport-3.20-makefile-normalize-depfile' | Brad King | 2021-07-02 | 3 | -6/+17 |
| | |\ \ \ | | | |/ / | | |/| | | |||||
| | | * | | Makefiles: Normalize compiler-generated depfile paths | Marc Chevrier | 2021-07-02 | 3 | -6/+17 |
| | | * | | CMake 3.20.5v3.20.5 | Brad King | 2021-06-21 | 1 | -1/+1 |
| | | * | | Merge topic 'fix-flow-control-override' into release-3.20 | Brad King | 2021-06-17 | 3 | -8/+17 |
| | | |\ \ | |||||
| | | * | | | VS: Do not apply '/external:W*' flag table mapping on VS < 16.10 | Brad King | 2021-06-16 | 1 | -4/+14 |
| | | * | | | cmGlobalVisualStudio10Generator: Adopt GetVSInstanceVersion method | Brad King | 2021-06-16 | 3 | -7/+19 |
| | | * | | | cmGlobalVisualStudio10Generator: Move static functions to anonymous namespace | Brad King | 2021-06-16 | 1 | -4/+6 |
| | * | | | | CMake 3.21.0-rc2v3.21.0-rc2 | Brad King | 2021-06-30 | 1 | -1/+1 |
| | * | | | | Merge topic 'CMP0126-WARNING' into release-3.21 | Brad King | 2021-06-30 | 2 | -5/+22 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge topic 'vs-ARM64EC' into release-3.21 | Brad King | 2021-06-30 | 1 | -1/+2 |
| | |\ \ \ \ \ | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-07-06 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-07-05 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-07-04 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-07-03 | 1 | -1/+1 |
* | | | | | | | Merge topic 'ctest_not_dart' | Brad King | 2021-07-02 | 9 | -156/+124 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ctest: support <CTestMeasurement> for runtime measurements | Zack Galbreath | 2021-07-01 | 9 | -156/+124 |
* | | | | | | | | Merge topic 'autogen-deps' | Brad King | 2021-07-02 | 1 | -5/+23 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | AutoGen: Fix needless compilation of mocs_compilation.cpp | Joerg Bornemann | 2021-07-01 | 1 | -5/+23 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-07-02 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'env-init-configs' | Brad King | 2021-07-01 | 6 | -24/+34 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmake: Allow CMAKE_CONFIGURATION_TYPES to be set by environment variable | Brad King | 2021-06-30 | 1 | -1/+5 |
| * | | | | | | | | cmake: Allow CMAKE_BUILD_TYPE to be set by environment variable | Brad King | 2021-06-30 | 1 | -0/+12 |
| * | | | | | | | | cmMakefile: Add helper to initialize CMAKE_CONFIGURATION_TYPES | Brad King | 2021-06-30 | 5 | -24/+18 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'post-rel-dev' | Brad King | 2021-07-01 | 2 | -6/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | export: Increase maximum policy version in exported files to 3.20 | Brad King | 2021-06-30 | 1 | -2/+2 |
| * | | | | | | | | Add deprecation warnings for policies CMP0088 and below | Brad King | 2021-06-30 | 1 | -4/+3 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'cpackdeb-md5sums-order' | Brad King | 2021-07-01 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | CPackDeb: sort package files before generating deb file | Alexey Rogachevskiy | 2021-06-30 | 1 | -0/+7 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-07-01 | 1 | -1/+1 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge topic 'ninja-edit_cache' | Brad King | 2021-06-30 | 7 | -48/+42 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Ninja: Use `ccmake` for `edit_cache` | NAKAMURA Takumi | 2021-06-29 | 3 | -9/+1 |
| * | | | | | | | cmGlobalCommonGenerator: Adopt GetEditCacheCommand | NAKAMURA Takumi | 2021-06-29 | 4 | -33/+33 |