| Commit message (Expand) | Author | Age | Files | Lines |
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -1/+1 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -22/+20 |
|
|
* | project: Keep leading `0` in PROJECT_VERSION components | Alex Turbov | 2019-07-16 | 1 | -28/+56 |
|
|
* | Refactor: Use raw string literals instead of escaping | Alex Turbov | 2019-07-15 | 1 | -1/+1 |
|
|
* | Refactor: Use initializer lists instead of `push_back` series | Alex Turbov | 2019-07-15 | 1 | -13/+11 |
|
|
* | Refactor: Add some `const` to vars | Alex Turbov | 2019-07-15 | 1 | -3/+3 |
|
|
* | Refactor: Replace a "magic" number w/ a named constant | Alex Turbov | 2019-07-15 | 1 | -4/+5 |
|
|
* | Refactor: Eliminate one-time-used variables | Alex Turbov | 2019-07-15 | 1 | -12/+6 |
|
|
* | Refactor: Eliminate `sep` from the loop | Alex Turbov | 2019-07-15 | 1 | -3/+1 |
|
|
* | Merge topic 'pr.projectbefore' | Brad King | 2019-04-04 | 1 | -0/+4 |
|\ |
|
| * | project: Add variable CMAKE_PROJECT_INCLUDE_BEFORE | Ruslan Baratov | 2019-04-01 | 1 | -0/+4 |
|
|
* | | Modernize: Enable modernize-raw-string-literal in clang-tidy | Artur Ryt | 2019-04-02 | 1 | -1/+1 |
|/ |
|
* | project: Add variable CMAKE_PROJECT_INCLUDE | Ruslan Baratov | 2019-03-27 | 1 | -11/+31 |
|
|
* | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -13/+13 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -13/+16 |
|
|
* | project(): Ensure DESCRIPTION and HOMEPAGE_URL variables are set | Craig Scott | 2018-10-07 | 1 | -12/+8 |
|
|
* | cmMakefile: return directories as const std::string& | Vitaly Stakhovsky | 2018-08-27 | 1 | -6/+6 |
|
|
* | project: Do not issue CMP0048 warnings on injected call | Brad King | 2018-07-24 | 1 | -2/+7 |
|
|
* | CPack: Use project version as default for `CPACK_PACKAGE_VERSION` | Alex Turbov | 2018-05-02 | 1 | -24/+30 |
|
|
* | project: Add HOMEPAGE_URL named parameter | Alex Turbov | 2018-03-16 | 1 | -3/+44 |
|
|
* | project: Add <PROJECT-NAME>_DESCRIPTION | Craig Scott | 2018-03-16 | 1 | -0/+2 |
|
|
* | project: warn on metadata arguments missing values | Alex Turbov | 2018-03-07 | 1 | -2/+47 |
|
|
* | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -5/+4 |
|
|
* | Add const-reference qualifications | Pavel Solodovnikov | 2017-05-26 | 1 | -19/+22 |
|
|
* | Merge topic 'project-description' | Brad King | 2017-04-13 | 1 | -0/+31 |
|\ |
|
| * | project: Add `DESCRIPTION` parameter | Alex Turbov | 2017-04-11 | 1 | -0/+31 |
|
|
* | | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|/ |
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+10 |
|
|
* | Separate compilation for commands included in cmBootstrapCommands2 | Daniel Pfeifer | 2016-10-21 | 1 | -0/+2 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -3/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | use empty method to check for emptyness | Daniel Pfeifer | 2016-09-15 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -113/+79 |
|
|
* | cmMakefile: Use std::string in ProjectName API. | Stephen Kelly | 2015-08-25 | 1 | -1/+1 |
|
|
* | cmMakefile: Move IsRoot API from cmLocalGenerator. | Stephen Kelly | 2015-06-21 | 1 | -1/+1 |
|
|
* | project(): Remove unused variable. | Stephen Kelly | 2015-06-09 | 1 | -1/+0 |
|
|
* | Use new top-level check abstraction. | Stephen Kelly | 2015-05-14 | 1 | -1/+1 |
|
|
* | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -2/+1 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | cmMakefile: Rename GetCurrent{,Source}Directory. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | cmMakefile: Add wrapper for reading listfiles which have an origin. | Stephen Kelly | 2015-04-18 | 1 | -2/+1 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -3/+3 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -13/+13 |
|
|
* | project: Manage VERSION variables | Brad King | 2014-01-29 | 1 | -1/+136 |
|
|
* | project: Add optional LANGUAGES keyword | Brad King | 2014-01-29 | 1 | -3/+21 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -3/+3 |
|
|
* | Fix typo in error message, and remove redundent test. | Bill Hoffman | 2012-03-01 | 1 | -1/+1 |
|
|
* | Add ability to include a file in a project via a cache variable. | Bill Hoffman | 2012-02-17 | 1 | -0/+18 |
|
|