| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'third-parties-layout' | Brad King | 2020-05-08 | 1 | -1/+1 |
|\ |
|
| * | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -1/+1 |
|
|
* | | Merge topic 'script-mode-and-arbitrary-args' | Craig Scott | 2020-05-07 | 1 | -1/+7 |
|\ \
| |/
|/| |
|
| * | cmake: Allow arbitrary args passed to CMake script | Alex Turbov | 2020-05-06 | 1 | -1/+7 |
|
|
* | | Merge topic 'gcc8-unused-function' | Brad King | 2020-05-04 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Fix build warnings for unused functions | Wouter Klouwen | 2020-05-01 | 1 | -0/+2 |
|
|
* | | Merge topic 'cmprop-state' | Brad King | 2020-05-01 | 1 | -13/+10 |
|\ \ |
|
| * | | cmState::GetInitializedCacheValue: return cmProp | Vitaly Stakhovsky | 2020-04-30 | 1 | -13/+10 |
| |/ |
|
* | | Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view> | Marc Chevrier | 2020-04-30 | 1 | -1/+1 |
|/ |
|
* | Refactoring: add cm::contains to <cmext/algorithm> | Marc Chevrier | 2020-04-17 | 1 | -2/+1 |
|
|
* | clang-tidy: address bugprone-branch-clone lints | Ben Boeckel | 2020-04-13 | 1 | -17/+8 |
|
|
* | Merge topic 'cmprop-getglobalprop' | Brad King | 2020-03-27 | 1 | -6/+6 |
|\ |
|
| * | cmState::GetGlobalProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 1 | -6/+6 |
|
|
* | | Merge topic 'cmprop-state' | Brad King | 2020-03-27 | 1 | -2/+2 |
|\ \ |
|
| * | | cmState::GetCacheEntryProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 1 | -2/+2 |
| |/ |
|
* | | use _s to construct static string_views at several places | Rolf Eike Beer | 2020-03-24 | 1 | -13/+14 |
|
|
* | | use cm::string_view for language extension lookups | Rolf Eike Beer | 2020-03-23 | 1 | -2/+3 |
|
|
* | | replace "std::string::find(x) == 0" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -39/+39 |
|/ |
|
* | Merge topic 'cmprop-state' | Brad King | 2020-03-19 | 1 | -28/+27 |
|\ |
|
| * | cmState::GetCacheEntryValue: return cmProp | Vitaly Stakhovsky | 2020-03-17 | 1 | -28/+27 |
|
|
* | | Merge topic 'trace-format-json-doc' | Brad King | 2020-03-19 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | cmake: List valid values for --trace-format on the command line | Kyle Edwards | 2020-03-18 | 1 | -1/+2 |
|
|
* | | cmake: add command line options to output script profiling data | Wouter Klouwen | 2020-03-07 | 1 | -0/+57 |
|/ |
|
* | Refactor: Allow generators to decide default configuration for build | Kyle Edwards | 2020-02-04 | 1 | -0/+4 |
|
|
* | Source: use std::string in place of const char* | Vitaly Stakhovsky | 2020-01-29 | 1 | -1/+1 |
|
|
* | Merge topic 'ninja-1.10' | Brad King | 2020-01-28 | 1 | -0/+2 |
|\ |
|
| * | Ninja: Track when running to re-generate during a build | Brad King | 2020-01-27 | 1 | -0/+2 |
|
|
* | | AppendProperty: convert value param to std::string | Vitaly Stakhovsky | 2020-01-25 | 1 | -1/+1 |
|/ |
|
* | GlobalGenerator family: modernize memory management | Marc Chevrier | 2020-01-07 | 1 | -78/+67 |
|
|
* | cmGlobalGenerator: modernize memrory managemenbt | Marc Chevrier | 2019-12-30 | 1 | -16/+17 |
|
|
* | Merge topic 'traceJSON' | Kyle Edwards | 2019-12-27 | 1 | -0/+73 |
|\ |
|
| * | trace: Add JSON output format | Daniel Mensinger | 2019-12-23 | 1 | -0/+73 |
|
|
* | | Merge topic 'add_find_call_debugging' | Kyle Edwards | 2019-12-20 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | find_*: Add debug logging infrastructure | Robert Maynard | 2019-12-19 | 1 | -0/+3 |
|
|
* | | Merge topic 'add-header-cmext-algorithm' | Brad King | 2019-12-18 | 1 | -1/+3 |
|\ \
| |/
|/| |
|
| * | Refactoring: use append functions from cmext/algorithm | Marc Chevrier | 2019-12-17 | 1 | -1/+3 |
|
|
* | | Merge topic 'stdstring-target' | Brad King | 2019-12-17 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | cmTarget: add std::string overloads | Vitaly Stakhovsky | 2019-12-14 | 1 | -1/+1 |
|
|
* | | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -0/+1 |
|/ |
|
* | cmLocalGenerator: modernize memory management | Marc Chevrier | 2019-12-09 | 1 | -2/+2 |
|
|
* | ccmake: redirect stdout/stderr to the displayed logs | Sylvain Joubert | 2019-11-16 | 1 | -4/+3 |
|
|
* | Merge topic 'vs-vctargetspath' | Brad King | 2019-10-18 | 1 | -0/+8 |
|\ |
|
| * | cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSET | Alexander Boczar | 2019-10-15 | 1 | -0/+8 |
|
|
* | | Merge topic 'graphviz' | Brad King | 2019-10-17 | 1 | -4/+3 |
|\ \
| |/
|/| |
|
| * | Graphviz: added test suite, fixes, enhancements | Corentin Plouet | 2019-10-08 | 1 | -4/+3 |
|
|
* | | Merge topic 'cmake-initial-cache-relative' | Brad King | 2019-10-15 | 1 | -0/+2 |
|\ \ |
|
| * | | cmake: Fix relative path regression in -C | Peter Waller | 2019-10-14 | 1 | -0/+2 |
|
|
* | | | message: Support logging a context with each message | Alex Turbov | 2019-10-12 | 1 | -0/+2 |
|
|
* | | | message: Add new CMAKE_MESSAGE_LOG_LEVEL variable | Alex Turbov | 2019-10-12 | 1 | -0/+2 |
|/ / |
|
* | | CLI: Rename --loglevel to --log-level for naming consistency | Craig Scott | 2019-10-10 | 1 | -0/+11 |
|/ |
|