summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Add GetLocal on cmMakefile and on local builds do not perform testsAndy Cedilnik2002-09-204-3/+24
|
* Add option of TRY_COMPILE to store the output of compilation so that if the ↵Andy Cedilnik2002-09-205-11/+42
| | | | output fails you can display it or store it in the file
* Add WRITE_FILE command, which writes string to a fileAndy Cedilnik2002-09-203-0/+127
|
* Fix includesAndy Cedilnik2002-09-201-0/+4
|
* compiler warningsKen Martin2002-09-202-3/+3
|
* Add test for guiAndy Cedilnik2002-09-191-0/+6
|
* Fix argumentsAndy Cedilnik2002-09-191-3/+3
|
* Allow argument QAndy Cedilnik2002-09-191-1/+1
|
* Add support for exiting after loadingAndy Cedilnik2002-09-192-1/+20
|
* Add option -Q for existing after loadingAndy Cedilnik2002-09-192-0/+5
|
* Remove unnecessary disabling of outputAndy Cedilnik2002-09-191-18/+0
|
* Fix tryrun to work on LinuxAndy Cedilnik2002-09-191-9/+13
|
* Supress standard error when running commandAndy Cedilnik2002-09-191-0/+1
|
* Fix try compile with second signature, remove cmake lists from cache so that ↵Andy Cedilnik2002-09-191-27/+31
| | | | multiple tests work
* Add a way to check if run command output is disabledAndy Cedilnik2002-09-191-0/+1
|
* When doing try compile disable outputAndy Cedilnik2002-09-191-0/+18
|
* Add a way to remove files from cacheAndy Cedilnik2002-09-192-0/+14
|
* Fix compile problemAndy Cedilnik2002-09-191-1/+1
|
* minor cleanupKen Martin2002-09-191-1/+1
|
* Fix all defines on WindowsAndy Cedilnik2002-09-191-7/+27
|
* Fix executable to be WIN32 on windowsAndy Cedilnik2002-09-191-1/+5
|
* updated to try compileKen Martin2002-09-193-40/+97
|
* new commandKen Martin2002-09-192-0/+200
|
* Remove unnecessary messageAndy Cedilnik2002-09-191-1/+0
|
* Add option for building wxWindows GUI for CMakeAndy Cedilnik2002-09-191-0/+6
|
* Initial import of wxWindows dialogAndy Cedilnik2002-09-199-0/+2558
|
* Fix callback for the new APIAndy Cedilnik2002-09-181-1/+1
|
* Improve message handler to include client data.Andy Cedilnik2002-09-183-8/+12
|
* now Try compile can include CMAKE_FLAGSKen Martin2002-09-184-10/+36
|
* better error reportingKen Martin2002-09-181-0/+5
|
* ENH: If SET(VAR) is called with no other arguments, remove the definition of ↵Brad King2002-09-181-1/+2
| | | | VAR.
* ENH: Added RemoveDefinition method.Brad King2002-09-182-0/+11
|
* FIX: better support for the Tcl/Tk 8.4 pre-releaseSebastien Barre2002-09-181-2/+2
|
* Remove unnecessary variableAndy Cedilnik2002-09-181-1/+0
|
* 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
|