| Commit message (Expand) | Author | Age | Files | Lines |
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -0/+1 |
|
|
* | Merge topic 'fortran-preprocess-property' | Brad King | 2020-05-22 | 1 | -0/+1 |
|\ |
|
| * | Fortran: Add Fortran_PREPROCESS property | Peter Hill | 2020-05-21 | 1 | -0/+1 |
|
|
* | | Multi-Ninja: Fix PCHs for Visual C++ | Cristian Adam | 2020-05-20 | 1 | -3/+8 |
|/ |
|
* | Merge topic 'gitlab-ci-lint' | Brad King | 2020-04-30 | 1 | -1/+1 |
|\ |
|
| * | IWYU: mark cmLinkLineComputer as necessary | Ben Boeckel | 2020-04-29 | 1 | -1/+1 |
|
|
* | | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -22/+21 |
|/ |
|
* | Merge topic 'makefile-objc' | Brad King | 2020-04-28 | 1 | -2/+3 |
|\ |
|
| * | Makefiles: Add Objective C/C++ compilations to compile_commands.json | Brad King | 2020-04-28 | 1 | -2/+3 |
|
|
| * | ObjC: Add _COMPILE_LAUNCHER support | Cristian Adam | 2020-01-09 | 1 | -2/+2 |
|
|
* | | CUDA: Device linking use now link options | Marc Chevrier | 2020-04-19 | 1 | -0/+12 |
|
|
* | | Merge topic 'makefile-target-special' | Brad King | 2020-04-16 | 1 | -4/+10 |
|\ \ |
|
| * | | Makefiles: Do not use '\#' escape sequence with Windows-style make tools | Brad King | 2020-04-15 | 1 | -4/+10 |
|
|
* | | | cmSourceFile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-14 | 1 | -14/+14 |
|/ / |
|
* | | Merge topic 'pch-ios-multi-arch' | Brad King | 2020-04-03 | 1 | -18/+49 |
|\ \ |
|
| * | | PCH: Add support for multi architecture iOS projects | Cristian Adam | 2020-04-02 | 1 | -18/+49 |
|
|
* | | | cmMakefile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-01 | 1 | -4/+4 |
|/ / |
|
* | | Merge topic 'cleanup-endls-1' | Brad King | 2020-03-27 | 1 | -2/+1 |
|\ \ |
|
| * | | Refactor: Avoid `std::endl` where it's not necessary (part 1) | Alex Turbov | 2020-03-26 | 1 | -2/+1 |
|
|
* | | | Merge topic 'cmprop-getglobalprop' | Brad King | 2020-03-27 | 1 | -3/+2 |
|\ \ \ |
|
| * | | | cmState::GetGlobalProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 1 | -3/+2 |
|
|
* | | | | Merge topic 'cleanup-CollapseFullPath-calls' | Brad King | 2020-03-26 | 1 | -14/+11 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Simplify absolute path conversions using CollapseFullPath full signature | Brad King | 2020-03-24 | 1 | -2/+4 |
|
|
| * | | | Remove redundant calls to CollapseFullPath | Brad King | 2020-03-24 | 1 | -12/+7 |
| |/ / |
|
* | | | cmState::GetTargetTypeName: return type is *cmProp | Vitaly Stakhovsky | 2020-03-19 | 1 | -1/+1 |
|/ / |
|
* | | cmGeneratorExpression: remove const char* overloads | Vitaly Stakhovsky | 2020-03-08 | 1 | -1/+1 |
|
|
* | | clang-tidy: Fix explicit --driver-mode= argument | Brad King | 2020-01-31 | 1 | -1/+1 |
|
|
* | | clang-tidy: Add driver mode argument | Hanjiang Yu | 2020-01-27 | 1 | -1/+7 |
|
|
* | | cmMakefileTargetGenerator: modernize memory management | Marc Chevrier | 2020-01-21 | 1 | -28/+21 |
|
|
* | | ObjC: Add _COMPILE_LAUNCHER support | Cristian Adam | 2020-01-09 | 1 | -2/+2 |
|
|
* | | cmGlobalGenerator: modernize memrory managemenbt | Marc Chevrier | 2019-12-30 | 1 | -1/+3 |
|
|
* | | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -11/+13 |
|
|
* | | Refactor: Prepare Ninja generator for multi-config | Kyle Edwards | 2019-12-13 | 1 | -50/+73 |
|/ |
|
* | PCH: Fix Makefile dependencies to rebuild PCH on header changes | Brad King | 2019-10-17 | 1 | -1/+5 |
|
|
* | cmMakefileTargetGenerator: Inline WriteObjectBuildFile in only call site | Brad King | 2019-10-16 | 1 | -17/+4 |
|
|
* | PCH: Generate sources during Compute step | Cristian Adam | 2019-10-09 | 1 | -2/+33 |
|
|
* | cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility | Daniel Eiband | 2019-09-23 | 1 | -5/+4 |
|
|
* | cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression | Daniel Eiband | 2019-09-22 | 1 | -1/+1 |
|
|
* | Genex: Evaluate byproduct generator expressions in cmCustomCommandGenerator | Daniel Eiband | 2019-09-17 | 1 | -1/+2 |
|
|
* | Refactoring: Use ConfigName instead of property CMAKE_BUILD_TYPE | Daniel Eiband | 2019-09-17 | 1 | -17/+11 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | cmLocalGenerator: Remove AppendFlags 'const char*' overload | Brad King | 2019-09-05 | 1 | -2/+2 |
|
|
* | Merge topic 'clang-ipo-support' | Brad King | 2019-09-03 | 1 | -0/+7 |
|\ |
|
| * | bindexplib: supporting llvm bitcode formats using llvm-nm | Zsolt Parragi | 2019-08-30 | 1 | -0/+7 |
|
|
* | | Precompile headers: Add methods to generate PCH sources | Cristian Adam | 2019-08-28 | 1 | -1/+19 |
|/ |
|
* | Merge topic 'pvs-cleanup' | Brad King | 2019-08-26 | 1 | -4/+4 |
|\ |
|
| * | cmMakefileTargetGenerator: Check for null before using a pointer | Brad King | 2019-08-26 | 1 | -4/+4 |
|
|
* | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -6/+5 |
|
|
* | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -131/+100 |
|/ |
|
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -4/+4 |
|
|