| Commit message (Expand) | Author | Age | Files | Lines |
* | cmCustomCommand: Record value of CMP0116 at time of creation | Kyle Edwards | 2021-02-23 | 1 | -3/+4 |
|
|
* | Reduce the scope of temporary cmProp variables and other improvements | Vitaly Stakhovsky | 2020-11-05 | 1 | -2/+1 |
|
|
* | Refactor: Use cmToCStr() | Vitaly Stakhovsky | 2020-09-03 | 1 | -1/+1 |
|
|
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -0/+1 |
|
|
* | cmSourceFile::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-04-14 | 1 | -1/+2 |
|
|
* | cmCustomCommandLine: Provide command line make functions | Daniel Eiband | 2019-09-16 | 1 | -10/+2 |
|
|
* | cmQTWrapCPPCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -21/+20 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -4/+3 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -1/+1 |
|
|
* | cmRange: Move to dedicated header file | Regina Pfeifer | 2019-02-21 | 1 | -1/+1 |
|
|
* | Modernize: Use ranged for-loops when possible | Artur Ryt | 2019-02-07 | 1 | -7/+8 |
|
|
* | Use cmSourceFile::GetIsGenerated | Sebastian Holtermann | 2019-02-01 | 1 | -1/+1 |
|
|
* | cmMakefile: Make GetRequiredDefinition return std::string | Vitaly Stakhovsky | 2018-09-05 | 1 | -1/+1 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -1/+3 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | clang-tidy: apply readability-redundant-string-init fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+1 |
|
|
* | Separate compilation for commands included in cmCommands | Daniel Pfeifer | 2016-10-21 | 1 | -0/+7 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -43/+25 |
|
|
* | 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 | -1/+1 |
|
|
* | Remove use of ExpandSourceListArguments. | Stephen Kelly | 2015-02-05 | 1 | -7/+3 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -5/+5 |
|
|
* | stringapi: Use strings for dependency information | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -1/+1 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | STYLE: QT is quicktime, Qt is Qt, as pointed out by David Faure | Alexander Neundorf | 2007-11-23 | 1 | -1/+1 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -84/+60 |
|
|
* | ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ... | Brad King | 2007-05-28 | 1 | -1/+1 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -5/+10 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -19/+19 |
|
|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -1/+3 |
|
|
* | BUG: Patch from Filipe Sousa. QT_WRAP_CPP should generate the file moc_dlgma... | Brad King | 2005-08-01 | 1 | -1/+1 |
|
|
* | ENH: Updated implementation of custom commands. Multiple command lines are n... | Brad King | 2005-02-22 | 1 | -28/+15 |
|
|
* | clean up commands so they don't need extra variable | Bill Hoffman | 2004-06-16 | 1 | -15/+0 |
|
|
* | BUG: Fix dependency to input file for QT_WRAP_CPP. Bug #421 - QT_WRAP_CPP | Andy Cedilnik | 2004-01-05 | 1 | -1/+4 |
|
|
* | BUG: Fix Bug #319 - Change in QT_WRAP_CPP's behaviour | Andy Cedilnik | 2003-11-03 | 1 | -4/+8 |
|
|
* | BUG: Fix Bug #186 - QT_WRAP_UI uses the path twice | Andy Cedilnik | 2003-09-24 | 1 | -1/+16 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | Define a single expected format for the values defined in every FindXXX.cmake... | Ian Scott | 2002-09-02 | 1 | -1/+1 |
|
|
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -2/+2 |
|
|
* | fixed commands that were setting definitions in final pass to set definitions... | Ken Martin | 2002-06-30 | 1 | -14/+15 |
|
|
* | removed all source lists from the system and made them vectors. Also appended... | Ken Martin | 2002-06-27 | 1 | -29/+32 |
|
|
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -2/+4 |
|
|
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ... | Bill Hoffman | 2002-03-29 | 1 | -2/+2 |
|
|
* | ENH: remove several compiler warnings | Bill Hoffman | 2002-03-13 | 1 | -2/+2 |
|
|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -32/+7 |
|
|