| Commit message (Expand) | Author | Age | Files | Lines |
* | PCH: Do not issue an error on duplicate target_precompile_headers call | Cristian Adam | 2019-11-15 | 1 | -4/+5 |
|
|
* | Merge topic 'unity-HEADER_FILE_ONLY' into release-3.16 | Brad King | 2019-11-12 | 1 | -0/+19 |
|\ |
|
| * | Unity: Don't include sources with HEADER_FILE_ONLY property set | Cristian Adam | 2019-11-11 | 1 | -0/+19 |
|
|
* | | PCH: No repeated path for internal generated PCH files | Cristian Adam | 2019-11-11 | 1 | -8/+2 |
|/ |
|
* | PCH: Add support for OBJC/OBJCXX languages | Cristian Adam | 2019-11-03 | 1 | -6/+28 |
|
|
* | PCH: Generate sources during Compute step | Cristian Adam | 2019-10-09 | 1 | -0/+86 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+4 |
|
|
* | Merge topic 'add-genex-evaluate-utility' | Brad King | 2019-09-24 | 1 | -73/+38 |
|\ |
|
| * | cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility | Daniel Eiband | 2019-09-23 | 1 | -32/+21 |
|
|
| * | cmGeneratorExpression: Remove Evaluate overload by parameter re-ordering | Daniel Eiband | 2019-09-22 | 1 | -8/+9 |
|
|
| * | cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression | Daniel Eiband | 2019-09-22 | 1 | -17/+17 |
|
|
| * | cmGeneratorTarget: Remove unused virtual signature of TargetPropertyEntry | Daniel Eiband | 2019-09-21 | 1 | -35/+10 |
|
|
* | | Do not collect objects from dependencies of object libraries | Brad King | 2019-09-20 | 1 | -4/+7 |
|/ |
|
* | Merge topic 'cmake-system-headers' | Brad King | 2019-09-20 | 1 | -1/+2 |
|\ |
|
| * | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+2 |
|
|
* | | Merge topic 'fileapiLinkPathAndLinkDirBacktraces' | Brad King | 2019-09-20 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | cmGeneratorTarget: Store backtrace for target LINK_DIRECTORIES property | Justin Goshi | 2019-09-18 | 1 | -1/+1 |
|
|
* | | Precompile Headers: Add REUSE_FROM signature | Cristian Adam | 2019-09-17 | 1 | -41/+90 |
|
|
* | | Merge topic 'tidy-deprecated-headers' | Brad King | 2019-09-16 | 1 | -5/+5 |
|\ \ |
|
| * | | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -5/+5 |
|
|
* | | | Depend: Hook up automatic target-level dependencies via byproducts | Daniel Eiband | 2019-09-12 | 1 | -12/+23 |
|/ / |
|
* | | Merge topic 'modernize-use-auto' | Brad King | 2019-09-12 | 1 | -28/+19 |
|\ \
| |/
|/| |
|
| * | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -28/+19 |
|
|
* | | Merge topic 'MoveIfDifferent' | Brad King | 2019-09-10 | 1 | -4/+2 |
|\ \
| |/
|/| |
|
| * | use cmSystemTools::MoveFileIfDifferent() | Rolf Eike Beer | 2019-09-09 | 1 | -4/+2 |
|
|
* | | clang-tidy: modernize-return-braced-init-list | Regina Pfeifer | 2019-09-06 | 1 | -23/+20 |
|/ |
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 1 | -2/+2 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -1/+1 |
|
|
* | IWYU: Add missing cstddef includes for size_t and nullptr_t | Brad King | 2019-09-03 | 1 | -0/+1 |
|
|
* | Merge topic 'add-non-empty-configurations-getter' | Brad King | 2019-09-03 | 1 | -20/+8 |
|\ |
|
| * | cmMakefile: Add configurations getter with empty configuration default | Daniel Eiband | 2019-08-30 | 1 | -20/+8 |
|
|
* | | cmSourceFile: Rename mutating GetFullPath() overload | Daniel Eiband | 2019-08-29 | 1 | -9/+9 |
|/ |
|
* | Merge topic 'precompile-headers' | Brad King | 2019-08-29 | 1 | -0/+153 |
|\ |
|
| * | Precompile headers: Add methods to generate PCH sources | Cristian Adam | 2019-08-28 | 1 | -0/+110 |
|
|
| * | PCH: add PRECOMPILE_HEADERS to special properties | Daniel Pfeifer | 2019-08-26 | 1 | -0/+43 |
|
|
* | | cmSourceFile: Rename non-const GetLanguage | Tushar Maheshwari | 2019-08-27 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'source_sweep_ostringstream_single' | Brad King | 2019-08-26 | 1 | -4/+3 |
|\ |
|
| * | Source sweep: Replace std::ostringstream when used with a single append | Sebastian Holtermann | 2019-08-23 | 1 | -4/+3 |
|
|
* | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -22/+11 |
|/ |
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -107/+73 |
|
|
* | Merge topic 'isolate-declarations' | Brad King | 2019-08-22 | 1 | -2/+6 |
|\ |
|
| * | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -2/+6 |
|
|
* | | Merge topic 'cm-contains' | Brad King | 2019-08-21 | 1 | -27/+15 |
|\ \
| |/
|/| |
|
| * | cmAlgorithms: Add cmContains | Regina Pfeifer | 2019-08-19 | 1 | -27/+15 |
|
|
* | | Merge topic 'string-literal-append' | Brad King | 2019-08-19 | 1 | -2/+1 |
|\ \ |
|
| * | | avoid adding multiple consecutive string literals to std::string | Rolf Eike Beer | 2019-08-18 | 1 | -2/+1 |
| |/ |
|
* | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -8/+8 |
|/ |
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -52/+45 |
|
|
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -1/+1 |
|
|
* | Merge topic 'cmStringAlgorithms_move_functions' | Brad King | 2019-08-07 | 1 | -2/+1 |
|\ |
|