summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use correct path type for check_cache fileBill Hoffman2002-12-051-5/+15
* fix free before useBill Hoffman2002-12-051-2/+3
* ENH: add status bar and help for itemsBill Hoffman2002-12-051-1/+1
* ENH: add status bar and help for itemsBill Hoffman2002-12-053-47/+64
* ENH: add a rule to automatically re-run cmake from the top if the CMakeCache....Bill Hoffman2002-12-052-3/+21
* Better dependencies for bootstrapAndy Cedilnik2002-12-051-1/+1
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-0522-323/+400
* Speedup the testAndy Cedilnik2002-12-056-48/+26
* BUG: make sure OK can not be hit first time aroundBill Hoffman2002-12-051-1/+0
* use InAll target setting to determine what targets are in the default buildKen Martin2002-12-051-1/+1
* ENH: Added support for finding/using VTK 4.0 without using its UseVTK.cmake f...Brad King2002-12-054-27/+457
* BUG: Fix for string comparison when one string is empty.Brad King2002-12-051-11/+11
* ENH: Adding CMAKE_EXPORT_BUILD_SETTINGS and CMAKE_IMPORT_BUILD_SETTINGS macro.Brad King2002-12-053-0/+250
* use InAll target setting to determine what targets are in the default buildKen Martin2002-12-051-4/+8
* ENH: Added COMPARE modes to STRING command.Brad King2002-12-042-1/+67
* BUG: Removed stray debugging message.Brad King2002-12-041-2/+0
* ENH: When a full path to a library cannot be parsed, just add the whole path ...Brad King2002-12-041-0/+9
* BUG: fix get make command problems.Bill Hoffman2002-12-046-14/+41
* added CMAKE_BACKWARDS_COMPATIBILITY entryKen Martin2002-12-041-0/+16
* updated commentKen Martin2002-12-041-1/+2
* determine CMAKE_MAKE_PROGRAM in EnableLanguageBill Hoffman2002-12-0310-11/+25
* remove unused filesBill Hoffman2002-12-039-1872/+0
* remove code warrior and fixed GUI isuesKen Martin2002-12-031-2/+2
* remove code warrior and fixed GUI isuesKen Martin2002-12-031-5/+3
* Module to find tools from the ImageMagick package.Luis Ibanez2002-12-031-0/+34
* remove code warrior and fixed GUI isuesKen Martin2002-12-036-65/+64
* ENH: description of variables now follows other style in other .cmake files.Luis Ibanez2002-12-031-3/+4
* ENH: Description of variables now specifies that the full path is required.Luis Ibanez2002-12-031-4/+4
* fix purify FMRKen Martin2002-12-031-1/+1
* bug fix and some cleanupKen Martin2002-12-031-1/+6
* clean up coverage someKen Martin2002-12-031-0/+1
* correctly place both LINK_FLAGS and CXX_LINK_FLAGS and C_LINK_FLAGS into all ...Bill Hoffman2002-12-035-10/+9
* use LINK_FLAGS not C and CXX LINK_FLAGSBill Hoffman2002-12-031-4/+4
* fix compile warningKen Martin2002-12-021-3/+3
* add project command even if inheritingBill Hoffman2002-12-021-2/+1
* ENH: put the project command at the front of the projectBill Hoffman2002-12-021-1/+1
* removed cmMakefile depend from cmSystemToolsKen Martin2002-12-025-69/+86
* ENH: remove forced enable language call because a PROJECT command is now adde...Bill Hoffman2002-12-021-9/+0
* ENH: remove cerr callsBill Hoffman2002-12-022-2/+0
* 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