| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactoring: add cm::contains to <cmext/algorithm> | Marc Chevrier | 2020-04-17 | 1 | -17/+16 |
|
|
* | Merge topic 'msbuildUtf8Support' | Brad King | 2020-04-15 | 1 | -26/+28 |
|\ |
|
| * | Add support to indicate UTF-8 custom command pipe output encoding | Justin Goshi | 2020-04-13 | 1 | -26/+28 |
|
|
* | | cmMakefile: use std::string_view | Ben Boeckel | 2020-04-13 | 1 | -1/+2 |
|
|
* | | clang-tidy: address bugprone-branch-clone lints | Ben Boeckel | 2020-04-13 | 1 | -4/+1 |
|/ |
|
* | cmMakefile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-01 | 1 | -36/+38 |
|
|
* | cmTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-03-30 | 1 | -58/+54 |
|
|
* | cmStateDirectory::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-03-27 | 1 | -2/+4 |
|
|
* | replace "std::string::find(x) == 0" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -1/+1 |
|
|
* | Merge topic 'export-repeat' | Brad King | 2020-03-20 | 1 | -5/+11 |
|\ |
|
| * | export: Fix use-after-free on multiple calls overwriting same FILE | Brad King | 2020-03-19 | 1 | -5/+11 |
|
|
* | | cmState::GetCacheEntryValue: return cmProp | Vitaly Stakhovsky | 2020-03-17 | 1 | -1/+3 |
|
|
* | | cmake: add command line options to output script profiling data | Wouter Klouwen | 2020-03-07 | 1 | -2/+14 |
|
|
* | | cmake_command: Add command to EVAL a CMake script as a string | Cristian Adam | 2020-03-03 | 1 | -0/+21 |
|
|
* | | Add deprecation warnings for policies CMP0071 and below | Brad King | 2020-02-17 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'mf-json-type' | Brad King | 2020-01-29 | 1 | -3/+2 |
|\ |
|
| * | cmMakefile: Fix construction of Json::Value from fixed-size int types | Raul Tambre | 2020-01-28 | 1 | -3/+2 |
|
|
* | | AppendProperty: convert value param to std::string | Vitaly Stakhovsky | 2020-01-25 | 1 | -5/+5 |
|/ |
|
* | Merge topic 'trace_json_timestamp' | Brad King | 2020-01-24 | 1 | -0/+3 |
|\ |
|
| * | trace: Add time and stack level to JSON output format | Frank Winklmeier | 2020-01-22 | 1 | -0/+3 |
|
|
* | | cmInstall*Generator: std::string params | Vitaly Stakhovsky | 2020-01-21 | 1 | -1/+1 |
|/ |
|
* | cmMakefile: modernize memory management | Marc Chevrier | 2020-01-14 | 1 | -29/+38 |
|
|
* | Merge topic 'refactoring-STL-erase_if' | Brad King | 2020-01-13 | 1 | -2/+3 |
|\ |
|
| * | Refactoring: suppress cmEraseIf in favor of cm::erase_if | Marc Chevrier | 2020-01-09 | 1 | -2/+3 |
|
|
* | | target_link_libraries: Fix out-of-dir calls with debug/optimized keywords | Brad King | 2020-01-10 | 1 | -1/+1 |
|/ |
|
* | GlobalGenerator family: modernize memory management | Marc Chevrier | 2020-01-07 | 1 | -5/+5 |
|
|
* | cmGlobalGenerator: modernize memrory managemenbt | Marc Chevrier | 2019-12-30 | 1 | -2/+5 |
|
|
* | Merge topic 'traceJSON' | Kyle Edwards | 2019-12-27 | 1 | -7/+40 |
|\ |
|
| * | trace: Add JSON output format | Daniel Mensinger | 2019-12-23 | 1 | -7/+40 |
|
|
* | | Merge topic 'add_find_call_debugging' | Kyle Edwards | 2019-12-20 | 1 | -1/+8 |
|\ \
| |/
|/| |
|
| * | find_*: Add debug logging infrastructure | Robert Maynard | 2019-12-19 | 1 | -1/+8 |
|
|
* | | Merge topic 'add-header-cmext-algorithm' | Brad King | 2019-12-18 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -1/+2 |
|
|
* | | Merge topic 'stdstring-target' | Brad King | 2019-12-17 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | cmTarget: add std::string overloads | Vitaly Stakhovsky | 2019-12-14 | 1 | -4/+4 |
|
|
* | | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -2/+3 |
|/ |
|
* | CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) support | Robert Maynard | 2019-12-10 | 1 | -30/+189 |
|
|
* | cmMakefile: Delay custom command creation | Daniel Eiband | 2019-11-24 | 1 | -226/+170 |
|
|
* | cmCustomCommand: Explicitly pass backtrace on construction | Daniel Eiband | 2019-11-24 | 1 | -3/+4 |
|
|
* | cmMakefile: Explicitly pass backtrace to GetCustomCommandTarget | Daniel Eiband | 2019-11-24 | 1 | -19/+19 |
|
|
* | cmMakefile: Delay CheckTargetProperties and FinalPass to generate time | Daniel Eiband | 2019-11-24 | 1 | -7/+10 |
|
|
* | Add deprecation warnings for policies CMP0069 and below | Brad King | 2019-10-10 | 1 | -1/+1 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -5/+7 |
|
|
* | Merge topic 'fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -6/+4 |
|\ |
|
| * | Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -6/+4 |
| |\ |
|
| | * | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -6/+4 |
| | |\ |
|
| | | * | Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL | Brad King | 2019-09-30 | 1 | -6/+4 |
|
|
* | | | | Merge topic 'objective-c-cxx' | Brad King | 2019-09-30 | 1 | -68/+80 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Objective C/C++: Add compiler standard detection | Cristian Adam | 2019-09-28 | 1 | -68/+80 |
|
|
* | | | | cmMakefile: Remove AddUtilityCommand overload without byproducts | Daniel Eiband | 2019-09-26 | 1 | -16/+2 |
|
|