| Commit message (Expand) | Author | Age | Files | Lines |
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -4/+6 |
|
|
* | Link properties: must be transitive over private dependency on static library | Marc Chevrier | 2019-12-12 | 1 | -2/+2 |
|
|
* | Merge topic 'link-options-propagation' | Brad King | 2019-12-09 | 1 | -14/+22 |
|\ |
|
| * | Link properties: must be transitive over private dependency on static library | Marc Chevrier | 2019-12-09 | 1 | -14/+22 |
|
|
* | | Add support for WINDOWS_EXPORT_ALL_SYMBOLS when cross-compiling to Windows | Isuru Fernando | 2019-12-06 | 1 | -2/+2 |
|/ |
|
* | Merge topic 'pch-reuse-no-prop' | Brad King | 2019-11-18 | 1 | -4/+5 |
|\ |
|
| * | 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 |
| |\ |
|
* | \ | Merge topic 'unity-HEADER_FILE_ONLY' | 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 |
|
|
* | | | Merge topic 'pch-no-duplicates' | Craig Scott | 2019-11-12 | 1 | -8/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | PCH: No repeated path for internal generated PCH files | Cristian Adam | 2019-11-11 | 1 | -8/+2 |
| |/ |
|
* | | Merge topic 'modernize-memory-management' | Kyle Edwards | 2019-11-06 | 1 | -53/+45 |
|\ \ |
|
| * | | cmGeneratorTarget: modernize memory management | Marc Chevrier | 2019-11-05 | 1 | -53/+45 |
|
|
* | | | Merge topic 'install-name-dir-genex' | Brad King | 2019-11-06 | 1 | -3/+12 |
|\ \ \
| |/ /
|/| | |
|
| * | | INSTALL_NAME_DIR: Add support for generator expressions | Kyle Edwards | 2019-11-04 | 1 | -3/+12 |
|
|
* | | | Merge topic 'objc-pch' | Brad King | 2019-11-05 | 1 | -6/+28 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | PCH: Add support for OBJC/OBJCXX languages | Cristian Adam | 2019-11-03 | 1 | -6/+28 |
|
|
* | | Teach check for single-language targets to consider all configurations | Brad King | 2019-10-17 | 1 | -2/+1 |
|
|
* | | cmGeneratorTarget: Add GetAllConfigCompileLanguages method | Brad King | 2019-10-17 | 1 | -0/+13 |
|/ |
|
* | 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 |
|
|