Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: change find library and find program to look for more than one name | Bill Hoffman | 2001-05-09 | 13 | -172/+230 |
| | |||||
* | BUG: match called on invalid number | Bill Hoffman | 2001-05-09 | 1 | -1/+1 |
| | |||||
* | cleaned up configure some | Ken Martin | 2001-05-09 | 7 | -213/+123 |
| | |||||
* | FIX: only clear the cache on a load when the load needs to read internal ↵ | Jim Miller | 2001-05-09 | 1 | -2/+5 |
| | | | | values. Otherwise, it is assumed that we are reading another projects cache. | ||||
* | BUG: fix crash | Bill Hoffman | 2001-05-09 | 1 | -0/+9 |
| | |||||
* | BUG: fix use beyond end of array | Bill Hoffman | 2001-05-09 | 1 | -3/+5 |
| | |||||
* | added load cache command and fixed source file | Ken Martin | 2001-05-09 | 4 | -3/+151 |
| | |||||
* | ERR: LoadCache needed to return a value. | Brad King | 2001-05-08 | 1 | -1/+1 |
| | |||||
* | added ability to load another cache | Ken Martin | 2001-05-08 | 2 | -2/+12 |
| | |||||
* | now adds src and bin dir into cache | Ken Martin | 2001-05-08 | 1 | -0/+8 |
| | |||||
* | fixed bug in init code | Ken Martin | 2001-05-08 | 1 | -2/+2 |
| | |||||
* | clean up | Bill Hoffman | 2001-05-08 | 1 | -48/+19 |
| | |||||
* | ENH: add initial path support for file choosers | Bill Hoffman | 2001-05-08 | 1 | -7/+44 |
| | |||||
* | BUG: added arg0 to link libraries | Ken Martin | 2001-05-08 | 1 | -2/+3 |
| | |||||
* | Module to search the path for FLTK library ( http://www.fltk.org ) | Luis Ibanez | 2001-05-08 | 1 | -0/+19 |
| | |||||
* | ENH: Moved cache entry addition into cmMakefile::AddLibrary and ↵ | Brad King | 2001-05-07 | 3 | -11/+12 |
| | | | | AddExecutable so that commands do not have to add it explicitly. | ||||
* | ENH: call configure from cmake | Bill Hoffman | 2001-05-07 | 16 | -141/+409 |
| | |||||
* | BUG: Removing Remove Variables call | Dan Blezek | 2001-05-07 | 1 | -1/+3 |
| | |||||
* | Under FreeBSD: should be CMAKE_SHLIB_BUILD_FLAGS and not ↵ | Geoffrey Cross | 2001-05-07 | 1 | -1/+2 |
| | | | | CMAKE_SHLIB_LINK_FLAGS. CMakeSystemConfig.cmake not being made | ||||
* | BUG: add internal cache entry for executables, so depends can work | Bill Hoffman | 2001-05-05 | 1 | -1/+7 |
| | |||||
* | BUG: add removed command, and sort the order in cmCommands.cxx | Bill Hoffman | 2001-05-05 | 6 | -282/+67 |
| | |||||
* | fixes for untiltiy targets in all | Ken Martin | 2001-05-04 | 2 | -6/+29 |
| | |||||
* | ENH: Proper build name | Dan Blezek | 2001-05-04 | 1 | -2/+16 |
| | |||||
* | ENH: Correct sitename | Dan Blezek | 2001-05-04 | 1 | -1/+5 |
| | |||||
* | option to make utilities in the all target | Ken Martin | 2001-05-04 | 10 | -13/+226 |
| | |||||
* | ENH: move to cmake for itkConfigure.h.in | Bill Hoffman | 2001-05-04 | 2 | -1/+3 |
| | |||||
* | updates | Ken Martin | 2001-05-04 | 1 | -2/+3 |
| | |||||
* | INCLUDE these to find the relevant libraries | Geoffrey Cross | 2001-05-04 | 2 | -0/+43 |
| | |||||
* | ENH: move testing stuff to cmake from configure, good bye dashboard... :) | Bill Hoffman | 2001-05-04 | 10 | -0/+870 |
| | |||||
* | ENH: move testing stuff to cmake from configure, good bye dashboard... :) | Bill Hoffman | 2001-05-04 | 19 | -262/+174 |
| | |||||
* | ENH: Added support to EscapeSpaces to use double quotes on windows. | Brad King | 2001-05-04 | 1 | -0/+5 |
| | |||||
* | ENH: Added use of CMAKE cache entry for generating the DSP/makefile build rules. | Brad King | 2001-05-04 | 1 | -14/+4 |
| | |||||
* | ENH: Added use of CMAKE cache entry for generating the DSP build rules. | Brad King | 2001-05-04 | 4 | -72/+4 |
| | |||||
* | minor fixes | Ken Martin | 2001-05-04 | 1 | -0/+4 |
| | |||||
* | fixed custom command rule | Ken Martin | 2001-05-04 | 2 | -50/+54 |
| | |||||
* | new module | Ken Martin | 2001-05-04 | 1 | -0/+17 |
| | |||||
* | better custom rules | Ken Martin | 2001-05-04 | 5 | -48/+76 |
| | |||||
* | better If checks | Ken Martin | 2001-05-04 | 5 | -14/+49 |
| | |||||
* | removed old functions | Ken Martin | 2001-05-04 | 12 | -1039/+0 |
| | |||||
* | ENH: Added generation of internal CMAKE cache entry with path to ↵ | Brad King | 2001-05-03 | 3 | -1/+45 |
| | | | | command-line CMake executable. | ||||
* | ENH: Added cmSystemTools::FindProgram() and full-path detection utilities. | Brad King | 2001-05-03 | 3 | -19/+174 |
| | |||||
* | minor fixes | Ken Martin | 2001-05-03 | 3 | -0/+212 |
| | |||||
* | removed deprecated commands | Ken Martin | 2001-05-03 | 1 | -14/+0 |
| | |||||
* | better config info | Ken Martin | 2001-05-03 | 1 | -4/+6 |
| | |||||
* | now support cmakedefine | Ken Martin | 2001-05-03 | 1 | -0/+17 |
| | |||||
* | uses cmake commands now | Ken Martin | 2001-05-03 | 2 | -16/+0 |
| | |||||
* | system config uses cmake commands now | Ken Martin | 2001-05-03 | 6 | -48/+33 |
| | |||||
* | minor fixes | Ken Martin | 2001-05-02 | 1 | -3/+4 |
| | |||||
* | new module | Ken Martin | 2001-05-02 | 1 | -0/+25 |
| | |||||
* | simple module | Ken Martin | 2001-05-02 | 1 | -0/+33 |
| |