| Commit message (Expand) | Author | Age | Files | Lines |
* | clang-tidy: fix `performance-unnecessary-copy-initialization` lints | Ben Boeckel | 2022-05-24 | 1 | -1/+1 |
|
|
* | define_property(): Make BRIEF_DOCS and FULL_DOCS optional | Kyle Edwards | 2022-01-18 | 1 | -2/+4 |
|
|
* | cmTargetPropertyComputer: Simplify by restoring use of cmMakefile | Brad King | 2021-12-08 | 1 | -6/+2 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -3/+4 |
|
|
* | remove cmToCStr function | Marc Chevrier | 2021-09-19 | 1 | -7/+6 |
|
|
* | cmCurlSetCAInfo: use std::string as argument | Marc Chevrier | 2021-09-19 | 1 | -0/+2 |
|
|
* | Refactor: reduce cmToCStr usage | Marc Chevrier | 2021-08-19 | 1 | -3/+2 |
|
|
* | Refactor: cmTest::GetProperty returns cmProp | Marc Chevrier | 2021-08-09 | 1 | -8/+11 |
|
|
* | Fix typo in function name | Deniz Bahadir | 2020-11-17 | 1 | -1/+1 |
|
|
* | Reduce the scope of temporary cmProp variables and other improvements | Vitaly Stakhovsky | 2020-11-05 | 1 | -9/+9 |
|
|
* | cmSourceFile::GetPropertyForUser: return cmProp | Vitaly Stakhovsky | 2020-11-04 | 1 | -1/+1 |
|
|
* | Refactor: Use cmToCStr() | Vitaly Stakhovsky | 2020-09-03 | 1 | -6/+3 |
|
|
* | cmMakefile::GetDefinition: return cmProp | Vitaly Stakhovsky | 2020-09-02 | 1 | -2/+3 |
|
|
* | Remove filtering of allowed INTERFACE library properties | Brad King | 2020-08-03 | 1 | -7/+3 |
|
|
* | add_library/add_executable: allow local alias to imported targets | Marc Chevrier | 2020-06-02 | 1 | -3/+13 |
|
|
* | set_source_files_properties: Allow specification of directory scope | Alexandru Croitor | 2020-05-14 | 1 | -7/+54 |
|
|
* | cmMakefile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-01 | 1 | -1/+2 |
|
|
* | cmTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-03-30 | 1 | -2/+3 |
|
|
* | Merge topic 'cmprop-getglobalprop' | Brad King | 2020-03-27 | 1 | -1/+2 |
|\ |
|
| * | cmState::GetGlobalProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 1 | -1/+2 |
|
|
* | | Merge topic 'cmprop-state' | Brad King | 2020-03-27 | 1 | -2/+3 |
|\ \ |
|
| * | | cmState::GetCacheEntryProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 1 | -2/+3 |
| |/ |
|
* | | Simplify absolute path conversions using CollapseFullPath full signature | Brad King | 2020-03-24 | 1 | -8/+2 |
|/ |
|
* | Refactor: Use cmStrCat to construct error strings | Asit Dhal | 2019-09-18 | 1 | -23/+13 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -3/+3 |
|
|
* | cmCommand_refactor: cmGetPropertyCommand | Gabor Bencze | 2019-08-20 | 1 | -112/+184 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -2/+2 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -1/+2 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -4/+4 |
|
|
* | Provide and use CM_FALLTHROUGH | Daniel Pfeifer | 2017-06-03 | 1 | -0/+1 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -1/+12 |
|
|
* | Merge topic 'clang-tidy' | Brad King | 2016-10-20 | 1 | -1/+1 |
|\ |
|
| * | fix more issues reported by clang-tidy | Daniel Pfeifer | 2016-10-20 | 1 | -1/+1 |
|
|
* | | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|/ |
|
* | cmTarget: Move sanity checks and computed property access to callers | Stephen Kelly | 2016-10-16 | 1 | -2/+13 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Use CM_NULLPTR | Daniel Pfeifer | 2016-09-16 | 1 | -1/+1 |
|
|
* | Avoid else after return | Daniel Pfeifer | 2016-09-16 | 1 | -20/+14 |
|
|
* | Do not report ALIASED_TARGET as always set (#15783) | Gregor Jasny | 2016-07-16 | 1 | -1/+1 |
|
|
* | Merge branch 'unknown-aliased-target' into compiler-features | Brad King | 2016-06-28 | 1 | -6/+5 |
|\ |
|
| * | Validate target name in ALIASED_TARGET property getter | Gregor Jasny | 2016-06-26 | 1 | -6/+5 |
|
|
* | | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -2/+2 |
|/ |
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -199/+128 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -11/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -4/+4 |
|
|
* | Remove unused cmLocalGenerator include. | Stephen Kelly | 2015-10-05 | 1 | -1/+0 |
|
|
* | cmGlobalGenerator: Port Find API to cmMakefile. | Stephen Kelly | 2015-08-07 | 1 | -7/+2 |
|
|
* | cmMakefile: Move CMP0059 handling to command code. | Stephen Kelly | 2015-06-08 | 1 | -0/+16 |
|
|