| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: Use cmStrCat to construct error strings | Asit Dhal | 2019-09-18 | 1 | -22/+16 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 1 | -1/+1 |
|
|
* | Source sweep: Replace std::ostringstream when used with a single append | Sebastian Holtermann | 2019-08-23 | 1 | -3/+1 |
|
|
* | cmA*Command: Turn into free functions | Regina Pfeifer | 2019-08-07 | 1 | -31/+28 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | cmMakefile: use std::string in more methods; cleanup c_str()s | Vitaly Stakhovsky | 2018-01-23 | 1 | -1/+1 |
|
|
* | Merge topic 'cmp0037-conditional-targets' | Brad King | 2017-10-31 | 1 | -31/+3 |
|\ |
|
| * | CMP0037: De-duplicate check and message generation | Brad King | 2017-10-30 | 1 | -31/+3 |
|
|
* | | Add support for IMPORTED GLOBAL targets to be aliased | Deniz Bahadir | 2017-10-26 | 1 | -6/+5 |
|/ |
|
* | Defer check for sources within a target until generation. | Deniz Bahadir | 2017-10-24 | 1 | -7/+1 |
|
|
* | Add const-reference qualifications | Pavel Solodovnikov | 2017-05-26 | 1 | -1/+1 |
|
|
* | clang-tidy: apply performance-faster-string-find fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+1 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+10 |
|
|
* | Separate compilation for commands included in cmBootstrapCommands1 | Daniel Pfeifer | 2016-10-21 | 1 | -0/+2 |
|
|
* | cmState: Move TargetType 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 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -122/+80 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+2 |
|
|
* | cmTarget: Implement ALIAS in terms of name mapping | Stephen Kelly | 2015-10-27 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -3/+3 |
|
|
* | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -2/+1 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -7/+7 |
|
|
* | 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 | -12/+12 |
|/ |
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -1/+1 |
|
|
* | CMP0037: Extend policy to reserved names and custom targets | Nils Gladitz | 2013-11-19 | 1 | -2/+5 |
|
|
* | Disallow invalid target names (#13140) | Stephen Kelly | 2013-11-07 | 1 | -0/+38 |
|
|
* | Add the ALIAS target concept for libraries and executables. | Stephen Kelly | 2013-08-02 | 1 | -0/+72 |
|
|
* | Optionally allow IMPORTED targets to be globally visible | Brad King | 2012-01-25 | 1 | -1/+8 |
|
|
* | Move automoc processing from add_executable/library to cmGlobalGenerator | Alex Neundorf | 2011-08-15 | 1 | -19/+1 |
|
|
* | Refactor SetupAutomocTarget() so it can be run after creating the target | Alex Neundorf | 2011-08-15 | 1 | -12/+3 |
|
|
* | Add the cmake module required currently for automoc | Alex Neundorf | 2011-08-14 | 1 | -1/+29 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | COMP: Fix shadowed local variable warning. | Brad King | 2008-02-11 | 1 | -0/+2 |
|
|
* | ENH: Enforce global target name uniqueness. | Brad King | 2008-02-11 | 1 | -16/+8 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -4/+52 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | COMP: compile fix and remove warning | Alexander Neundorf | 2007-05-22 | 1 | -1/+1 |
|
|
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -0/+12 |
|
|
* | ENH: some code cleanup | Ken Martin | 2007-03-12 | 1 | -3/+3 |
|
|
* | ENH: Renamed NOT_IN_ALL to EXCLUDE_FROM_ALL. | Brad King | 2006-10-02 | 1 | -1/+1 |
|
|
* | ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid buil... | Brad King | 2006-10-02 | 1 | -1/+8 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -1/+2 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -1/+1 |
|
|
* | ENH: fix bundles for Mac and Xcode | Bill Hoffman | 2006-01-05 | 1 | -23/+0 |
|
|
* | ENH: better error checking for add library or executable with no source files | Ken Martin | 2005-06-08 | 1 | -0/+6 |
|
|
* | BUG: If macdir does not end with '/' then add it always, not just when adding... | Andy Cedilnik | 2004-08-24 | 1 | -4/+4 |
|
|
* | ENH: use GetRequiredDefinition instead of GetDefinition and crash | Bill Hoffman | 2004-08-11 | 1 | -1/+1 |
|
|
* | ERR: Replacing hack call to CONFIGURE_FILE command with direct call to m_Make... | Brad King | 2004-08-05 | 1 | -7/+1 |
|
|