| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: fix `modernize-use-equals-default` lints | Ben Boeckel | 2022-11-29 | 1 | -3/+1 |
|
|
* | ASM_MARMASM: Add support for Microsoft ARM assembler language | Ilia K | 2022-11-09 | 1 | -0/+1 |
|
|
* | Deprecate Visual Studio 11 2012 generator | Brad King | 2022-09-27 | 1 | -0/+20 |
|
|
* | Drop Visual Studio 10 2010 generator | Brad King | 2022-09-26 | 1 | -20/+0 |
|
|
* | cmTarget: add support for C++ module fileset types | Ben Boeckel | 2022-06-16 | 1 | -0/+15 |
|
|
* | cmSystemTools: Fix 'ErrorOccurred' spelling | FeRD (Frank Dana) | 2022-06-13 | 1 | -1/+1 |
|
|
* | VS: Introduce IsInSolution to check whether a target is in sln file | Sumit Bhardwaj | 2022-02-12 | 1 | -2/+2 |
|
|
* | cmGlobalVisualStudio7Generator: Drop unused method | Brad King | 2022-02-12 | 1 | -16/+0 |
|
|
* | Make cmGlobalVisualStudioGenerator::VSVersion enum class | Sumit Bhardwaj | 2022-01-25 | 1 | -1/+2 |
|
|
* | cmBuildOptions: Split build arguments into separate object. | Carsten Rudolph | 2022-01-22 | 1 | -1/+1 |
|
|
* | VS: Add DOTNET_SDK property to generate SDK-style C# projects | Sumit Bhardwaj | 2021-12-21 | 1 | -1/+9 |
|
|
* | Source: Fix possible IWYU warnings in Windows generators | NAKAMURA Takumi | 2021-11-19 | 1 | -3/+10 |
|
|
* | Source: Replace C headers with C++ ones | Rose | 2021-11-02 | 1 | -2/+1 |
|
|
* | VS: Map /Y- flag to not use precompiled headers with VS 2008 | Luigi Fiorentini | 2021-09-22 | 1 | -0/+1 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -10/+10 |
|
|
* | Refactor: reduce cmToCStr usage | Marc Chevrier | 2021-08-19 | 1 | -4/+3 |
|
|
* | Deprecate Visual Studio 10 2010 generator | Brad King | 2021-07-29 | 1 | -0/+19 |
|
|
* | cmMakefile: Add helper to initialize CMAKE_CONFIGURATION_TYPES | Brad King | 2021-06-30 | 1 | -8/+1 |
|
|
* | cmLocalGenerator: Factor out relative path conversion helpers | Brad King | 2021-05-13 | 1 | -2/+1 |
|
|
* | 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 |
|\ |
|