Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fixed warning | Ken Martin | 2002-09-14 | 1 | -1/+1 |
| | |||||
* | made less verbose | Ken Martin | 2002-09-13 | 1 | -1/+1 |
| | |||||
* | removed messages | Ken Martin | 2002-09-13 | 1 | -2/+0 |
| | |||||
* | ENH: Added FileIsFullPath test method. | Brad King | 2002-09-13 | 2 | -0/+36 |
| | |||||
* | some fixes for try compile | Ken Martin | 2002-09-13 | 3 | -6/+14 |
| | |||||
* | now uses TryCompile | Ken Martin | 2002-09-13 | 3 | -89/+10 |
| | |||||
* | minor fix inEnableLanguages | Ken Martin | 2002-09-13 | 1 | -1/+1 |
| | |||||
* | fix to the cleanup code | Ken Martin | 2002-09-13 | 1 | -12/+14 |
| | |||||
* | fix to the cleanup code | Ken Martin | 2002-09-13 | 1 | -2/+10 |
| | |||||
* | better trycompile and enable langiages | Ken Martin | 2002-09-13 | 9 | -100/+164 |
| | |||||
* | better try compile | Ken Martin | 2002-09-13 | 1 | -5/+16 |
| | |||||
* | removed messages | Ken Martin | 2002-09-13 | 1 | -2/+0 |
| | |||||
* | Improve bootstrapping on Unix, so that it bootstraps in the subdirectory. ↵ | Andy Cedilnik | 2002-09-13 | 2 | -93/+145 |
| | | | | This prevents from compiler files being reused and you can do make clean... | ||||
* | Make QT variables advanced | Ian Scott | 2002-09-13 | 1 | -0/+9 |
| | |||||
* | compiler warning | Ken Martin | 2002-09-13 | 2 | -3/+3 |
| | |||||
* | duh | Ken Martin | 2002-09-13 | 1 | -1/+0 |
| | |||||
* | Need to use $ENV{} to access environment variables | Ian Scott | 2002-09-13 | 1 | -15/+14 |
| | |||||
* | some cleanup | Ken Martin | 2002-09-12 | 1 | -1/+3 |
| | |||||
* | uninitialized var | Ken Martin | 2002-09-12 | 1 | -0/+1 |
| | |||||
* | Remove unnecessary include | Andy Cedilnik | 2002-09-12 | 1 | -1/+0 |
| | |||||
* | Remove unnecessary include | Andy Cedilnik | 2002-09-12 | 1 | -1/+0 |
| | |||||
* | added include of FindQT.cmake | Franck Bettinger | 2002-09-12 | 2 | -7/+16 |
| | |||||
* | new arch | Ken Martin | 2002-09-12 | 17 | -7093/+0 |
| | |||||
* | added test for QTWrapUI called qtwrapping | Franck Bettinger | 2002-09-12 | 1 | -0/+6 |
| | |||||
* | corrected test for QTWrapUI | Franck Bettinger | 2002-09-12 | 2 | -7/+6 |
| | |||||
* | new try compile module | Ken Martin | 2002-09-12 | 2 | -0/+26 |
| | |||||
* | Oops, too fast commit; add missing ; | Andy Cedilnik | 2002-09-12 | 1 | -1/+1 |
| | |||||
* | Add more error checking | Andy Cedilnik | 2002-09-12 | 1 | -1/+9 |
| | |||||
* | another signature for Try_Compile | Ken Martin | 2002-09-12 | 2 | -7/+66 |
| | |||||
* | added a flag if a cmake is in try compile | Ken Martin | 2002-09-12 | 3 | -0/+9 |
| | |||||
* | Fix mark as advanced. Now it should work properly | Andy Cedilnik | 2002-09-12 | 1 | -1/+5 |
| | |||||
* | Simplify code. Since we access cache entry through the iterator, we do not ↵ | Andy Cedilnik | 2002-09-12 | 2 | -6/+4 |
| | | | | need the cache manager any more | ||||
* | Fix build problem on Sun | Andy Cedilnik | 2002-09-12 | 1 | -1/+2 |
| | |||||
* | corrected the generated lists .h in header list and .cxx in sources list | Franck Bettinger | 2002-09-11 | 1 | -2/+9 |
| |