summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ENH: add PROJECT command if there is not oneBill Hoffman2002-12-023-9/+53
* minor fixKen Martin2002-12-021-1/+1
* BUG: add a space around the compile flagsBill Hoffman2002-12-021-0/+1
* BUG: fix compile flags for a single fileBill Hoffman2002-12-021-3/+5
* Fix problem on unix with spaceAndy Cedilnik2002-11-291-2/+3
* When cd-jing into directory, if directory has space, it should put quotes aro...Andy Cedilnik2002-11-291-2/+2
* ENH: FLTK 1.1.1 under Windows links now with the comctl32 library.Luis Ibanez2002-11-291-1/+1
* Add missing library. The test should be linked to framework CocoaAndy Cedilnik2002-11-271-0/+1
* Add objective C++ file in the list of C++ files. This may be wrong, but it wi...Andy Cedilnik2002-11-271-0/+1
* Add ObjC++ test for OSXYves Starreveld2002-11-271-0/+7
* Test for ObjC++ on OSX machines onlyYves Starreveld2002-11-272-0/+27
* Remove warningAndy Cedilnik2002-11-261-2/+0
* Change prioritiesAndy Cedilnik2002-11-251-2/+2
* fix for paths with spaces and borlandBill Hoffman2002-11-221-1/+8
* change flags for borlandBill Hoffman2002-11-221-1/+4
* Revert back to 1.5, since it is fixed in ConvertToOutputPath and this breaks ...Andy Cedilnik2002-11-221-3/+3
* Rename local variableAndy Cedilnik2002-11-221-2/+2
* add support for CMAKE_C_FLAGS and handle quotes in CMAKE_CXX_FLAGSBill Hoffman2002-11-221-3/+17
* fix for c flagsBill Hoffman2002-11-211-1/+1
* fix flag settingBill Hoffman2002-11-211-1/+0
* fix flag settingBill Hoffman2002-11-211-2/+3
* remove debug stuffBill Hoffman2002-11-211-1/+0
* move compile defs to cxx and c flagsBill Hoffman2002-11-211-1/+2
* clean up entire temp directoryBill Hoffman2002-11-212-11/+15
* try to fix check for ansi streamBill Hoffman2002-11-212-7/+6
* fix orderBill Hoffman2002-11-211-1/+1
* fix orderBill Hoffman2002-11-211-2/+2
* move ansi cxx flags stuff out of try compile and into cmake filesBill Hoffman2002-11-215-16/+6
* fix network paths with spacesBill Hoffman2002-11-211-0/+8
* have to cache ansi_cxxflagsBill Hoffman2002-11-211-1/+2
* spelling errorBill Hoffman2002-11-212-3/+5
* add checks for ansi flags and not hard code themBill Hoffman2002-11-215-4/+47
* Fix for network paths with spaceAndy Cedilnik2002-11-211-3/+3
* Fix for network pathsAndy Cedilnik2002-11-211-5/+6
* FUX: those vars need to be ADVANCEDSebastien Barre2002-11-211-0/+7
* ENH: Added CHECK_VARIABLE_EXISTS macro.Brad King2002-11-212-0/+39
* ERR: Fixed string literal to char* warnings.Brad King2002-11-211-3/+4
* fix for create shared libraryBill Hoffman2002-11-214-3/+10
* converted c plus plus commentsKen Martin2002-11-2110-11/+11
* ENH: fix for module run time flagBill Hoffman2002-11-211-1/+1
* rename foo variables to better namesBill Hoffman2002-11-202-5/+5
* ENH: Added READ_WITH_PREFIX option to LOAD_CACHE command. This allows readin...Brad King2002-11-202-2/+157
* ENH: Added support to find VTK 4.0.Brad King2002-11-201-12/+34
* BUG: use CMAKE_COMPILER_IS_GNUCC not CMAKE_COMPILER_IS_GNUGCCBill Hoffman2002-11-201-1/+1
* ENH: Now also locates the "makeindex" program.Luis Ibanez2002-11-201-0/+5
* ENH: Only search VTK_INSTALL_PATH if USE_INSTALLED_VTK is on. Only search VT...Brad King2002-11-201-4/+4
* ENH: New implementation of FindVTK to take advantage of VTKConfig.cmake. Als...Brad King2002-11-201-127/+102
* BUG: Attempt to fix CopyFile problem using flush before check for success.Brad King2002-11-201-1/+6
* ERR: Fixed signed/unsigned warning.Brad King2002-11-201-1/+1
* ERR: Fixed unused parameter warning.Brad King2002-11-201-4/+6