| Commit message (Expand) | Author | Age | Files | Lines |
* | Modules/Documentation: remove | Ben Boeckel | 2020-04-22 | 1 | -0/+3 |
|
|
* | cmIncludeCommand: add infrastructure for deprecated modules | Ben Boeckel | 2020-04-21 | 1 | -1/+31 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -7/+7 |
|
|
* | cmCommand refactor: cmIncludeCommand | Gabor Bencze | 2019-08-20 | 1 | -24/+25 |
|
|
* | cmMakefile: GetModulesFile() accepts std::string param | Vitaly Stakhovsky | 2019-01-21 | 1 | -1/+1 |
|
|
* | cmMakefile::ReadListFile() accepts std::string argument | Vitaly Stakhovsky | 2019-01-17 | 1 | -2/+1 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -5/+5 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -2/+3 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -2/+2 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | Remove redundant c_str() calls | Daniel Pfeifer | 2016-10-30 | 1 | -2/+2 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+7 |
|
|
* | Separate compilation for commands included in cmBootstrapCommands2 | Daniel Pfeifer | 2016-10-21 | 1 | -0/+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 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -89/+61 |
|
|
* | cmGlobalGenerator: Compute export() related classes early. | Stephen Kelly | 2015-10-18 | 1 | -1/+0 |
|
|
* | cmMakefile: Store container of cmExportBuildFileGenerators. | Stephen Kelly | 2015-10-14 | 1 | -0/+1 |
|
|
* | cmIncludeCommand: Populate the cmGeneratorTargets in deprecated path. | Stephen Kelly | 2015-07-27 | 1 | -0/+1 |
|
|
* | Merge topic 'refactor-cmPolicies' | Brad King | 2015-05-05 | 1 | -2/+1 |
|\ |
|
| * | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -2/+1 |
|
|
* | | Port to cmMakefile::GetGlobalGenerator. | Stephen Kelly | 2015-05-03 | 1 | -2/+1 |
|/ |
|
* | include: Ask for permission, rather than forgiveness. | Stephen Kelly | 2015-04-27 | 1 | -1/+13 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | cmMakefile: Add wrapper for reading listfiles which have an origin. | Stephen Kelly | 2015-04-18 | 1 | -2/+1 |
|
|
* | cmMakefile: Remove fullPath parameter from ReadListFile. | Stephen Kelly | 2015-04-18 | 1 | -4/+2 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -2/+2 |
|
|
* | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -1/+1 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -1/+1 |
|
|
* | Merge topic 'fix_policy_diagnostics' | Brad King | 2014-04-01 | 1 | -3/+3 |
|\ |
|
| * | Policies: omit warnings about unset policies when they are actually set to NEW | Nils Gladitz | 2014-03-31 | 1 | -3/+3 |
|
|
* | | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -4/+4 |
|/ |
|
* | include(): Use lower case and () to refer to the include() command. | Stephen Kelly | 2013-10-18 | 1 | -1/+1 |
|
|
* | export(): Process the export() command at generate time. | Stephen Kelly | 2013-10-11 | 1 | -0/+1 |
|
|
* | CMP0024: Store the fact of included export in global generator. | Stephen Kelly | 2013-10-10 | 1 | -1/+3 |
|
|
* | export: Add policy CMP0024 to disallow include() of export files | Stephen Kelly | 2013-10-07 | 1 | -0/+39 |
|
|
* | Fix spelling and typos (non-binary) | Andreas Mohr | 2013-05-07 | 1 | -1/+1 |
|
|
* | include: Ignore empty string as file name (#13388) | Brad King | 2012-07-10 | 1 | -0/+7 |
|
|
* | Remove trailing whitespace | Alex Neundorf | 2011-01-04 | 1 | -8/+8 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Isolate policy changes in included scripts | Brad King | 2009-01-22 | 1 | -1/+7 |
|
|
* | ENH: Improve formatting of include command error message. | Brad King | 2008-03-08 | 1 | -1/+3 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 1 | -8/+51 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -2/+3 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -2/+2 |
|
|
* | BUG: fatal error in include file should not cause report of missing include file | Ken Martin | 2005-06-08 | 1 | -1/+1 |
|
|
* | ENH: Allow user to overwrite Platforms files | Ken Martin | 2004-08-09 | 1 | -1/+1 |
|
|