Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor: Use new SetProperty signatures | Marc Chevrier | 2021-08-25 | 12 | -32/+30 |
* | Enhancement: SetProperty accept cmProp or std::string | Marc Chevrier | 2021-08-25 | 16 | -56/+154 |
* | Merge topic 'refactor-reduce-cmToCStr-usage' | Brad King | 2021-08-24 | 18 | -69/+83 |
|\ | |||||
| * | Refactor: reduce cmToCStr usage | Marc Chevrier | 2021-08-19 | 17 | -69/+62 |
| * | Refactor: cmHasPrefix and cmHasSuffix accept now cmProp | Marc Chevrier | 2021-08-19 | 1 | -0/+21 |
* | | Merge topic 'host-distro-info' | Brad King | 2021-08-24 | 1 | -155/+451 |
|\ \ | |||||
| * | | cmake_host_system_information: Make it available for all systems | Alex Turbov | 2021-08-20 | 1 | -4/+0 |
| * | | Refactor: Simplify `GetValue()` function calls | Alex Turbov | 2021-08-20 | 1 | -15/+27 |
| * | | cmake_host_system_information: Also set `USED_FALLBACK_SCRIPT` | Alex Turbov | 2021-08-20 | 1 | -1/+4 |
| * | | cmake_host_system_information: Can run fallback scripts | Alex Turbov | 2021-08-20 | 1 | -2/+90 |
| * | | cmake_host_system_information: Can read `/etc/os-release` file | Alex Turbov | 2021-08-20 | 1 | -6/+191 |
| * | | Refactor: Deduplicate code for `VS_nn_DIR` keys processing | Alex Turbov | 2021-07-30 | 1 | -48/+18 |
| * | | Refactor: Use string view | Alex Turbov | 2021-07-30 | 1 | -29/+31 |
| * | | Refactor: `bool GetValue(..., string&)` → `optional<string> GetValue(...)` | Alex Turbov | 2021-07-30 | 1 | -70/+114 |
| * | | Refactor: Move module private functions on top | Alex Turbov | 2021-07-28 | 1 | -62/+54 |
| * | | Refactor: Run CPU/OS/Memory tests once on first run | Alex Turbov | 2021-07-27 | 1 | -4/+8 |
* | | | Merge topic 'vs-toolset-version' | Brad King | 2021-08-24 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | VS: Add special case for '-T version=14.29.16.11' under VS 16.11 | Brad King | 2021-08-19 | 1 | -0/+3 |
* | | | | Merge topic 'revert-autouic-header-depends' | Brad King | 2021-08-24 | 10 | -119/+81 |
|\ \ \ \ | |||||
| * | | | | AUTOUIC: Revert "Fix generating of dependency rules for UI header files" | Brad King | 2021-08-19 | 10 | -119/+81 |
| |/ / / | |||||
| * | | | Merge topic 'ninja-lwyu-ar' into release-3.21 | Brad King | 2021-08-06 | 1 | -1/+4 |
| |\ \ \ | |||||
| | * | | | Ninja: Revert accidental LINK_WHAT_YOU_USE impl for static libraries | Đoàn Trần Công Danh | 2021-08-03 | 1 | -1/+4 |
| * | | | | Merge topic 'CC-DEPFILE-independent-from-CMAKE_DEPENDS_USE_COMPILER' into rel... | Brad King | 2021-08-03 | 1 | -2/+20 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'archive-error-handling' | Brad King | 2021-08-24 | 3 | -4/+28 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmArchiveWrite: Check for construction errors on Open | Brad King | 2021-08-20 | 3 | -4/+28 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-08-24 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-08-23 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-08-22 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-08-21 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-08-20 | 1 | -1/+1 |
* | | | | | | Merge topic 'fix_2.6_check' | Brad King | 2021-08-19 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Config File Gen: When requiring >= 2.6, don't check < 2.5 | Marcus Müller | 2021-08-16 | 1 | -1/+1 |
* | | | | | | | Merge topic 'android-build-host' | Brad King | 2021-08-19 | 1 | -2/+4 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Fix build on Android (host) | leha-bot | 2021-08-13 | 1 | -2/+4 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-08-19 | 1 | -1/+1 |
* | | | | | | | Merge topic 'while-regression' | Brad King | 2021-08-18 | 2 | -45/+52 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Refactor: Get rid of `isTrue` variable in the `while` block execution | Alex Turbov | 2021-08-11 | 1 | -5/+3 |
| * | | | | | | | Refactor: Keep `cmWhileFunctionBlocker` members private | Alex Turbov | 2021-08-11 | 1 | -11/+10 |
| * | | | | | | | Refactor: Transform `while` loop into `for` | Alex Turbov | 2021-08-11 | 1 | -16/+22 |
| * | | | | | | | Fix: `while()` reports an error the same way as `if()` | Alex Turbov | 2021-08-09 | 1 | -7/+5 |
| * | | | | | | | Fix: `while()` can silently ignore incorrect condition | Alex Turbov | 2021-08-09 | 1 | -18/+18 |
| * | | | | | | | Fix: Regression in the `cmConditionEvaluator::HandleLevel0` | Alex Turbov | 2021-08-09 | 1 | -1/+7 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-08-18 | 1 | -1/+1 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-08-17 | 1 | -1/+1 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-08-16 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-08-15 | 1 | -1/+1 |
* | | | | | | | Merge topic 'refactor-cmStandardLevelResolver_ComputeFeaturesAvailable-return... | Marc Chevrier | 2021-08-14 | 3 | -6/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Refactor: cmStandardLevelResolver::ComputeFeaturesAvailable returns cmProp | Marc Chevrier | 2021-08-12 | 3 | -6/+6 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-08-14 | 1 | -1/+1 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-08-13 | 1 | -1/+1 |
|/ / / / / / |