| Commit message (Expand) | Author | Age | Files | Lines |
* | cmCustomCommandLine: Provide command line make functions | Daniel Eiband | 2019-09-16 | 1 | -27/+6 |
|
|
* | cmQTWrapUICommand: Port away from cmCommand | Regina Pfeifer | 2019-09-12 | 1 | -34/+29 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -12/+7 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -2/+2 |
|
|
* | 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 | -2/+2 |
|
|
* | 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 | -3/+5 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -2/+2 |
|
|
* | 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 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -57/+32 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -4/+4 |
|
|
* | 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 | -8/+8 |
|
|
* | 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 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -158/+114 |
|
|
* | ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ... | Brad King | 2007-05-28 | 1 | -4/+4 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -5/+10 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -38/+38 |
|
|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -3/+7 |
|
|
* | COMP: fix warning | Ken Martin | 2005-06-01 | 1 | -1/+0 |
|
|
* | ENH: Updated implementation of custom commands. Multiple command lines are n... | Brad King | 2005-02-22 | 1 | -47/+43 |
|
|
* | ENH: remove QT_WRAP_UI flag | Bill Hoffman | 2004-06-29 | 1 | -15/+0 |
|
|
* | ENH: Fix comment | Andy Cedilnik | 2003-09-24 | 1 | -1/+1 |
|
|
* | ENH: Use the new signature | Andy Cedilnik | 2003-08-07 | 1 | -10/+15 |
|
|
* | ENH: Make out of source work on Windows | Andy Cedilnik | 2003-08-01 | 1 | -1/+1 |
|
|
* | ENH: Allow qt ui files being it the binary dir. Bug #110 - QT_WRAP_UI problem... | Andy Cedilnik | 2003-07-30 | 1 | -1/+16 |
|
|
* | minor update for new custom commands | Ken Martin | 2003-06-05 | 1 | -3/+3 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | corrected the generated lists .h in header list and .cxx in sources list | Franck Bettinger | 2002-09-11 | 1 | -2/+9 |
|
|
* | Define a single expected format for the values defined in every FindXXX.cmake... | Ian Scott | 2002-09-02 | 1 | -2/+2 |
|
|
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -1/+1 |
|
|
* | removed all source lists from the system and made them vectors. Also appended... | Ken Martin | 2002-06-27 | 1 | -49/+52 |
|
|
* | 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 |
|
|
* | WAR: fix warning | Bill Hoffman | 2001-11-21 | 1 | -1/+0 |
|
|
* | corrected path problem and added moc compilation too | Franck Bettinger | 2001-11-16 | 1 | -9/+33 |
|
|
* | support for compilation of .ui files into .h and .cxx files | Franck Bettinger | 2001-11-09 | 1 | -0/+195 |
|
|