Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for create shared library | Bill Hoffman | 2002-11-21 | 4 | -3/+10 |
| | |||||
* | converted c plus plus comments | Ken Martin | 2002-11-21 | 10 | -11/+11 |
| | |||||
* | ENH: fix for module run time flag | Bill Hoffman | 2002-11-21 | 1 | -1/+1 |
| | |||||
* | rename foo variables to better names | Bill Hoffman | 2002-11-20 | 2 | -5/+5 |
| | |||||
* | ENH: Added READ_WITH_PREFIX option to LOAD_CACHE command. This allows ↵ | Brad King | 2002-11-20 | 2 | -2/+157 |
| | | | | reading of cache values from another cache without actually creating local copies of the cache entires. The values are stored as prefixed local makefile variables. | ||||
* | ENH: Added support to find VTK 4.0. | Brad King | 2002-11-20 | 1 | -12/+34 |
| | |||||
* | BUG: use CMAKE_COMPILER_IS_GNUCC not CMAKE_COMPILER_IS_GNUGCC | Bill Hoffman | 2002-11-20 | 1 | -1/+1 |
| | |||||
* | ENH: Now also locates the "makeindex" program. | Luis Ibanez | 2002-11-20 | 1 | -0/+5 |
| | |||||
* | ENH: Only search VTK_INSTALL_PATH if USE_INSTALLED_VTK is on. Only search ↵ | Brad King | 2002-11-20 | 1 | -4/+4 |
| | | | | VTK_BINARY_PATH if USE_BUILT_VTK is on. | ||||
* | ENH: New implementation of FindVTK to take advantage of VTKConfig.cmake. ↵ | Brad King | 2002-11-20 | 1 | -127/+102 |
| | | | | Also provides more powerful search path mechanism, and requires only one cache entry in user project. | ||||
* | BUG: Attempt to fix CopyFile problem using flush before check for success. | Brad King | 2002-11-20 | 1 | -1/+6 |
| | |||||
* | ERR: Fixed signed/unsigned warning. | Brad King | 2002-11-20 | 1 | -1/+1 |
| | |||||
* | ERR: Fixed unused parameter warning. | Brad King | 2002-11-20 | 1 | -4/+6 |
| | |||||
* | fixed comments to be c style not c plus plus | Ken Martin | 2002-11-20 | 1 | -1/+1 |
| | |||||
* | allow flags to be in the CC and CXX environment variables | Bill Hoffman | 2002-11-19 | 7 | -17/+101 |
| | |||||
* | BUG: the dependency analysis would incorrectly alphabetically re-order the | Amitha Perera | 2002-11-19 | 17 | -128/+356 |
| | | | | | link lines, which affects external libraries pulled up from deep within the dependency tree. Fixed by preserving order everywhere. | ||||
* | fixes to better honor env CC and CXX | Bill Hoffman | 2002-11-19 | 2 | -15/+26 |
| | |||||
* | ENH: add some better output when copy file fails | Bill Hoffman | 2002-11-19 | 1 | -5/+15 |
| | |||||
* | fix some warnings | Bill Hoffman | 2002-11-19 | 1 | -5/+1 |
| | |||||
* | Add / after directory name when doing tab completion | Andy Cedilnik | 2002-11-19 | 1 | -0/+5 |
| | |||||
* | Add progress to ccmake | Andy Cedilnik | 2002-11-19 | 2 | -55/+118 |
| | |||||
* | BUG: fix CFLAGS | Bill Hoffman | 2002-11-19 | 1 | -2/+2 |
| | |||||
* | BUG: fix handling of CXX | Bill Hoffman | 2002-11-19 | 2 | -8/+28 |
| | |||||
* | fix warning | Bill Hoffman | 2002-11-19 | 1 | -1/+1 |
| | |||||
* | fix in warning | Ken Martin | 2002-11-19 | 1 | -6/+8 |
| | |||||
* | Initial add of progress | Andy Cedilnik | 2002-11-18 | 2 | -1/+17 |
| | |||||
* | BUG: fix for thread and cache override | Bill Hoffman | 2002-11-18 | 2 | -30/+30 |
| | |||||
* | Add more messages, make messages look the same, add checks if test was ↵ | Andy Cedilnik | 2002-11-18 | 7 | -101/+127 |
| | | | | already successfull | ||||
* | If system detection fails, make copy of CMakeCache | Andy Cedilnik | 2002-11-18 | 1 | -0/+6 |
| | |||||
* | add print for compiler is gnu | Bill Hoffman | 2002-11-18 | 1 | -0/+3 |
| | |||||
* | fix some compiler warnings hopefully | Ken Martin | 2002-11-17 | 2 | -5/+7 |
| | |||||
* | BUG: fix for borland run time dll | Bill Hoffman | 2002-11-15 | 2 | -2/+20 |
| | |||||
* | fix for sun | Bill Hoffman | 2002-11-15 | 1 | -0/+1 |
| | |||||
* | fixed bad source directory bug | Ken Martin | 2002-11-15 | 1 | -0/+10 |
| | |||||
* | fixed compiler warning | Ken Martin | 2002-11-15 | 1 | -1/+2 |
| | |||||
* | ENH: add back install prefix | Bill Hoffman | 2002-11-15 | 1 | -0/+4 |
| | |||||
* | fix thread logic | Bill Hoffman | 2002-11-15 | 1 | -18/+20 |
| | |||||
* | ENH: add CFLAGS and CXXFLAGS | Bill Hoffman | 2002-11-15 | 1 | -2/+2 |
| | |||||
* | Oops, std namespace | Andy Cedilnik | 2002-11-15 | 1 | -1/+1 |
| | |||||
* | Add progress reporting | Andy Cedilnik | 2002-11-14 | 3 | -2/+36 |
| | |||||
* | Add Progress support | Andy Cedilnik | 2002-11-14 | 1 | -1/+11 |
| | |||||
* | temp fix for hp | Berk Geveci | 2002-11-14 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Bill Hoffman | 2002-11-14 | 1 | -2/+3 |
| | |||||
* | fix flags for hp | Berk Geveci | 2002-11-14 | 1 | -5/+3 |
| | |||||
* | Fix compile flags on c files in static liobraries on windows | Andy Cedilnik | 2002-11-14 | 1 | -9/+7 |
| | |||||
* | BUG: fix flags for c compiler on windows | Andy Cedilnik | 2002-11-14 | 3 | -10/+29 |
| | |||||
* | added another func | Ken Martin | 2002-11-14 | 2 | -0/+10 |
| | |||||
* | added another func | Ken Martin | 2002-11-14 | 2 | -0/+8 |
| | |||||
* | Clean find for Python, add find for python 2.2 on windows, cleanup java on ↵ | Andy Cedilnik | 2002-11-14 | 3 | -4/+22 |
| | | | | windows and add java 1.4 support | ||||
* | Added missing space. | Berk Geveci | 2002-11-14 | 1 | -0/+1 |
| |