| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH:Documentation and cleanups | Will Schroeder | 2001-01-11 | 30 | -2/+450 |
|
|
* | ENH:Documentation and cleanups | Will Schroeder | 2001-01-11 | 24 | -383/+862 |
|
|
* | BUG: Broken on non WIN32 platforms, changed SetEnableOff to EnabledOff | Dan Blezek | 2001-01-11 | 2 | -2/+2 |
|
|
* | ENH:Added documentation; clean-up | Will Schroeder | 2001-01-11 | 16 | -169/+830 |
|
|
* | ENH:Beginning clean up; adding documentation | Will Schroeder | 2001-01-10 | 2 | -20/+103 |
|
|
* | ENH:Beginning clean up; adding documentation | Will Schroeder | 2001-01-10 | 1 | -10/+52 |
|
|
* | ENH:Beginning clean up; adding documentation | Will Schroeder | 2001-01-10 | 25 | -109/+283 |
|
|
* | BUG: look for -l and -L only at the begining of a link string | Bill Hoffman | 2001-01-09 | 1 | -2/+4 |
|
|
* | BUG: main can not be void under ANSI C++ | Dan Blezek | 2001-01-05 | 2 | -2/+2 |
|
|
* | BUG: Looking for cmMakeFileGenerator.h rather than cmMakefileGenerator.h | Dan Blezek | 2001-01-05 | 1 | -1/+1 |
|
|
* | ENH: rework cmake, added ruleMaker classes and changed the syntax of the CMak... | Bill Hoffman | 2001-01-05 | 78 | -911/+2941 |
|
|
* | ENH: Added TESTS target | Dan Blezek | 2000-12-07 | 1 | -1/+1 |
|
|
* | BUG: remove bogus warning about not finding a depend file, if there are no in... | Bill Hoffman | 2000-11-22 | 1 | -4/+4 |
|
|
* | BUG: fix inplace build | Bill Hoffman | 2000-11-10 | 1 | -0/+4 |
|
|
* | ENH:Changed CMAKE_SOURCE_ROOT to CMAKE_SOURCE_DIR | Will Schroeder | 2000-11-09 | 4 | -8/+8 |
|
|
* | *** empty log message *** | Bill Hoffman | 2000-11-03 | 1 | -0/+16 |
|
|
* | ENH: add ability to run from different directories | Bill Hoffman | 2000-11-03 | 2 | -9/+31 |
|
|
* | BUG: make sure SOURCE_FILES starts at the begining of line | Bill Hoffman | 2000-11-02 | 1 | -1/+2 |
|
|
* | ENH: Moved @JAVA@ to @JAVACOMMAND@ | Dan Blezek | 2000-11-02 | 1 | -2/+2 |
|
|
* | ENH:Reworked CMake to clearer indicate what the variables do | Will Schroeder | 2000-11-02 | 3 | -8/+19 |
|
|
* | BUG: remove tabs from classnames | Bill Hoffman | 2000-10-25 | 1 | -0/+5 |
|
|
* | BUG: remove tabs from classnames | Bill Hoffman | 2000-10-25 | 1 | -1/+1 |
|
|
* | Enh: Added TCLSH | Bill Lorensen | 2000-10-04 | 1 | -0/+1 |
|
|
* | BUG: if the path to your source directory has a -S in it, it will be picked u... | Dan Blezek | 2000-10-02 | 1 | -3/+3 |
|
|
* | ENH: Support for XML builds and Dashboard | Dan Blezek | 2000-10-02 | 1 | -0/+5 |
|
|
* | ENH: Added note about VERBATIM targets in CMakeList.txt | Dan Blezek | 2000-09-28 | 1 | -0/+11 |
|
|
* | ENH: change ME to LIBRARY and added PROJECT, also remove ITK stuff and replac... | Bill Hoffman | 2000-09-27 | 14 | -49/+176 |
|
|
* | ENH: clean up code, and varible names | Bill Hoffman | 2000-09-21 | 15 | -149/+108 |
|
|
* | BUG: remove cout | Bill Hoffman | 2000-09-18 | 1 | -1/+0 |
|
|
* | ENH: added a config setup file for CMakeSetup. Cleaned up the names of the ... | Bill Hoffman | 2000-09-18 | 13 | -36/+137 |
|
|
* | ENH: remove unused files | Bill Hoffman | 2000-09-18 | 2 | -24/+0 |
|
|
* | BUG: fix build in place source directory | Bill Hoffman | 2000-09-12 | 2 | -1/+4 |
|
|
* | NEW: class to collect all the flags from parent directories | Bill Hoffman | 2000-09-12 | 2 | -0/+205 |
|
|
* | ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the di... | Bill Hoffman | 2000-09-12 | 38 | -916/+716 |
|
|
* | BUG: fix release build on windows | Bill Hoffman | 2000-09-01 | 2 | -11/+11 |
|
|
* | BUG: fix build of lib.a problem | Bill Hoffman | 2000-08-31 | 2 | -2/+7 |
|
|
* | BUG: fix name of command line version in dsp files | Bill Hoffman | 2000-08-31 | 3 | -2/+5 |
|
|
* | BUG: fix for out of source build | Bill Hoffman | 2000-08-31 | 1 | -0/+0 |
|
|
* | ENH: fix for Sgi make | Bill Hoffman | 2000-08-31 | 1 | -0/+15 |
|
|
* | ENH: fix for SGI make | Bill Hoffman | 2000-08-31 | 3 | -17/+14 |
|
|
* | ENH: clean things up a bit | Bill Hoffman | 2000-08-31 | 2 | -29/+58 |
|
|
* | ENH: add ability to compile all the files in a sub-directory | Bill Hoffman | 2000-08-30 | 3 | -0/+187 |
|
|
* | ENH: move from tools and create working CMake program | Bill Hoffman | 2000-08-30 | 15 | -111/+222 |
|
|
* | NEW: move from tools and config to create CMake | Bill Hoffman | 2000-08-29 | 57 | -14/+5999 |
|
|
* | *** empty log message *** | Bill Hoffman | 2000-08-29 | 5 | -0/+196 |
|
|