| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -20/+20 |
|
|
* | Fix crash if app bundle executeable couldn't be found | Bjoern Ricks | 2012-02-25 | 1 | -1/+2 |
|
|
* | Teach find_(library|package) about Linux multiarch (#12037) | Brad King | 2011-06-08 | 1 | -0/+2 |
|
|
* | Speedup find_* commands (#11412) | Brad King | 2010-11-12 | 1 | -5/+6 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Refactor find_* command framework/appbundle search order impl. | Brad King | 2008-06-09 | 1 | -2/+5 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | ENH: Major improvements to the FIND_PACKAGE command. See bug #3659. | Brad King | 2008-01-17 | 1 | -0/+6 |
|
|
* | ENH: add support for CMAKE_FIND_PREFIX_PATH as discussed with Brad. | Alexander Neundorf | 2007-10-26 | 1 | -0/+2 |
|
|
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -1/+1 |
|
|
* | ENH: add cmExternalMakefileProjectGenerator, which should make it easier to | Alexander Neundorf | 2007-06-08 | 1 | -0/+3 |
|
|
* | BUG: If the user specifies a cache entry on the command line without a type, ... | Brad King | 2006-07-18 | 1 | -0/+9 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-10 | 1 | -7/+14 |
|
|
* | ENH: fix warning | Bill Hoffman | 2006-04-14 | 1 | -1/+1 |
|
|
* | ENH: add patch for finding applications on OSX | Bill Hoffman | 2006-04-13 | 1 | -2/+94 |
|
|
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -5/+5 |
|
|
* | ENH: make sure system path is not added unless asked for | Bill Hoffman | 2006-03-08 | 1 | -1/+1 |
|
|
* | ENH: check in new find stuff | Bill Hoffman | 2006-03-02 | 1 | -112/+33 |
|
|
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
|
|
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -2/+2 |
|
|
* | ENH: Moved ExpandListVariables out of individual commands. Argument evaluati... | Brad King | 2002-12-11 | 1 | -5/+2 |
|
|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh... | Brad King | 2002-10-23 | 1 | -3/+3 |
|
|
* | Rename variables to remove warnings | Andy Cedilnik | 2002-10-17 | 1 | -3/+3 |
|
|
* | Couple of changes: cache variables now have a map of properties. ADVANCED and... | Andy Cedilnik | 2002-09-11 | 1 | -4/+5 |
|
|
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -1/+1 |
|
|
* | ENH/FIX: add NO_SYSTEM_PATH option + fix command usage | Sebastien Barre | 2002-05-12 | 1 | -1/+8 |
|
|
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -2/+6 |
|
|
* | ENH: remove several compiler warnings | Bill Hoffman | 2002-03-13 | 1 | -1/+1 |
|
|
* | ENH: expand variables in arguments before the commands get them | Bill Hoffman | 2002-03-05 | 1 | -2/+0 |
|
|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
|
|
* | FIX: Entry doc. should never be overwritten. This may cause cmake to be re-ru... | Berk Geveci | 2002-01-15 | 1 | -0/+9 |
|
|
* | ENH: add possibility to add doc strings to varibles created by find type comm... | Bill Hoffman | 2001-11-26 | 1 | -3/+20 |
|
|
* | ENH: change InitialPass to take a const reference to the argument string, to ... | Bill Hoffman | 2001-09-20 | 1 | -2/+3 |
|
|
* | ENH: Added cmSystemTools::GlobDirs function to allow wildcards in paths (like... | Brad King | 2001-09-20 | 1 | -2/+5 |
|
|
* | ENH: big change, only allow commands access to the cache via the cmMakefile c... | Bill Hoffman | 2001-08-08 | 1 | -11/+10 |
|
|
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
|
|
* | expands reg values | Ken Martin | 2001-05-11 | 1 | -0/+2 |
|
|
* | ERR: Removed unused variable | Brad King | 2001-05-10 | 1 | -1/+0 |
|
|
* | ENH: change find library and find program to look for more than one name | Bill Hoffman | 2001-05-09 | 1 | -25/+62 |
|
|
* | ENH: move testing stuff to cmake from configure, good bye dashboard... :) | Bill Hoffman | 2001-05-04 | 1 | -2/+5 |
|
|
* | ENH: Added cmSystemTools::FindProgram() and full-path detection utilities. | Brad King | 2001-05-03 | 1 | -19/+13 |
|
|
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
|
|
* | ENH: add help for cache entries | Bill Hoffman | 2001-04-26 | 1 | -0/+1 |
|
|
* | fixed bug and modified functionality | Ken Martin | 2001-02-26 | 1 | -16/+23 |
|
|
* | ERR: Fixed warnings (int->unsigned int and a few others). | Brad King | 2001-02-23 | 1 | -1/+1 |
|
|
* | ENH: first pass at cache, clean up the unix generator, clean up configure.in ... | Bill Hoffman | 2001-02-19 | 1 | -5/+19 |
|
|
* | ENH: add new commands fro find library and find program | Ken Martin | 2001-02-16 | 1 | -27/+2 |
|
|
* | ENH:Reworked CMake for consistency | Will Schroeder | 2001-01-18 | 1 | -0/+80 |
|
|