Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a way to remove files from cache | Andy Cedilnik | 2002-09-19 | 2 | -0/+14 |
| | |||||
* | Fix compile problem | Andy Cedilnik | 2002-09-19 | 1 | -1/+1 |
| | |||||
* | minor cleanup | Ken Martin | 2002-09-19 | 1 | -1/+1 |
| | |||||
* | Fix all defines on Windows | Andy Cedilnik | 2002-09-19 | 1 | -7/+27 |
| | |||||
* | Fix executable to be WIN32 on windows | Andy Cedilnik | 2002-09-19 | 1 | -1/+5 |
| | |||||
* | Fix find wxWindows | Andy Cedilnik | 2002-09-19 | 1 | -3/+3 |
| | |||||
* | updated to try compile | Ken Martin | 2002-09-19 | 3 | -40/+97 |
| | |||||
* | new command | Ken Martin | 2002-09-19 | 2 | -0/+200 |
| | |||||
* | Remove unnecessary message | Andy Cedilnik | 2002-09-19 | 1 | -1/+0 |
| | |||||
* | Add option for building wxWindows GUI for CMake | Andy Cedilnik | 2002-09-19 | 1 | -0/+6 |
| | |||||
* | Initial import of wxWindows dialog | Andy Cedilnik | 2002-09-19 | 9 | -0/+2558 |
| | |||||
* | Improve searching for wxWindows | Andy Cedilnik | 2002-09-19 | 1 | -13/+20 |
| | |||||
* | Fix callback for the new API | Andy Cedilnik | 2002-09-18 | 1 | -1/+1 |
| | |||||
* | Improve message handler to include client data. | Andy Cedilnik | 2002-09-18 | 3 | -8/+12 |
| | |||||
* | test passing CMAKE_FLAGS | Ken Martin | 2002-09-18 | 6 | -2/+14 |
| | |||||
* | now Try compile can include CMAKE_FLAGS | Ken Martin | 2002-09-18 | 4 | -10/+36 |
| | |||||
* | better error reporting | Ken Martin | 2002-09-18 | 1 | -0/+5 |
| | |||||
* | ENH: If SET(VAR) is called with no other arguments, remove the definition of ↵ | Brad King | 2002-09-18 | 1 | -1/+2 |
| | | | | VAR. | ||||
* | ENH: Added RemoveDefinition method. | Brad King | 2002-09-18 | 2 | -0/+11 |
| | |||||
* | FIX: better support for the Tcl/Tk 8.4 pre-release | Sebastien Barre | 2002-09-18 | 1 | -2/+2 |
| | |||||
* | GL should not be a completely necessary thing for finding GTK. This will ↵ | Andy Cedilnik | 2002-09-18 | 1 | -9/+16 |
| | | | | find gtk and GL but also just GTK | ||||
* | Remove unnecessary variable | Andy Cedilnik | 2002-09-18 | 1 | -1/+0 |
| | |||||
* | removed target | Ken Martin | 2002-09-18 | 2 | -2/+2 |
| | |||||
* | ENH: Adding installation of TRY_COMPILE tests. | Brad King | 2002-09-17 | 1 | -0/+1 |
| | |||||
* | BUG: Generated CMakeLists.txt file needs to take CMAKE_ANSI_CXXFLAGS into ↵ | Brad King | 2002-09-17 | 1 | -0/+3 |
| | | | | account. | ||||
* | ERR: Fixed typo: INSTALL_PROGRAMS -> INSTALL_PROGRAM. | Brad King | 2002-09-17 | 1 | -3/+3 |
| | |||||
* | some cmake api changees | Ken Martin | 2002-09-17 | 1 | -1/+1 |
| | |||||
* | Strip the string that user answers | Andy Cedilnik | 2002-09-17 | 1 | -9/+21 |
| | |||||
* | ENH: add support for Tcl/Tk 8.4.0 | Sebastien Barre | 2002-09-17 | 1 | -0/+4 |
| | |||||
* | updated comments | Ken Martin | 2002-09-17 | 1 | -0/+19 |
| | |||||
* | BUG: INSTALL_DATA should be INSTALL_PROGRAMS for program install targets. | Brad King | 2002-09-17 | 1 | -1/+1 |
| | |||||
* | some cmake api changees | Ken Martin | 2002-09-17 | 1 | -1/+3 |
| | |||||
* | cleaned up some of the cmake interface | Ken Martin | 2002-09-17 | 5 | -37/+60 |
| | |||||
* | new test | Ken Martin | 2002-09-17 | 1 | -0/+5 |
| | |||||
* | Replace getline with fgets since getline does not seems to work properly on ↵ | Andy Cedilnik | 2002-09-17 | 1 | -2/+7 |
| | | | | Mac OSX | ||||
* | Fix problems with advanced not being marked. | Andy Cedilnik | 2002-09-17 | 3 | -3/+22 |
| | |||||
* | ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. ↵ | Brad King | 2002-09-17 | 5 | -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 | Ken Martin | 2002-09-17 | 2 | -0/+20 |
| | |||||
* | added destructor to loaded commands | Ken Martin | 2002-09-17 | 2 | -1/+13 |
| | |||||
* | slight change in signature for TryCompile | Ken Martin | 2002-09-17 | 1 | -1/+2 |
| | |||||
* | slight change in signature | Ken Martin | 2002-09-17 | 3 | -8/+14 |
| | |||||
* | some cleanup | Ken Martin | 2002-09-17 | 2 | -14/+14 |
| | |||||
* | minor fix in error message | Ken Martin | 2002-09-17 | 2 | -2/+2 |
| | |||||
* | load command test | Ken Martin | 2002-09-16 | 8 | -0/+210 |
| | |||||
* | remove unused variables | Ken Martin | 2002-09-15 | 8 | -13/+0 |
| | |||||
* | updated to use ConfigureFinalPass | Ken Martin | 2002-09-15 | 2 | -6/+0 |
| | |||||
* | changed handling of FinalPass | Ken Martin | 2002-09-15 | 3 | -0/+17 |
| | |||||
* | changed when final pass is done | Ken Martin | 2002-09-15 | 1 | -1/+0 |
| | |||||
* | renamed GenerateMakefile to ConfigureFinalPass | Ken Martin | 2002-09-15 | 2 | -3/+4 |
| | |||||
* | removed extra Generate that was screwing things up | Ken Martin | 2002-09-14 | 1 | -2/+0 |
| |