| Commit message (Expand) | Author | Age | Files | Lines |
* | cmPropertyMap: Remove scope parameter from API where not used. | Stephen Kelly | 2015-06-07 | 1 | -3/+2 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -2/+2 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | cmMakefile: Rename GetCurrent{,Source}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | Port cmCommand consumers to cmState. | Stephen Kelly | 2015-04-15 | 1 | -1/+1 |
|
|
* | Move property definition to cmState. | Stephen Kelly | 2015-04-13 | 1 | -1/+1 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -6/+6 |
|
|
* | cmMakefile: Remove cache version accessors. | Stephen Kelly | 2015-04-07 | 1 | -2/+4 |
|
|
* | Revert topic 'refactor-cache-api' | Brad King | 2015-04-07 | 1 | -4/+2 |
|
|
* | cmMakefile: Remove cache version accessors. | Stephen Kelly | 2015-04-06 | 1 | -2/+4 |
|
|
* | Remove use of ExpandSourceListArguments. | Stephen Kelly | 2015-02-05 | 1 | -4/+3 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | Add an option for explicit BYPRODUCTS of custom commands (#14963) | Brad King | 2014-11-14 | 1 | -1/+2 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -3/+3 |
|
|
* | cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum | Brad King | 2013-08-08 | 1 | -2/+3 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -3/+3 |
|
|
* | Fix plugin API for gcc 2.9-aix51-020209 (#12233) | Daniel R. Gomez | 2011-05-31 | 1 | -1/+1 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | BUG: Do not automatically set HEADER_FILE_ONLY | Brad King | 2009-03-16 | 1 | -16/+5 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | BUG: better setup of properties for loaded commands | Ken Martin | 2007-11-12 | 1 | -2/+4 |
|
|
* | ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet working | Alexander Neundorf | 2007-06-22 | 1 | -1/+3 |
|
|
* | COMP: Work-around warning about static specifier on HP compiler. | Brad King | 2007-06-19 | 1 | -1/+1 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -45/+282 |
|
|
* | ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ... | Brad King | 2007-05-28 | 1 | -1/+1 |
|
|
* | ENH: some more cleanup | Ken Martin | 2007-03-13 | 1 | -1/+1 |
|
|
* | ENH: allow source file properties to chain to Directories and up | Ken Martin | 2006-12-13 | 1 | -1/+1 |
|
|
* | COMP: fix warning | Ken Martin | 2006-12-07 | 1 | -1/+2 |
|
|
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -0/+20 |
|
|
* | ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ... | Bill Hoffman | 2006-11-29 | 1 | -2/+3 |
|
|
* | ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ... | Brad King | 2006-09-28 | 1 | -13/+3 |
|
|
* | COMP: Added missing includes. This partially addresses bug#3556. | Brad King | 2006-08-01 | 1 | -0/+6 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -3/+3 |
|
|
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -27/+28 |
|
|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -3/+5 |
|
|
* | ENH: add support for watcom wmake and wcl386 | Bill Hoffman | 2006-01-17 | 1 | -52/+52 |
|
|
* | ENH: Updated implementation of custom commands. Multiple command lines are n... | Brad King | 2005-02-22 | 1 | -39/+109 |
|
|
* | ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and CMAKE_CU... | Brad King | 2004-08-04 | 1 | -1/+2 |
|
|
* | ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE | Andy Cedilnik | 2004-02-28 | 1 | -1/+5 |
|
|
* | ENH: Cleanups | Andy Cedilnik | 2004-02-22 | 1 | -0/+2 |
|
|
* | ENH: Fix compatibility | Andy Cedilnik | 2003-07-23 | 1 | -1/+1 |
|
|
* | ERR: Fix error on bad C++ compiler that do not handle return void | Andy Cedilnik | 2003-07-22 | 1 | -1/+1 |
|
|
* | ENH: Add DisplayStatus | Andy Cedilnik | 2003-07-22 | 1 | -0/+7 |
|
|
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -0/+53 |
|
|
* | ENH: Added return type int to ExecuteCommand. | Brad King | 2002-12-17 | 1 | -3/+3 |
|
|
* | fixed warnings | Ken Martin | 2002-12-13 | 1 | -1/+0 |
|
|
* | ENH: Moved ExpandListVariables out of individual commands. Argument evaluati... | Brad King | 2002-12-11 | 1 | -4/+6 |
|
|
* | added a Free method | Ken Martin | 2002-12-11 | 1 | -0/+13 |
|
|
* | added another func | Ken Martin | 2002-11-14 | 1 | -0/+9 |
|
|
* | added another func | Ken Martin | 2002-11-14 | 1 | -0/+7 |
|
|