summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added TESTS targetDan Blezek2000-12-071-1/+1
|
* BUG: remove bogus warning about not finding a depend file, if there are no ↵Bill Hoffman2000-11-221-4/+4
| | | | include paths
* BUG: fix inplace buildBill Hoffman2000-11-101-0/+4
|
* ENH:Changed CMAKE_SOURCE_ROOT to CMAKE_SOURCE_DIRWill Schroeder2000-11-093-7/+7
|
* ENH: add ability to run from different directoriesBill Hoffman2000-11-032-9/+31
|
* BUG: make sure SOURCE_FILES starts at the begining of lineBill Hoffman2000-11-021-1/+2
|
* ENH:Reworked CMake to clearer indicate what the variables doWill Schroeder2000-11-022-5/+16
|
* BUG: remove tabs from classnamesBill Hoffman2000-10-251-0/+5
|
* BUG: remove tabs from classnamesBill Hoffman2000-10-251-1/+1
|
* BUG: if the path to your source directory has a -S in it, it will be picked ↵Dan Blezek2000-10-021-3/+3
| | | | up as the source directory by the command line parser, because it matches -S at any character position in the argements. Bad, should have used getopt, except that it is not cross platform.
* ENH: change ME to LIBRARY and added PROJECT, also remove ITK stuff and ↵Bill Hoffman2000-09-2710-31/+155
| | | | replaced with CMake
* ENH: clean up code, and varible namesBill Hoffman2000-09-2114-147/+98
|
* BUG: remove coutBill Hoffman2000-09-181-1/+0
|
* ENH: added a config setup file for CMakeSetup. Cleaned up the names of the ↵Bill Hoffman2000-09-1810-31/+113
| | | | source and binary directories
* ENH: remove unused filesBill Hoffman2000-09-182-24/+0
|
* NEW: class to collect all the flags from parent directoriesBill Hoffman2000-09-122-0/+205
|
* ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the ↵Bill Hoffman2000-09-1232-881/+657
| | | | directories of the system.
* BUG: fix release build on windowsBill Hoffman2000-09-012-11/+11
|
* BUG: fix build of lib.a problemBill Hoffman2000-08-311-1/+6
|
* BUG: fix name of command line version in dsp filesBill Hoffman2000-08-313-2/+5
|
* ENH: fix for SGI makeBill Hoffman2000-08-312-3/+9
|
* ENH: add ability to compile all the files in a sub-directoryBill Hoffman2000-08-302-0/+183
|
* ENH: move from tools and create working CMake programBill Hoffman2000-08-3012-106/+205
|
* NEW: move from tools and config to create CMakeBill Hoffman2000-08-2953-0/+5967