| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce the scope of temporary cmProp variables and other improvements | Vitaly Stakhovsky | 2020-11-05 | 1 | -3/+4 |
|
|
* | cmake::GetCacheDefinition: Return cmProp | vvs31415 | 2020-09-28 | 1 | -2/+2 |
|
|
* | Refactor: Use cmToCStr() | Vitaly Stakhovsky | 2020-09-03 | 1 | -2/+1 |
|
|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -2/+2 |
|
|
* | Factor out generator checks for filtering out interface libraries | Brad King | 2020-07-23 | 1 | -3/+3 |
|
|
* | cmIsOn: add overload accepting const std::string* | Vitaly Stakhovsky | 2020-07-14 | 1 | -2/+1 |
|
|
* | GetFeature(): return cmProp | Vitaly Stakhovsky | 2020-07-11 | 1 | -3/+2 |
|
|
* | cmMakefile: Refactor API to better handle empty config values | Robert Maynard | 2020-07-03 | 1 | -2/+3 |
|
|
* | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -12/+13 |
|
|
* | cmMakefile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-01 | 1 | -2/+2 |
|
|
* | replace "std::string::find(x) == 0" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -3/+3 |
|
|
* | cmMakefile::AddCacheDefinition: Add overload that accepts std::string value | Vitaly Stakhovsky | 2020-03-11 | 1 | -1/+1 |
|
|
* | cmGeneratorExpression: remove const char* overloads | Vitaly Stakhovsky | 2020-03-08 | 1 | -1/+2 |
|
|
* | Source: use std::string in place of const char* | Vitaly Stakhovsky | 2020-01-29 | 1 | -7/+7 |
|
|
* | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-12-09 | 1 | -6/+7 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -7/+10 |
|
|
* | Merge topic 'fix-vsmacro-access-violation' | Brad King | 2019-09-26 | 1 | -4/+13 |
|\ |
|
| * | VS: Fix access violation when calling Visual Studio macro | Daniel Eiband | 2019-09-24 | 1 | -4/+13 |
|
|
* | | cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility | Daniel Eiband | 2019-09-23 | 1 | -4/+2 |
|/ |
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+2 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -0/+1 |
|
|
* | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -2/+2 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -17/+14 |
|
|
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -3/+2 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -2/+1 |
|
|
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -1/+1 |
|
|
* | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -2/+2 |
|
|
* | Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With | Sebastian Holtermann | 2019-08-01 | 1 | -4/+5 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -3/+2 |
|
|
* | Source: std::string related cleanup | Vitaly Stakhovsky | 2019-05-15 | 1 | -9/+7 |
|
|
* | Merge topic 'vs-default-platform' | Brad King | 2019-04-22 | 1 | -1/+1 |
|\ |
|
| * | VS: Provide the default platform name to project code | Brad King | 2019-04-19 | 1 | -1/+1 |
|
|
* | | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -1/+1 |
|
|
* | | cmake: Teach --build mode to support multiple targets | Bartosz Kosiorek | 2019-03-05 | 1 | -20/+38 |
|
|
* | | cmGlobalGenerator: Change case of methods from GeneratedMakeCommand struct | Bartosz Kosiorek | 2019-03-04 | 1 | -7/+7 |
|/ |
|
* | Merge topic 'add_consistent_verbose_build_flag' | Brad King | 2019-01-29 | 1 | -22/+12 |
|\ |
|
| * | cmGlobalGenerator: Add a class that represent the build command | Robert Maynard | 2019-01-25 | 1 | -22/+12 |
|
|
* | | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. | Bruno Manganelli | 2019-01-27 | 1 | -1/+1 |
|/ |
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -0/+1 |
|
|
* | VS: Move platform name members to top-level global generator | Brad King | 2019-01-10 | 1 | -27/+1 |
|
|
* | VS: Clarify global generator constructor interface | Brad King | 2019-01-10 | 1 | -3/+3 |
|
|
* | Merge topic 'fileapi' | Brad King | 2018-12-13 | 1 | -0/+9 |
|\ |
|
| * | fileapi: Report cmake generator in reply index file | Brad King | 2018-12-12 | 1 | -0/+9 |
|
|
* | | Convert cmIDEFlagTable to use owned strings | Stephan Szabo | 2018-11-28 | 1 | -1/+1 |
|/ |
|
* | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -1/+1 |
|
|
* | cmCompiledGeneratorExpression::Evaluate(): return const std::string& | Vitaly Stakhovsky | 2018-08-09 | 1 | -1/+1 |
|
|
* | Update use of KWSys SystemTools::SplitString for new signature | Brad King | 2018-06-22 | 1 | -2/+2 |
|
|
* | cmake: Add options for parallel builds to --build mode | Florian Maushart | 2018-05-25 | 1 | -1/+1 |
|
|
* | Drop Visual Studio 8 2005 generator | Brad King | 2018-04-02 | 1 | -13/+0 |
|
|
* | VS: Use range-based 'for' loops in generator code | Vitaly Stakhovsky | 2017-12-21 | 1 | -66/+45 |
|
|