| Commit message (Expand) | Author | Age | Files | Lines |
* | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-12-09 | 1 | -3/+5 |
|
|
* | cmMakefile: Delay custom command creation | Daniel Eiband | 2019-11-24 | 1 | -11/+8 |
|
|
* | cmCustomCommand: Explicitly pass backtrace on construction | Daniel Eiband | 2019-11-24 | 1 | -5/+5 |
|
|
* | Merge topic 'xcode-objc' | Brad King | 2019-11-21 | 1 | -0/+4 |
|\ |
|
| * | Xcode: Set source file type for Objective C/C++ | Brad King | 2019-11-20 | 1 | -0/+4 |
|
|
| * | Merge topic 'unity-HEADER_FILE_ONLY' into release-3.16 | Brad King | 2019-11-12 | 1 | -1/+3 |
| |\ |
|
* | | | Xcode: Add custom working directory property | Gregor Jasny | 2019-11-18 | 1 | -1/+1 |
|
|
* | | | Merge topic 'modernize-memory-management' | Brad King | 2019-11-12 | 1 | -19/+19 |
|\ \ \ |
|
| * | | | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-11-11 | 1 | -19/+19 |
|
|
* | | | | Merge topic 'unity-HEADER_FILE_ONLY' | Brad King | 2019-11-12 | 1 | -1/+3 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Unity: Don't include sources with HEADER_FILE_ONLY property set | Cristian Adam | 2019-11-11 | 1 | -1/+3 |
|
|
* | | | | Merge topic 'objc-xcode-flags' | Brad King | 2019-11-12 | 1 | -8/+17 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | ObjC: Add OBJC/OBJCXX flags to Xcode projects | Cristian Adam | 2019-11-11 | 1 | -8/+17 |
| |/ |
|
* | | Merge topic 'xcode-restore-CMakeLists' | Brad King | 2019-11-06 | 1 | -10/+14 |
|\ \
| |/ |
|
| * | Xcode: Fix generated references to CMakeLists.txt files | Brad King | 2019-11-05 | 1 | -6/+6 |
|
|
| * | cmGlobalXCodeGenerator: Mark known source locations | Brad King | 2019-11-05 | 1 | -4/+8 |
|
|
* | | cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSET | Alexander Boczar | 2019-10-15 | 1 | -1/+4 |
|/ |
|
* | PCH: Generate sources during Compute step | Cristian Adam | 2019-10-09 | 1 | -2/+5 |
|
|
* | Unity build: Generate sources during Compute step | Brad King | 2019-10-03 | 1 | -1/+0 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -1/+2 |
|
|
* | Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -1/+1 |
| |\ |
|
| | * | Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL | Brad King | 2019-09-30 | 1 | -1/+1 |
|
|
* | | | cmMakefile: Remove AddUtilityCommand overload without byproducts | Daniel Eiband | 2019-09-26 | 1 | -7/+8 |
|
|
* | | | cmMakefile: Move enumerations into new header | Daniel Eiband | 2019-09-26 | 1 | -7/+7 |
|
|
* | | | cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility | Daniel Eiband | 2019-09-23 | 1 | -8/+5 |
|
|
* | | | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+1 |
|
|
* | | | cmCustomCommandLine: Provide command line make functions | Daniel Eiband | 2019-09-16 | 1 | -22/+13 |
|
|
* | | | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -3/+3 |
|
|
* | | | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -14/+7 |
|
|
* | | | clang-tidy: Fix performance-for-range-copy diagnostic in Xcode generator | Brad King | 2019-09-09 | 1 | -2/+2 |
|
|
* | | | clang-tidy: Resolve performance-unnecessary-value-param diagnostics | Brad King | 2019-09-09 | 1 | -1/+1 |
|
|
* | | | Merge topic 'use-using' | Brad King | 2019-09-06 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -5/+5 |
|
|
* | | | | Unity build: Add XCode support | Cristian Adam | 2019-08-30 | 1 | -0/+1 |
|/ / / |
|
* | | | Precompile headers: Add support for Xcode generator | Cristian Adam | 2019-08-28 | 1 | -0/+12 |
|
|
* | | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -4/+2 |
|
|
* | | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -124/+73 |
|
|
* | | | Merge topic 'cm-contains' | Brad King | 2019-08-21 | 1 | -8/+4 |
|\ \ \ |
|
| * | | | cmAlgorithms: Add cmContains | Regina Pfeifer | 2019-08-19 | 1 | -8/+4 |
|
|
* | | | | Merge topic 'string-literal-append' | Brad King | 2019-08-19 | 1 | -4/+2 |
|\ \ \ \ |
|
| * | | | | avoid adding multiple consecutive string literals to std::string | Rolf Eike Beer | 2019-08-18 | 1 | -4/+2 |
| |/ / / |
|
* | | | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -4/+3 |
|/ / / |
|
* | | | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -8/+5 |
|
|
* | | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -3/+3 |
|
|
* | | | Merge topic 'tidy_inefficient_string' | Brad King | 2019-08-07 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | clang-tidy: Enable performance-inefficient-string-concatenation | Sebastian Holtermann | 2019-08-05 | 1 | -1/+1 |
|
|
* | | | | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -4/+2 |
|/ / / |
|
* | | | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -5/+3 |
|
|
* | | | Introduce memory management helper: cm_memory.hxx | Marc Chevrier | 2019-07-14 | 1 | -1/+2 |
|
|