summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmake-presets-invalid-macro'Kyle Edwards2020-10-221-8/+7
|\
| * CMakePresets.json: Properly report macro expansion errorsKyle Edwards2020-10-211-8/+7
* | Constify some code as suggested by clang-tidyCengizhan Pasaoglu2020-10-191-3/+3
* | server: remove deprecated 'cmake -E server' modeBrad King2020-10-141-1/+1
|/
* 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
|/
* Refactor: Allow generators to decide default configuration for buildKyle Edwards2020-02-041-0/+4
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-1/+1
* Merge topic 'ninja-1.10'Brad King2020-01-281-0/+2
|\
| * Ninja: Track when running to re-generate during a buildBrad King2020-01-271-0/+2