| Commit message (Expand) | Author | Age | Files | Lines |
* | cmFunctionBlocker: Move check for matching args | Regina Pfeifer | 2019-07-30 | 1 | -19/+1 |
|
|
* | cmFunctionBlocker: Move common logic to base | Regina Pfeifer | 2019-07-30 | 1 | -1/+1 |
|
|
* | cmMakefile: Add OnExecuteCommand callback | Regina Pfeifer | 2019-07-30 | 1 | -0/+9 |
|
|
* | cmMakefile: Keep function blockers in a stack | Regina Pfeifer | 2019-07-26 | 1 | -44/+26 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -20/+18 |
|
|
* | cmMakefile: Simplify and rename AddDefinitionBool | Sebastian Holtermann | 2019-07-24 | 1 | -17/+5 |
|
|
* | cmState: Hold commands by value | Regina Pfeifer | 2019-07-21 | 1 | -7/+2 |
|
|
* | cmCommand: deprecate functions GetMakefile and SetError | Daniel Pfeifer | 2019-07-21 | 1 | -3/+3 |
|
|
* | Merge topic 'command-final-action' | Brad King | 2019-07-19 | 1 | -5/+7 |
|\ |
|
| * | cmCommand: remove FinalPass from interface | Daniel Pfeifer | 2019-07-18 | 1 | -17/+0 |
|
|
| * | cmMakefile: decouple FinalAction from cmCommand | Daniel Pfeifer | 2019-07-18 | 1 | -3/+22 |
|
|
* | | cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptr | Sebastian Holtermann | 2019-07-17 | 1 | -11/+10 |
|/ |
|
* | modernize: manage cmCommand instances using unique_ptr. | Marc Chevrier | 2019-07-14 | 1 | -4/+3 |
|
|
* | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | Add deprecation warnings for policies CMP0067 and below | Brad King | 2019-07-01 | 1 | -1/+1 |
|
|
* | Merge topic 'cmAppend' | Brad King | 2019-05-24 | 1 | -2/+1 |
|\ |
|
| * | Use cmAppend to append ranges to std::vector instances | Sebastian Holtermann | 2019-05-23 | 1 | -2/+1 |
|
|
* | | cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTarget | Sebastian Holtermann | 2019-05-23 | 1 | -4/+4 |
|/ |
|
* | Support job pools in custom commands and targets | Rosen Matev | 2019-05-14 | 1 | -12/+17 |
|
|
* | cmMakefile: Enforce explicit use of project() command | Bartosz Kosiorek | 2019-05-06 | 1 | -0/+10 |
|
|
* | cmMakefile: Use std::unordered_map::emplace to add cmTargets to the list | Sebastian Holtermann | 2019-03-21 | 1 | -2/+1 |
|
|
* | Features: Do not use a lower-than-default standard for requested features | Zsolt Parragi | 2019-02-26 | 1 | -0/+14 |
|
|
* | Merge topic 'deprecate-policy-old' | Brad King | 2019-02-25 | 1 | -1/+1 |
|\ |
|
| * | Add deprecation warnings for policies CMP0066 and below | Brad King | 2019-02-21 | 1 | -1/+1 |
|
|
* | | Merge topic 'cmrange-improvements' | Brad King | 2019-02-25 | 1 | -0/+1 |
|\ \ |
|
| * | | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -0/+1 |
|
|
* | | | cmSystemTools::Error: consolidate parameters into single std::string | Vitaly Stakhovsky | 2019-02-20 | 1 | -13/+12 |
| |/
|/| |
|
* | | cmMakefile::ConfigureFile: Accept `std::string` parameters | Vitaly Stakhovsky | 2019-02-19 | 1 | -5/+6 |
|/ |
|
* | Delete some default constructors and assignment operators | Albert Astals Cid | 2019-02-15 | 1 | -0/+12 |
|
|
* | cmake: Progress functions use `std::string` param | Vitaly Stakhovsky | 2019-02-11 | 1 | -1/+1 |
|
|
* | Merge topic 'modernize-for-loops' | Brad King | 2019-02-11 | 1 | -14/+11 |
|\ |
|
| * | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -14/+11 |
|
|
* | | Merge topic 'fix-exclude-dir-with-iface' | Brad King | 2019-02-11 | 1 | -1/+3 |
|\ \ |
|
| * | | Fix EXCLUDE_FROM_ALL on directory with an interface library | Brad King | 2019-02-08 | 1 | -1/+3 |
|
|
* | | | Merge topic 'getreqdef' | Brad King | 2019-02-08 | 1 | -5/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | cmMakefile::GetRequiredDefinition: return const std::string& | Vitaly Stakhovsky | 2019-02-07 | 1 | -5/+7 |
| |/ |
|
* | | Prefer front/back/data over dereferencing begin/rbegin iter | Artur Ryt | 2019-02-06 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'copyfile-stdstring' | Brad King | 2019-01-30 | 1 | -4/+2 |
|\ |
|
| * | cmSystemTools: copy file member functions accept std::string params | Vitaly Stakhovsky | 2019-01-29 | 1 | -4/+2 |
|
|
* | | 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::Message: Add overload accepting std::string | Vitaly Stakhovsky | 2019-01-28 | 1 | -3/+3 |
|
|
* | | Merge topic 'max-recursion-depth' | Brad King | 2019-01-25 | 1 | -0/+43 |
|\ \ |
|
| * | | cmMakefile: Impose maximum recursion limit | Kyle Edwards | 2019-01-23 | 1 | -0/+43 |
| |/ |
|
* | | Merge topic 'exclude_from_all' | Brad King | 2019-01-25 | 1 | -4/+4 |
|\ \ |
|
| * | | Pass EXCLUDE_FROM_ALL from directory to targets | Zack Galbreath | 2019-01-21 | 1 | -4/+4 |
|
|
* | | | Merge topic 'cmake-files-directory' | Brad King | 2019-01-25 | 1 | -4/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 1 | -4/+3 |
| |/ |
|
* | | cmMakefile: GetModulesFile() accepts std::string param | Vitaly Stakhovsky | 2019-01-21 | 1 | -1/+1 |
|
|