| Commit message (Expand) | Author | Age | Files | Lines |
* | Use new AddCacheEntry signatures | Marc Chevrier | 2021-09-10 | 1 | -32/+26 |
|
|
* | AddCacheEntry accept cmProp or std::string | Marc Chevrier | 2021-09-10 | 1 | -1/+1 |
|
|
* | Enhancement: SetProperty accept cmProp or std::string | Marc Chevrier | 2021-08-25 | 1 | -0/+4 |
|
|
* | Fix build on Android (host) | leha-bot | 2021-08-13 | 1 | -2/+4 |
|
|
* | cmake: Model normal and try-compile project kinds explicitly | Brad King | 2021-07-12 | 1 | -11/+6 |
|
|
* | cmState: Construct with mode | Brad King | 2021-07-12 | 1 | -2/+1 |
|
|
* | CMakePresets.json: Make --list-presets show presets with no generator | Kyle Edwards | 2021-07-06 | 1 | -0/+3 |
|
|
* | VS: Add Visual Studio 17 2022 generator | Brad King | 2021-06-25 | 1 | -1/+5 |
|
|
* | Merge topic 'presets-build-fixes' | Brad King | 2021-06-09 | 1 | -1/+3 |
|\ |
|
| * | Merge branch 'backport-3.20-presets-build-fixes' into presets-build-fixes | Sam Freed | 2021-06-08 | 1 | -1/+3 |
| |\ |
|
| | * | presets: Fix buildPreset "jobs" | Sam Freed | 2021-06-08 | 1 | -1/+3 |
|
|
* | | | HIP: Add language to CMake | Robert Maynard | 2021-06-07 | 1 | -0/+3 |
|
|
* | | | cmake: Allow CMAKE_TOOLCHAIN_FILE to be set by environment variable | Brad King | 2021-06-03 | 1 | -0/+10 |
|/ / |
|
* | | cmake-gui: Unset empty CC,CXX on global generator change | Jake Cobb | 2021-05-24 | 1 | -3/+6 |
|
|
* | | cmCommandLineArgument: Understands which commands require partial matching | Robert Maynard | 2021-05-19 | 1 | -24/+42 |
|
|
* | | class cmake: Store working directory at cmake launch | Marc Chevrier | 2021-05-11 | 1 | -1/+2 |
|
|
* | | Merge topic 'cmprop-nullptr' | Brad King | 2021-05-11 | 1 | -4/+2 |
|\ \ |
|
| * | | Source: Remove unnecessary comparisons to nullptr | Vitaly Stakhovsky | 2021-05-10 | 1 | -4/+2 |
|
|
* | | | Merge topic 'capabilties-generator-platforms' | Brad King | 2021-05-11 | 1 | -0/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | cmake: add supported platforms to cmake -E capabilties report | scheffle | 2021-05-10 | 1 | -0/+7 |
|
|
* | | | Source: Fix typos and spelling in comments | Josef Angstenberger | 2021-05-07 | 1 | -1/+1 |
|/ / |
|
* | | cmake-presets: Introduce `toolchainFile` preset option | Robert Maynard | 2021-04-28 | 1 | -0/+7 |
|
|
* | | cmake: Improve error message when failing to update generation timestamp | Brad King | 2021-04-21 | 1 | -2/+6 |
|
|
* | | Merge topic 'mrjoel/add-missing-not' | Brad King | 2021-04-19 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Add missing 'not' in error messages | Joel Johnson | 2021-04-16 | 1 | -3/+3 |
|
|
* | | Merge topic 'add_toolchain_cmake_option' | Brad King | 2021-04-16 | 1 | -0/+14 |
|\ \ |
|
| * | | cmake: add support for --toolchain command argument | Robert Maynard | 2021-04-15 | 1 | -0/+14 |
|
|
* | | | cmake-presets: Make generator and binaryDir fields optional | friendlyanon | 2021-04-06 | 1 | -3/+6 |
|/ / |
|
* | | Merge topic 'cmake-presets-condition' | Brad King | 2021-03-23 | 1 | -0/+13 |
|\ \ |
|
| * | | CMakePresets.json: Add the ability to conditionally disable presets | Kyle Edwards | 2021-03-22 | 1 | -0/+13 |
|
|
* | | | Treat '.ixx' and '.cppm' files as C++ sources | Andrew Gilewsky | 2021-03-22 | 1 | -3/+3 |
|/ / |
|
* | | cmake: configure preset add support for --install-prefix mapping | Robert Maynard | 2021-03-09 | 1 | -3/+17 |
|
|
* | | cmake: add support for --install-prefix command argument | Robert Maynard | 2021-03-04 | 1 | -0/+17 |
|
|
* | | cmLocalGenerator: Clarify GetIncludeFlags signature | Brad King | 2021-02-25 | 1 | -1/+1 |
|/ |
|
* | cmake-presets: Add build and test presets | Sam Freed | 2021-02-01 | 1 | -54/+170 |
|
|
* | Merge topic 'cpp-modules' | Brad King | 2021-01-07 | 1 | -2/+3 |
|\ |
|
| * | Treat the '.mpp' file extension as C++ code | Ben Boeckel | 2021-01-05 | 1 | -2/+3 |
|
|
* | | cmake: Use shared parsing code for all cmake argv parsing | Robert Maynard | 2021-01-06 | 1 | -121/+4 |
|/ |
|
* | Merge topic 'install-properties' | Brad King | 2020-12-14 | 1 | -0/+2 |
|\ |
|
| * | cmake: Clear INSTALL file properties between runs | Brad King | 2020-12-11 | 1 | -0/+2 |
|
|
* | | cmake: Error out on unknown arguments starting with `-`. | Robert Maynard | 2020-12-01 | 1 | -1/+21 |
|
|
* | | cmake: Simplify -W recognition of no- and error= prefixes | Brad King | 2020-11-19 | 1 | -9/+7 |
|
|
* | | cmake: redesign command-line argument parsing | Robert Maynard | 2020-11-19 | 1 | -367/+548 |
|
|
* | | cmake: Fix processing of -Wno-error= flags | Brad King | 2020-11-17 | 1 | -3/+8 |
|
|
* | | Reduce the scope of temporary cmProp variables and other improvements | Vitaly Stakhovsky | 2020-11-05 | 1 | -2/+1 |
|
|
* | | Merge topic 'cmake-presets-no-path-arg-warning' | Brad King | 2020-11-03 | 1 | -1/+7 |
|\ \
| |/ |
|
| * | CMakePresets.json: Don't warn if no path argument is given | Kyle Edwards | 2020-11-02 | 1 | -1/+7 |
|
|
| * | Merge topic 'cmake-presets-path-arg' into release-3.19 | Craig Scott | 2020-10-27 | 1 | -1/+3 |
| |\ |
|
| * \ | Merge topic 'correct_profiling-output_exception' into release-3.19 | Brad King | 2020-10-26 | 1 | -3/+3 |
| |\ \ |
|
* | \ \ | Merge topic 'cmake-presets-path-arg' | Craig Scott | 2020-10-27 | 1 | -1/+3 |
|\ \ \ \
| | |_|/
| |/| | |
|