summaryrefslogtreecommitdiff
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake: Clear INSTALL file properties between runsBrad King2020-12-111-0/+2
* CMakePresets.json: Don't warn if no path argument is givenKyle Edwards2020-11-021-1/+7
* Merge topic 'cmake-presets-path-arg' into release-3.19Craig Scott2020-10-271-1/+3
|\
| * CMakePresets.json: Rework how --preset argument is handledKyle Edwards2020-10-261-1/+3
* | Merge topic 'correct_profiling-output_exception' into release-3.19Brad King2020-10-261-3/+3
|\ \ | |/ |/|
| * cmake: command arguments which use '=' behave consistentlyRobert Maynard2020-10-231-3/+3
* | CMakePresets.json: Split cmakeGeneratorConfig fieldKyle Edwards2020-10-221-3/+7
* | CMakePresets.json: Properly report macro expansion errorsKyle Edwards2020-10-211-8/+7
|/
* Merge topic 'cmake-presets'Brad King2020-10-061-35/+308
|\
| * CMake: Add presets functionalityKyle Edwards2020-10-051-33/+306
| * Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator()Kyle Edwards2020-10-051-2/+2
* | cmake: Fix uninitialized member in HandleDeleteCacheVariablesAdriaan de Groot2020-10-051-0/+2
|/
* cmake_language: Add signature to DEFER calls to later timesBrad King2020-09-291-1/+1
* cmake::GetCacheDefinition: Return cmPropvvs314152020-09-281-3/+2
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-1/+2
* Merge topic 'ispc_lang_support'Brad King2020-09-011-0/+3
|\
| * Add ISPC compiler support to CMakeRobert Maynard2020-08-281-0/+3
* | Bootstrap: Add support for NinjaKyle Edwards2020-08-101-2/+13
|/
* Merge topic 'compiler_flags'Brad King2020-08-061-2/+7
|\
| * cmake: avoid exception when printing "changed variables" messageFred Baksik2020-07-231-2/+7
* | Source: use cmNonempty()Vitaly Stakhovsky2020-07-281-1/+1
|/
* cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-5/+3
* Clean a few string conversionsVitaly Stakhovsky2020-07-091-1/+1
* cmake: Remove broken '--warn-unused-vars' optionBrad King2020-06-291-2/+1
* Refactor file extension queries to be more consistentRobert Maynard2020-06-221-2/+13
* cmake: Simplify internal conditions for adding extra generatorsBrad King2020-06-171-17/+6
* cmMakefile: add GetDefExpandList() that splits value into std::vectorVitaly Stakhovsky2020-05-301-8/+3
* Merge topic 'third-parties-layout'Brad King2020-05-081-1/+1
|\
| * Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+1
* | Merge topic 'script-mode-and-arbitrary-args'Craig Scott2020-05-071-1/+7
|\ \ | |/ |/|
| * cmake: Allow arbitrary args passed to CMake scriptAlex Turbov2020-05-061-1/+7
* | Merge topic 'gcc8-unused-function'Brad King2020-05-041-0/+2
|\ \ | |/ |/|
| * Fix build warnings for unused functionsWouter Klouwen2020-05-011-0/+2
* | Merge topic 'cmprop-state'Brad King2020-05-011-13/+10
|\ \
| * | cmState::GetInitializedCacheValue: return cmPropVitaly Stakhovsky2020-04-301-13/+10
| |/
* | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-1/+1
|/
* Refactoring: add cm::contains to <cmext/algorithm>Marc Chevrier2020-04-171-2/+1
* clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-17/+8
* Merge topic 'cmprop-getglobalprop'Brad King2020-03-271-6/+6
|\
| * cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-6/+6
* | Merge topic 'cmprop-state'Brad King2020-03-271-2/+2
|\ \
| * | cmState::GetCacheEntryProperty: return cmPropVitaly Stakhovsky2020-03-251-2/+2
| |/
* | use _s to construct static string_views at several placesRolf Eike Beer2020-03-241-13/+14
* | use cm::string_view for language extension lookupsRolf Eike Beer2020-03-231-2/+3
* | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-39/+39
|/
* Merge topic 'cmprop-state'Brad King2020-03-191-28/+27
|\
| * cmState::GetCacheEntryValue: return cmPropVitaly Stakhovsky2020-03-171-28/+27
* | Merge topic 'trace-format-json-doc'Brad King2020-03-191-1/+2
|\ \ | |/ |/|
| * cmake: List valid values for --trace-format on the command lineKyle Edwards2020-03-181-1/+2
* | cmake: add command line options to output script profiling dataWouter Klouwen2020-03-071-0/+57
|/