| Commit message (Expand) | Author | Age | Files | Lines |
* | Trace: include `line_end` field in json-v1 format | Braulio Valdivielso Martinez | 2022-02-09 | 1 | -1/+1 |
|
|
* | cmCustomCommand: Track main dependency explicitly | NAKAMURA Takumi | 2021-12-14 | 1 | -1/+2 |
|
|
* | cmMakefile: Simplify Add*Command and adopt to cmAddCustom*Command | NAKAMURA Takumi | 2021-11-18 | 1 | -13/+12 |
|
|
* | cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}Command | NAKAMURA Takumi | 2021-11-18 | 1 | -8/+4 |
|
|
* | Source: fix clang-tidy modernize-redundant-void-arg warning | Sean McBride | 2021-10-25 | 1 | -1/+1 |
|
|
* | Source: fix many -Wmissing-prototypes warnings by marking functions static | Sean McBride | 2021-10-25 | 1 | -87/+93 |
|
|
* | remove cmToCStr function | Marc Chevrier | 2021-09-19 | 1 | -3/+3 |
|
|
* | Refactor: Convert parallel string/backtrace vectors to BT vectors | Kyle Edwards | 2021-09-03 | 1 | -1/+1 |
|
|
* | Source: Minor code improvements | Vitaly Stakhovsky | 2021-05-11 | 1 | -1/+1 |
|
|
* | cmCustomCommand: Record value of CMP0116 at time of creation | Kyle Edwards | 2021-02-23 | 1 | -4/+8 |
|
|
* | clang-tidy: fix `readability-simplify-boolean-expr` warnings | Ben Boeckel | 2021-01-27 | 1 | -2/+2 |
|
|
* | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+1 |
|
|
* | GENERATED prop: Add implementation for policy CMP0118 being set to NEW | Deniz Bahadir | 2020-11-24 | 1 | -0/+5 |
|
|
* | Reduce the scope of temporary cmProp variables and other improvements | Vitaly Stakhovsky | 2020-11-05 | 1 | -4/+2 |
|
|
* | cmListFileCache: Make cmListFileFunction a shared pointer | Oleksandr Koval | 2020-10-01 | 1 | -3/+6 |
|
|
* | Refactor: Use cmToCStr() | Vitaly Stakhovsky | 2020-09-03 | 1 | -2/+2 |
|
|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -1/+1 |
|
|
* | cmSourceFile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-14 | 1 | -1/+2 |
|
|
* | Merge topic 'prop_t' | Brad King | 2020-03-17 | 1 | -1/+2 |
|\ |
|
| * | cmPropertyMap: Introduce cmProp as return type for GetProperty() functions | Vitaly Stakhovsky | 2020-03-13 | 1 | -1/+2 |
|
|
* | | cmPropertyDefinition: Construct directly in defined state | Vitaly Stakhovsky | 2020-03-13 | 1 | -2/+3 |
|/ |
|
* | Modernize memory management | Marc Chevrier | 2020-02-27 | 1 | -25/+9 |
|
|
* | cmMakefile: Delay custom command creation | Daniel Eiband | 2019-11-24 | 1 | -3/+3 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+2 |
|
|
* | cmMakefile: Remove AddUtilityCommand overload without byproducts | Daniel Eiband | 2019-09-26 | 1 | -1/+3 |
|
|
* | cmMakefile: Move enumerations into new header | Daniel Eiband | 2019-09-26 | 1 | -5/+5 |
|
|
* | cmSourceFile: Remove non-const GetProperties accessor | Daniel Eiband | 2019-09-21 | 1 | -1/+1 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -1/+1 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 1 | -3/+3 |
|
|
* | cmSourceFile: Rename mutating GetFullPath() overload | Daniel Eiband | 2019-08-29 | 1 | -1/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -6/+2 |
|
|
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -1/+1 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -2/+4 |
|
|
* | cmCommand: deprecate functions GetMakefile and SetError | Daniel Pfeifer | 2019-07-21 | 1 | -1/+1 |
|
|
* | cmSystemTools::Error(): remove const char* overload | Vitaly Stakhovsky | 2019-05-22 | 1 | -2/+2 |
|
|
* | Delete some default constructors and assignment operators | Albert Astals Cid | 2019-02-15 | 1 | -0/+4 |
|
|
* | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -14/+10 |
|
|
* | Merge topic 'tidy-use-equals-default' | Brad King | 2019-01-29 | 1 | -1/+0 |
|\ |
|
| * | cleanup: Prefer compiler provided special member functions | Regina Pfeifer | 2019-01-25 | 1 | -1/+0 |
|
|
| * | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -1/+1 |
|
|
* | | cmSystemTools::Error(): new overload accepting std::string | Vitaly Stakhovsky | 2019-01-23 | 1 | -1/+1 |
|/ |
|
* | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -8/+7 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -2/+2 |
|
|
* | Source: Fix various compiler warnings in Visual Studio 2017 | Bruno Manganelli | 2019-01-09 | 1 | -1/+1 |
|
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -5/+2 |
|
|
* | LINK_DIRECTORIES: Add new properties and commands | Marc Chevrier | 2018-09-25 | 1 | -1/+1 |
|
|
* | cmMakefile: return directories as const std::string& | Vitaly Stakhovsky | 2018-08-27 | 1 | -4/+4 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -4/+5 |
|
|
* | cmMakefile: Improve ExpandVariablesInString return type | Vitaly Stakhovsky | 2018-05-01 | 1 | -1/+2 |
|
|