summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Generated CMakeLists.txt file needs to take CMAKE_ANSI_CXXFLAGS into ↵Brad King2002-09-171-0/+3
| | | | account.
* ERR: Fixed typo: INSTALL_PROGRAMS -> INSTALL_PROGRAM.Brad King2002-09-171-3/+3
|
* some cmake api changeesKen Martin2002-09-171-1/+1
|
* Strip the string that user answersAndy Cedilnik2002-09-171-9/+21
|
* ENH: add support for Tcl/Tk 8.4.0Sebastien Barre2002-09-171-0/+4
|
* updated commentsKen Martin2002-09-171-0/+19
|
* BUG: INSTALL_DATA should be INSTALL_PROGRAMS for program install targets.Brad King2002-09-171-1/+1
|
* some cmake api changeesKen Martin2002-09-171-1/+3
|
* cleaned up some of the cmake interfaceKen Martin2002-09-175-37/+60
|
* new testKen Martin2002-09-171-0/+5
|
* Replace getline with fgets since getline does not seems to work properly on ↵Andy Cedilnik2002-09-171-2/+7
| | | | Mac OSX
* Fix problems with advanced not being marked.Andy Cedilnik2002-09-173-3/+22
|
* ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. ↵Brad King2002-09-175-58/+161
| | | | Source paths can now be relative or full paths, and don't need to be in the same directory as the CMakeLists.txt file.
* added destructor to loaded commandsKen Martin2002-09-172-1/+13
|
* slight change in signatureKen Martin2002-09-173-8/+14
|
* remove unused variablesKen Martin2002-09-158-13/+0
|
* updated to use ConfigureFinalPassKen Martin2002-09-152-6/+0
|
* changed handling of FinalPassKen Martin2002-09-153-0/+17
|
* changed when final pass is doneKen Martin2002-09-151-1/+0
|
* renamed GenerateMakefile to ConfigureFinalPassKen Martin2002-09-152-3/+4
|
* removed extra Generate that was screwing things upKen Martin2002-09-141-2/+0
|
* fixed warningKen Martin2002-09-141-1/+1
|
* made less verboseKen Martin2002-09-131-1/+1
|
* ENH: Added FileIsFullPath test method.Brad King2002-09-132-0/+36
|
* some fixes for try compileKen Martin2002-09-133-6/+14
|
* minor fix inEnableLanguagesKen Martin2002-09-131-1/+1
|
* fix to the cleanup codeKen Martin2002-09-131-12/+14
|
* fix to the cleanup codeKen Martin2002-09-131-2/+10
|
* better trycompile and enable langiagesKen Martin2002-09-139-100/+164
|
* better try compileKen Martin2002-09-131-5/+16
|
* compiler warningKen Martin2002-09-132-3/+3
|
* duhKen Martin2002-09-131-1/+0
|
* uninitialized varKen Martin2002-09-121-0/+1
|
* Remove unnecessary includeAndy Cedilnik2002-09-121-1/+0
|
* Remove unnecessary includeAndy Cedilnik2002-09-121-1/+0
|
* added include of FindQT.cmakeFranck Bettinger2002-09-121-5/+8
|
* new archKen Martin2002-09-1217-7093/+0
|
* added test for QTWrapUI called qtwrappingFranck Bettinger2002-09-121-0/+6
|
* Oops, too fast commit; add missing ;Andy Cedilnik2002-09-121-1/+1
|
* Add more error checkingAndy Cedilnik2002-09-121-1/+9
|
* another signature for Try_CompileKen Martin2002-09-122-7/+66
|
* added a flag if a cmake is in try compileKen Martin2002-09-123-0/+9
|
* Fix mark as advanced. Now it should work properlyAndy Cedilnik2002-09-121-1/+5
|
* Simplify code. Since we access cache entry through the iterator, we do not ↵Andy Cedilnik2002-09-122-6/+4
| | | | need the cache manager any more
* Fix build problem on SunAndy Cedilnik2002-09-121-1/+2
|
* corrected the generated lists .h in header list and .cxx in sources listFranck Bettinger2002-09-111-2/+9
|
* added generation of the GENERATED_QT_FILES list for make cleanFranck Bettinger2002-09-111-0/+8
|
* BUG: GetCacheValue must check if value is UNINITIALIZED. If so, pretend it ↵Brad King2002-09-111-1/+1
| | | | doesn't exist.
* Fix bug in ccmake which made it crash when all cache values were deletedAndy Cedilnik2002-09-111-2/+5
|
* Fix problem with ccmake crashing on empty cachesAndy Cedilnik2002-09-111-23/+26
|