| Commit message (Expand) | Author | Age | Files | Lines |
* | GetSafeProperty: return std::string const& | Vitaly Stakhovsky | 2020-04-30 | 1 | -3/+3 |
|
|
* | cmGeneratorTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-29 | 1 | -24/+24 |
|
|
* | cmOutputConverter::GetFortranFormat(): delete const char* overload | Vitaly Stakhovsky | 2020-04-27 | 1 | -4/+3 |
|
|
* | Refactoring: add cm::contains to <cmext/algorithm> | Marc Chevrier | 2020-04-17 | 1 | -5/+4 |
|
|
* | Merge topic 'cmprop-source' | Brad King | 2020-04-15 | 1 | -18/+23 |
|\ |
|
| * | cmSourceFile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-14 | 1 | -16/+17 |
|
|
| * | cmGlobalXCodeGenerator: Fix genex interpreter overloads | Brad King | 2020-04-14 | 1 | -2/+6 |
|
|
* | | Merge topic 'msbuildUtf8Support' | Brad King | 2020-04-15 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Add support to indicate UTF-8 custom command pipe output encoding | Justin Goshi | 2020-04-13 | 1 | -1/+2 |
|
|
* | | Xcode: Fix quoting of paths with square brackets | Brad King | 2020-04-10 | 1 | -1/+1 |
|/ |
|
* | cmLocalGenerator: Convert GetStaticLibraryFlags to take original-case config | Brad King | 2020-04-01 | 1 | -1/+1 |
|
|
* | Merge topic 'cmprop-getglobalprop' | Brad King | 2020-03-27 | 1 | -4/+3 |
|\ |
|
| * | cmState::GetGlobalProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 1 | -4/+3 |
|
|
* | | replace "std::string::find(x) == 0" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -2/+3 |
|/ |
|
* | Merge topic 'rename-macho-version-properties' | Craig Scott | 2020-03-12 | 1 | -4/+4 |
|\ |
|
| * | macOS: Rename OSX_*_VERSION properties to MACHO_*_VERSION | Brad King | 2020-03-12 | 1 | -4/+4 |
|
|
* | | cmGeneratorExpression: remove const char* overloads | Vitaly Stakhovsky | 2020-03-08 | 1 | -2/+3 |
|
|
* | | Modernize memory management | Marc Chevrier | 2020-03-05 | 1 | -16/+17 |
|/ |
|
* | Ninja Multi-Config: Fix issue with framework dependencies and Autogen | Kyle Edwards | 2020-02-17 | 1 | -2/+2 |
|
|
* | Merge branch 'backport-3.16-link-line-backtrace' | Brad King | 2020-02-10 | 1 | -2/+2 |
|\ |
|
| * | Propagate backtraces from LINK_LIBRARIES through to link line items | Brad King | 2020-02-10 | 1 | -2/+2 |
|
|
* | | Merge topic 'xcode-top-level-only-with-object-library' | Brad King | 2020-01-28 | 1 | -2/+4 |
|\ \ |
|
| * | | Xcode: Fix post build script for 'top level project only' opt | Yauheni Khnykin | 2020-01-27 | 1 | -2/+4 |
|
|
* | | | macOS: Add OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION properties | Isuru Fernando | 2020-01-24 | 1 | -4/+6 |
|/ / |
|
* | | Xcode: Drop hard-coded default warning flags like -Wmost | Brad King | 2020-01-13 | 1 | -3/+0 |
|
|
* | | GlobalGenerator family: modernize memory management | Marc Chevrier | 2020-01-07 | 1 | -12/+14 |
|
|
* | | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -2/+3 |
|
|
* | | 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 |
|
|