Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Creating source tarball should not affect current directory. | Brad King | 2002-09-23 | 1 | -0/+4 |
| | |||||
* | ENH: Incremented version to 1.4.5. | Brad King | 2002-09-23 | 5 | -5/+5 |
| | |||||
* | defines cannot have quotes in them | Ken Martin | 2002-09-22 | 1 | -0/+1 |
| | |||||
* | some try compile fixes | Ken Martin | 2002-09-22 | 2 | -10/+26 |
| | |||||
* | compiler warning | Ken Martin | 2002-09-22 | 2 | -2/+1 |
| | |||||
* | Fix namespace problem | Andy Cedilnik | 2002-09-21 | 1 | -1/+1 |
| | |||||
* | Add missing include | Andy Cedilnik | 2002-09-20 | 1 | -0/+1 |
| | |||||
* | Fix tests for new trycompile and tryrun | Andy Cedilnik | 2002-09-20 | 4 | -18/+11 |
| | |||||
* | Add GetLocal on cmMakefile and on local builds do not perform tests | Andy Cedilnik | 2002-09-20 | 4 | -3/+24 |
| | |||||
* | Include more testing | Andy Cedilnik | 2002-09-20 | 4 | -6/+40 |
| | |||||
* | Simplify checking for headers | Andy Cedilnik | 2002-09-20 | 2 | -9/+0 |
| | |||||
* | Add macro which checks if the header file exists | Andy Cedilnik | 2002-09-20 | 2 | -0/+40 |
| | |||||
* | Fix comment | Andy Cedilnik | 2002-09-20 | 1 | -4/+4 |
| | |||||
* | Fix test so that it does some modules testing by checking for some functions ↵ | Andy Cedilnik | 2002-09-20 | 6 | -6/+66 |
| | | | | and some size of types | ||||
* | Add two commonly used modules. First one checks if the function exists, the ↵ | Andy Cedilnik | 2002-09-20 | 4 | -0/+78 |
| | | | | second one checks the size of type | ||||
* | Add option of TRY_COMPILE to store the output of compilation so that if the ↵ | Andy Cedilnik | 2002-09-20 | 5 | -11/+42 |
| | | | | output fails you can display it or store it in the file | ||||
* | Add WRITE_FILE command, which writes string to a file | Andy Cedilnik | 2002-09-20 | 3 | -0/+127 |
| | |||||
* | removed c++ style comments | Ken Martin | 2002-09-20 | 2 | -8/+8 |
| | |||||
* | Fix includes | Andy Cedilnik | 2002-09-20 | 1 | -0/+4 |
| | |||||
* | compiler warnings | Ken Martin | 2002-09-20 | 2 | -3/+3 |
| | |||||
* | Add test for gui | Andy Cedilnik | 2002-09-19 | 1 | -0/+6 |
| | |||||
* | Fix arguments | Andy Cedilnik | 2002-09-19 | 1 | -3/+3 |
| | |||||
* | Allow argument Q | Andy Cedilnik | 2002-09-19 | 1 | -1/+1 |
| | |||||
* | Add support for exiting after loading | Andy Cedilnik | 2002-09-19 | 2 | -1/+20 |
| | |||||
* | Add option -Q for existing after loading | Andy Cedilnik | 2002-09-19 | 2 | -0/+5 |
| | |||||
* | Remove unnecessary disabling of output | Andy Cedilnik | 2002-09-19 | 1 | -18/+0 |
| | |||||
* | Fix tryrun to work on Linux | Andy Cedilnik | 2002-09-19 | 1 | -9/+13 |
| | |||||
* | Supress standard error when running command | Andy Cedilnik | 2002-09-19 | 1 | -0/+1 |
| | |||||
* | Fix try compile with second signature, remove cmake lists from cache so that ↵ | Andy Cedilnik | 2002-09-19 | 1 | -27/+31 |
| | | | | multiple tests work | ||||
* | Add a way to check if run command output is disabled | Andy Cedilnik | 2002-09-19 | 1 | -0/+1 |
| | |||||
* | When doing try compile disable output | Andy Cedilnik | 2002-09-19 | 1 | -0/+18 |
| | |||||
* | 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 |
| |