summaryrefslogtreecommitdiff
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake: Add filtered debug-find optionsJohn Parent2021-12-171-2/+49
* cmMessenger: Make relative path conversion more explicitBrad King2021-12-081-0/+6
* cmMessenger: Adopt backtrace printing functionsBrad King2021-12-081-2/+3
* Source: fix -Wextra-semi-stmt warningsSean McBride2021-12-011-1/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-28/+28
* Use new AddCacheEntry signaturesMarc Chevrier2021-09-101-32/+26
* AddCacheEntry accept cmProp or std::stringMarc Chevrier2021-09-101-1/+1
* Enhancement: SetProperty accept cmProp or std::stringMarc Chevrier2021-08-251-0/+4
* Fix build on Android (host)leha-bot2021-08-131-2/+4
* cmake: Model normal and try-compile project kinds explicitlyBrad King2021-07-121-11/+6
* cmState: Construct with modeBrad King2021-07-121-2/+1
* CMakePresets.json: Make --list-presets show presets with no generatorKyle Edwards2021-07-061-0/+3
* VS: Add Visual Studio 17 2022 generatorBrad King2021-06-251-1/+5
* Merge topic 'presets-build-fixes'Brad King2021-06-091-1/+3
|\
| * Merge branch 'backport-3.20-presets-build-fixes' into presets-build-fixesSam Freed2021-06-081-1/+3
| |\
| | * presets: Fix buildPreset "jobs"Sam Freed2021-06-081-1/+3
* | | HIP: Add language to CMakeRobert Maynard2021-06-071-0/+3
* | | cmake: Allow CMAKE_TOOLCHAIN_FILE to be set by environment variableBrad King2021-06-031-0/+10
|/ /
* | cmake-gui: Unset empty CC,CXX on global generator changeJake Cobb2021-05-241-3/+6
* | cmCommandLineArgument: Understands which commands require partial matchingRobert Maynard2021-05-191-24/+42
* | class cmake: Store working directory at cmake launchMarc Chevrier2021-05-111-1/+2
* | Merge topic 'cmprop-nullptr'Brad King2021-05-111-4/+2
|\ \
| * | Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-101-4/+2
* | | Merge topic 'capabilties-generator-platforms'Brad King2021-05-111-0/+7
|\ \ \ | |/ / |/| |
| * | cmake: add supported platforms to cmake -E capabilties reportscheffle2021-05-101-0/+7
* | | Source: Fix typos and spelling in commentsJosef Angstenberger2021-05-071-1/+1
|/ /
* | cmake-presets: Introduce `toolchainFile` preset optionRobert Maynard2021-04-281-0/+7
* | cmake: Improve error message when failing to update generation timestampBrad King2021-04-211-2/+6
* | Merge topic 'mrjoel/add-missing-not'Brad King2021-04-191-3/+3
|\ \ | |/
| * Add missing 'not' in error messagesJoel Johnson2021-04-161-3/+3
* | Merge topic 'add_toolchain_cmake_option'Brad King2021-04-161-0/+14
|\ \
| * | cmake: add support for --toolchain command argumentRobert Maynard2021-04-151-0/+14
* | | cmake-presets: Make generator and binaryDir fields optionalfriendlyanon2021-04-071-3/+6
|/ /
* | Merge topic 'cmake-presets-condition'Brad King2021-03-231-0/+13
|\ \
| * | CMakePresets.json: Add the ability to conditionally disable presetsKyle Edwards2021-03-221-0/+13
* | | Treat '.ixx' and '.cppm' files as C++ sourcesAndrew Gilewsky2021-03-221-3/+3
|/ /
* | cmake: configure preset add support for --install-prefix mappingRobert Maynard2021-03-091-3/+17
* | cmake: add support for --install-prefix command argumentRobert Maynard2021-03-041-0/+17
* | cmLocalGenerator: Clarify GetIncludeFlags signatureBrad King2021-02-251-1/+1
|/
* cmake-presets: Add build and test presetsSam Freed2021-02-011-54/+170
* Merge topic 'cpp-modules'Brad King2021-01-071-2/+3
|\
| * Treat the '.mpp' file extension as C++ codeBen Boeckel2021-01-051-2/+3
* | cmake: Use shared parsing code for all cmake argv parsingRobert Maynard2021-01-061-121/+4
|/
* Merge topic 'install-properties'Brad King2020-12-141-0/+2
|\
| * cmake: Clear INSTALL file properties between runsBrad King2020-12-111-0/+2
* | cmake: Error out on unknown arguments starting with `-`.Robert Maynard2020-12-011-1/+21
* | cmake: Simplify -W recognition of no- and error= prefixesBrad King2020-11-191-9/+7
* | cmake: redesign command-line argument parsingRobert Maynard2020-11-191-367/+548
* | cmake: Fix processing of -Wno-error= flagsBrad King2020-11-171-3/+8
* | Reduce the scope of temporary cmProp variables and other improvementsVitaly Stakhovsky2020-11-051-2/+1