Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed some includes | Ken Martin | 2002-09-27 | 23 | -20/+8 |
| | |||||
* | BUG: fix doc string and allow a variable to be promoted from non-cache to cache | Bill Hoffman | 2002-09-27 | 2 | -8/+11 |
| | |||||
* | remove unused stuff | Bill Hoffman | 2002-09-27 | 1 | -2/+0 |
| | |||||
* | added progress | Ken Martin | 2002-09-26 | 7 | -33/+91 |
| | |||||
* | minor memory fix | Ken Martin | 2002-09-26 | 1 | -2/+2 |
| | |||||
* | Several changes: COMPILE_DEFINITIONS is now depricated. If you want to ↵ | Andy Cedilnik | 2002-09-25 | 2 | -17/+61 |
| | | | | specify some, use CMAKE_FLAGS -DCMAKE_DEFINITIONS:STRING=...; same goes for libraries, include path, ... It now detects wether the file is C or C++ and uses the apropriate project command, it also does the right thing when doing try_compile, so it does not execute configure for every single try_compile | ||||
* | Use file format detection | Andy Cedilnik | 2002-09-25 | 1 | -3/+4 |
| | |||||
* | Add detection of file format from extension | Andy Cedilnik | 2002-09-25 | 2 | -1/+62 |
| | |||||
* | Remove warnings | Andy Cedilnik | 2002-09-25 | 1 | -2/+2 |
| | |||||
* | Attempt to make NMake quiet during TRY_COMPILE | Andy Cedilnik | 2002-09-25 | 1 | -0/+7 |
| | |||||
* | Add verbose flag -V, which makes the output of tests to be displayed; also ↵ | Andy Cedilnik | 2002-09-24 | 2 | -4/+31 |
| | | | | add help to ctest | ||||
* | Improve backward compatibility, so that all backward compatibility stuff is ↵ | Andy Cedilnik | 2002-09-24 | 1 | -9/+29 |
| | | | | in two modules; fix invoking of try_compile; add checking for header files and sizes of types | ||||
* | Add support for mac dylib | Andy Cedilnik | 2002-09-24 | 1 | -0/+8 |
| | |||||
* | Some GUI improvements and fix the way dirty is being set, so that if there ↵ | Andy Cedilnik | 2002-09-24 | 2 | -14/+54 |
| | | | | are no cache values, dirty is not set | ||||
* | *** empty log message *** | Brad King | 2002-09-24 | 2 | -0/+14 |
| | |||||
* | fixed memory leak | Ken Martin | 2002-09-24 | 1 | -0/+7 |
| | |||||
* | always convert to output path | Ken Martin | 2002-09-24 | 1 | -1/+1 |
| | |||||
* | Cleanup | Andy Cedilnik | 2002-09-24 | 1 | -6/+2 |
| | |||||
* | Add accessor for Flushing cache | Andy Cedilnik | 2002-09-24 | 2 | -0/+9 |
| | |||||
* | one rule per line so borland make does not die | Bill Hoffman | 2002-09-24 | 1 | -3/+2 |
| | |||||
* | handle long commands | Bill Hoffman | 2002-09-24 | 1 | -2/+2 |
| | |||||
* | fix for cygwin and nmake that does not define WIN32 | Bill Hoffman | 2002-09-24 | 2 | -2/+5 |
| | |||||
* | Fix cache for non void* types | Andy Cedilnik | 2002-09-23 | 1 | -4/+4 |
| | |||||
* | Keep track of libraries so that you can load them as many times as you want... | Andy Cedilnik | 2002-09-23 | 1 | -9/+116 |
| | |||||
* | Cleanup | Andy Cedilnik | 2002-09-23 | 1 | -2/+1 |
| | |||||
* | Fix generation of C only modules | Andy Cedilnik | 2002-09-23 | 1 | -1/+1 |
| | |||||
* | Fix extension and suffix for modules on mac | Andy Cedilnik | 2002-09-23 | 1 | -2/+2 |
| | |||||
* | cleaned up API | Ken Martin | 2002-09-23 | 2 | -17/+3 |
| | |||||
* | Fix HP build | Andy Cedilnik | 2002-09-23 | 1 | -0/+1 |
| | |||||
* | Try to remove some warnings | Andy Cedilnik | 2002-09-23 | 5 | -9/+9 |
| | |||||
* | Fix loading of module for borland | Andy Cedilnik | 2002-09-23 | 1 | -3/+17 |
| | |||||
* | Try to fix borland and nmake try compile | Andy Cedilnik | 2002-09-23 | 1 | -0/+3 |
| | |||||
* | Abstract cleaning of files and add code that deletes files from Debug ↵ | Andy Cedilnik | 2002-09-23 | 3 | -33/+40 |
| | | | | subdirectory | ||||
* | Remove debug stuff | Andy Cedilnik | 2002-09-23 | 1 | -5/+1 |
| | |||||
* | Try to fix quoted definitions | Andy Cedilnik | 2002-09-23 | 1 | -1/+1 |
| | |||||
* | hopefull another fix to if statements | Ken Martin | 2002-09-23 | 1 | -0/+7 |
| | |||||
* | Attempt to fix Visual studio 6 comiling | Andy Cedilnik | 2002-09-23 | 2 | -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 | 1 | -1/+0 |
| | |||||
* | Add GetLocal on cmMakefile and on local builds do not perform tests | Andy Cedilnik | 2002-09-20 | 4 | -3/+24 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| |