| Commit message (Expand) | Author | Age | Files | Lines |
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -43/+32 |
|
|
* | Rename local target lookup methods to clarify purpose | Brad King | 2016-04-01 | 1 | -1/+1 |
|
|
* | cmFLTKWrapUI: Remove CMake 2.2 compat code. | Stephen Kelly | 2015-10-06 | 1 | -39/+0 |
|
|
* | 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 |
|
|
* | Remove use of ExpandSourceListArguments. | Stephen Kelly | 2015-02-05 | 1 | -5/+2 |
|
|
* | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -1/+1 |
|
|
* | cmTarget: Use string API to add sources to cmTarget objects. | Stephen Kelly | 2014-03-31 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -1/+1 |
|
|
* | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -2/+2 |
|
|
* | Store includes from the same include_directories call together. | Stephen Kelly | 2013-01-21 | 1 | -1/+5 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -13/+13 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | BUG: fix for bug 7228 FLTK_WRAP_UI segfault fixed | Bill Hoffman | 2008-06-23 | 1 | -1/+13 |
|
|
* | 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 | -12/+9 |
|
|
* | ENH: Made cmTarget::GetSourceFiles method return reference to const so additi... | Brad King | 2007-05-28 | 1 | -2/+2 |
|
|
* | ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ... | Brad King | 2007-05-28 | 1 | -2/+2 |
|
|
* | ENH: Made cmTarget::GetSourceLists return a reference to const so that all ad... | Brad King | 2007-05-28 | 1 | -1/+1 |
|
|
* | ENH: allow source file properties to chain to Directories and up | Ken Martin | 2006-12-13 | 1 | -2/+1 |
|
|
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -0/+2 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -3/+4 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -4/+14 |
|
|
* | ENH: make sure command depends on fluid | Bill Hoffman | 2006-04-24 | 1 | -0/+1 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -21/+21 |
|
|
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -2/+5 |
|
|
* | BUG: Removed bogust dependency. | Brad King | 2006-01-14 | 1 | -1/+0 |
|
|
* | ENH; better warning message and fix type per julien | Ken Martin | 2005-07-29 | 1 | -1/+4 |
|
|
* | ENH: make sure custom command depend on fluid so if fltk is part of project f... | Bill Hoffman | 2005-07-26 | 1 | -1/+1 |
|
|
* | ENH: change workings of command so that it can all happing in the initial pas... | Ken Martin | 2005-06-10 | 1 | -7/+41 |
|
|
* | ENH: Updated implementation of custom commands. Multiple command lines are n... | Brad King | 2005-02-22 | 1 | -20/+21 |
|
|
* | clean up commands so they don't need extra variable | Bill Hoffman | 2004-06-16 | 1 | -16/+0 |
|
|
* | ENH: Cleanups | Andy Cedilnik | 2004-02-22 | 1 | -0/+2 |
|
|
* | some updates | Ken Martin | 2003-07-14 | 1 | -9/+8 |
|
|
* | some updates | Ken Martin | 2003-07-14 | 1 | -1/+1 |
|
|
* | some updates | Ken Martin | 2003-07-14 | 1 | -44/+32 |
|
|
* | BUG: Need at least 2 arguments, not exactly 2. | Brad King | 2002-12-17 | 1 | -1/+1 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | remove unused variables | Ken Martin | 2002-09-15 | 1 | -1/+0 |
|
|
* | FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLE | Ian Scott | 2002-09-02 | 1 | -1/+1 |
|
|
* | 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 | -18/+11 |
|
|
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -1/+1 |
|
|
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ... | Bill Hoffman | 2002-03-29 | 1 | -3/+4 |
|
|
* | ENH: remove several compiler warnings | Bill Hoffman | 2002-03-13 | 1 | -2/+2 |
|
|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -32/+7 |
|
|