summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* WAR: remove warnings for .NET compilerBill Hoffman2002-04-253-3/+3
|
* Add cvsignore so that you do not see visual stufio files when you do cvs updateAndy Cedilnik2002-04-242-0/+6
|
* Exit ccmake on fatal errors.Berk Geveci2002-04-234-7/+15
|
* ENH: clean up depend outputBill Hoffman2002-04-231-1/+2
|
* ENH: add depends for utility targetsBill Hoffman2002-04-231-1/+13
|
* ENH: make CMake less verbose/preciousSebastien Barre2002-04-222-5/+5
|
* BUG: Changed from SOURCE_FILES to SETAmitha Perera2002-04-222-6/+6
|
* ENH: need CMAKE_LINKER_FLAGSSebastien Barre2002-04-221-1/+1
|
* ENH: make CMake less verbose/preciousSebastien Barre2002-04-224-21/+41
|
* updated for 1.4Ken Martin2002-04-224-4/+166
|
* updatedKen Martin2002-04-221-2/+2
|
* BUG: add link directories for target link libraries and add a test for itBill Hoffman2002-04-191-1/+12
|
* added deprecated warnings for version 1.4 or laterKen Martin2002-04-193-0/+24
|
* ENH: fix doc lineBill Hoffman2002-04-191-3/+3
|
* renamed unix to unixPath for compile errorKen Martin2002-04-191-3/+3
|
* BUG: fix short path on files that do not existBill Hoffman2002-04-191-4/+15
|
* BUG: try to make sure a depend file only has one ruleBill Hoffman2002-04-191-1/+1
|
* BUG: fix SameFile function for windows, and compare source directoriesBill Hoffman2002-04-192-11/+49
|
* BUG: work with spaces in the pathKen Martin2002-04-181-5/+4
|
* Make quotes and echos to work on unix (hopefully)Andy Cedilnik2002-04-181-1/+4
|
* ENH: use home not startBill Hoffman2002-04-181-4/+4
|
* ENH: check for mis-matched source directoriesBill Hoffman2002-04-181-0/+25
|
* BUG: quote the echo commandsBill Hoffman2002-04-181-3/+10
|
* BUG: do escaped semi-colon betterBill Hoffman2002-04-181-1/+1
|
* ENH: add ability to escape semi-colonsBill Hoffman2002-04-182-6/+28
|
* BUG: add missing includeBill Hoffman2002-04-181-0/+1
|
* BUG: fix bootstrap build makefilesBill Hoffman2002-04-182-5/+0
|
* ENH: backwards compatible for VTK 4.0, add cmake version requiresBill Hoffman2002-04-176-11/+160
|
* ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and ↵Brad King2002-04-1712-2011/+7
| | | | CONFIGURE_GCCXML
* ENH: use convert to output path for depend filesBill Hoffman2002-04-171-1/+1
|
* Syntax seemed to be confusing according to the BillSebastien Barre2002-04-161-10/+8
|
* FIX: warningSebastien Barre2002-04-161-1/+1
|
* use stream not sprintfBill Hoffman2002-04-151-10/+12
|
* ENH: FilesDiffer checks for 0 byte filesSebastien Barre2002-04-151-12/+5
|
* ENH: more paranoid checkingsSebastien Barre2002-04-141-23/+64
|
* ENH: make GUI slighlty larger to accomodate long pathsSebastien Barre2002-04-121-16/+16
|
* FIX: iostream binary flag should be used for cygwin tooSebastien Barre2002-04-121-9/+9
|
* FIX: fix UMRSebastien Barre2002-04-121-7/+31
|
* ENH: also displays command outputSebastien Barre2002-04-111-1/+3
|
* can be used to time commands (time() & clock())Sebastien Barre2002-04-111-4/+38
|
* ENH: speed improvementsBill Hoffman2002-04-118-69/+28
|
* Allow modules to build properly again. (broken when Cxx testing was added)Yves Starreveld2002-04-111-2/+2
|
* ENH: clean up utility rule generationBill Hoffman2002-04-112-1/+30
|
* ENH: use target as source if source is emptySebastien Barre2002-04-112-9/+13
|
* FIX: echo pb, make Nmake gen use Unix gen, factorize stuff in Unix genSebastien Barre2002-04-112-114/+53
|
* Fix problem with custom commands on unixAndy Cedilnik2002-04-101-10/+21
|
* ERR: UseIt() missing return type.Brad King2002-04-101-1/+1
|
* fix warningBill Hoffman2002-04-101-0/+4
|
* ENH: check for compile flags and add back c flag to unix generatorBill Hoffman2002-04-091-1/+1
|
* ERR: ReplaceString didn't work properly if replace was longer than with asJohn Biddiscombe2002-04-081-1/+2
| | | | | length added to start pos on next search was replaceLength instead of withLength