summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: Contribution graphsSebastien Barre2002-02-134-22/+108
* This dir should not be covered (form distrib)Sebastien Barre2002-02-131-0/+1
* ENH: Trick VTK_WRAP_JAVA in a better way (avoid CUSTOM_TARGET)Sebastien Barre2002-02-122-5/+7
* ENH: add IGNORE option for cache valuesBill Hoffman2002-02-114-18/+18
* BUG: fix CollapseFullPath so a trailing slash is not added to directoriesBill Hoffman2002-02-081-0/+4
* ERR: Cache bigendianAndy Cedilnik2002-02-071-1/+2
* ENH: add ends at end of stringBill Hoffman2002-02-061-1/+1
* add bool return value so diagnostics are easierBill Hoffman2002-02-062-2/+4
* BUG: remove depend on directory because it is not supported by all makesBill Hoffman2002-02-061-4/+0
* ENH: use target link libraries and add the link directory for cmformBill Hoffman2002-02-051-5/+6
* Add module to find gnuplotSebastien Barre2002-02-042-0/+22
* the generated makefiles/DSPfiles now depend on the aux source directory'sIan Scott2002-02-041-0/+4
* Using cmSystemTools::Error() instead of cerr.Berk Geveci2002-02-011-11/+14
* Better support for parallel builds. Subdirs depend on their parent.Berk Geveci2002-02-011-1/+1
* use CMake_SOURCE and not CMAKE_ROOTBill Hoffman2002-02-012-4/+4
* ENH: Adding search path's for PYTHON_LIBRARYDan Blezek2002-01-311-1/+1
* try to get this working for dec cxx default compiler optionsBill Hoffman2002-01-312-14/+13
* ENH: fix for dec compiler, they still do not have the correct ansi stream lib...Bill Hoffman2002-01-301-1/+1
* ERR: Corrected assertions of pointers to remove warnings.Brad King2002-01-254-16/+16
* BUG: fix for network pathsBerk Geveci2002-01-241-3/+6
* ENH: run CMake a second time. The first time it is run, some cache values are...Sebastien Barre2002-01-231-2/+24
* ENH: Added option of disabling error message when VTK is not found.Brad King2002-01-221-1/+6
* Just rename dirSebastien Barre2002-01-2211-10/+10
* ENH: Move CMakeCache.txt to Cache/ directory to avoid any in-source build pb.Sebastien Barre2002-01-226-3/+3
* ENH: New variables CVS_UPDATE_OPTIONS, DART_TESTING_TIMEOUTJim Miller2002-01-221-0/+9
* Coverage for OUTPUT_REQUIRED_FILESSebastien Barre2002-01-229-15/+42
* ERR: Removed cmCacheManager::DefineCache method. It is no longer needed.Brad King2002-01-225-25/+3
* flags already there, just not workingBill Hoffman2002-01-223-30/+0
* BUG: must use ANSI flags for complex test now.Bill Hoffman2002-01-223-0/+30
* ENH:Updated copyrightWill Schroeder2002-01-214-0/+64
* Add warnings/infosSebastien Barre2002-01-213-0/+36
* Add coverage for VTK_MAKE_INSTANTIATORSebastien Barre2002-01-211-0/+9
* ENH:Updated copyrightWill Schroeder2002-01-21213-4582/+1657
* ENH:Formal copyright noticeWill Schroeder2002-01-211-0/+41
* BUG: remove warning from hpux makeBill Hoffman2002-01-211-0/+2
* ENH: check the return value of the test program to be runBill Hoffman2002-01-211-2/+8
* Comment test OUTPUT_REQUIREDSebastien Barre2002-01-213-3/+75
* BUG: fix generated files with no extension bugBill Hoffman2002-01-213-3/+8
* More IF coverageSebastien Barre2002-01-203-0/+36
* Increase Coverage.Sebastien Barre2002-01-2021-13/+377
* Add coverage for QT and FLTK wrappers. Also MANGLED_MESASebastien Barre2002-01-202-0/+34
* More tests + coverageSebastien Barre2002-01-2021-246/+483
* More coverage + include Dart.cmake to maximize chance nslookup/hostname are f...Sebastien Barre2002-01-203-0/+35
* Add test for VTK_WRAP_*Sebastien Barre2002-01-206-12/+58
* TypoSebastien Barre2002-01-201-1/+1
* Add documentation, comments. Move some 'Complex' sub-tests into 2 new 'Wrappi...Sebastien Barre2002-01-2022-342/+572
* Add 2 new testsSebastien Barre2002-01-201-4/+22
* FIX: if the 'hostname' and 'nslookup' commands were not found from their HOST...Sebastien Barre2002-01-201-36/+64
* BUG: make sure regex match has a string to matchBill Hoffman2002-01-191-1/+3
* Fix: "cd arg2 ; arg1" not working. OK with &&. Also should prevent from: "cd ...Sebastien Barre2002-01-191-1/+1