| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -2/+1 |
|
|
* | Merge topic 'string-cleanup' | Brad King | 2019-05-17 | 1 | -15/+14 |
|\ |
|
| * | Source: std::string related cleanup | Vitaly Stakhovsky | 2019-05-15 | 1 | -15/+14 |
|
|
* | | Merge topic 'ninja-pool-custom-command' | Brad King | 2019-05-15 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Support job pools in custom commands and targets | Rosen Matev | 2019-05-14 | 1 | -1/+1 |
|
|
* | | cmSystemTools: Add ExpandedListArgument and ExpandedLists methods | Sebastian Holtermann | 2019-05-13 | 1 | -6/+4 |
|/ |
|
* | Merge topic 'xcode-extra-sources' | Brad King | 2019-04-12 | 1 | -18/+23 |
|\ |
|
| * | Xcode: Avoid mutating App Bundle targets during generation | Brad King | 2019-04-11 | 1 | -8/+14 |
|
|
| * | Xcode: Factor out duplicate source group code into lambda | Brad King | 2019-04-11 | 1 | -11/+10 |
|
|
* | | cmLocalGenerator: Factor IPO logic out of AddLanguageFlags | Brad King | 2019-04-02 | 1 | -0/+4 |
|
|
* | | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -1/+1 |
|
|
* | | cmTarget: Move member `*Commands` to impl | Sebastian Holtermann | 2019-03-23 | 1 | -0/+1 |
|
|
* | | Xcode: Create Xcode schemes per target | Harry Mallon | 2019-03-21 | 1 | -26/+27 |
|
|
* | | cmGlobalXCodeGenerator: Prefer std::string over char* | Gregor Jasny | 2019-03-17 | 1 | -5/+5 |
|
|
* | | cmake: Teach --build mode to support multiple targets | Bartosz Kosiorek | 2019-03-05 | 1 | -14/+26 |
|
|
* | | cmGlobalGenerator: Change case of methods from GeneratedMakeCommand struct | Bartosz Kosiorek | 2019-03-04 | 1 | -10/+10 |
|
|
* | | Merge topic 'configurefile-stdstring' | Brad King | 2019-02-20 | 1 | -4/+4 |
|\ \ |
|
| * | | cmMakefile::ConfigureFile: Accept `std::string` parameters | Vitaly Stakhovsky | 2019-02-19 | 1 | -4/+4 |
| |/ |
|
* | | Xcode: Require at least Xcode 5 | Gregor Jasny | 2019-02-16 | 1 | -60/+12 |
|/ |
|
* | Xcode: Derive stdlib from CXX flags | Gregor Jasny | 2019-02-07 | 1 | -0/+16 |
|
|
* | Xcode: Update default Swift language version for Xcode 10.2 | Brad King | 2019-02-04 | 1 | -0/+2 |
|
|
* | Use cmSourceFile::GetIsGenerated | Sebastian Holtermann | 2019-02-01 | 1 | -1/+1 |
|
|
* | Merge topic 'xcode-object-dir' | Brad King | 2019-01-31 | 1 | -12/+16 |
|\ |
|
| * | Xcode: Fix object library builds with sanitizers enabled | Brad King | 2019-01-30 | 1 | -3/+5 |
|
|
| * | Xcode: Place object library artifacts outside Objects-normal directory | Brad King | 2019-01-30 | 1 | -12/+14 |
|
|
* | | clang-tidy: Use `= delete` | Regina Pfeifer | 2019-01-29 | 1 | -2/+5 |
|/ |
|
* | Merge topic 'add_consistent_verbose_build_flag' | Brad King | 2019-01-29 | 1 | -24/+19 |
|\ |
|
| * | ctest: Fix --build-and-test without --build-target on Xcode | Florian Maushart | 2019-01-25 | 1 | -5/+7 |
|
|
| * | cmake: Add -hideShellScriptEnvironment xcodebuild option | Florian Maushart | 2019-01-25 | 1 | -0/+3 |
|
|
| * | cmGlobalGenerator: Add a class that represent the build command | Robert Maynard | 2019-01-25 | 1 | -21/+11 |
|
|
* | | Merge topic 'cmoutputconverter-simplify' | Brad King | 2019-01-29 | 1 | -1/+1 |
|\ \ |
|