Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for create shared library | Bill Hoffman | 2002-11-21 | 2 | -2/+3 |
| | |||||
* | ENH: fix for module run time flag | Bill Hoffman | 2002-11-21 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | allow flags to be in the CC and CXX environment variables | Bill Hoffman | 2002-11-19 | 3 | -14/+12 |
| | |||||
* | fixes to better honor env CC and CXX | Bill Hoffman | 2002-11-19 | 2 | -15/+26 |
| | |||||
* | BUG: fix CFLAGS | Bill Hoffman | 2002-11-19 | 1 | -2/+2 |
| | |||||
* | BUG: fix handling of CXX | Bill Hoffman | 2002-11-19 | 2 | -8/+28 |
| | |||||
* | 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 |
| | |||||
* | BUG: fix for borland run time dll | Bill Hoffman | 2002-11-15 | 1 | -1/+14 |
| | |||||
* | fix for sun | Bill Hoffman | 2002-11-15 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | temp fix for hp | Berk Geveci | 2002-11-14 | 1 | -1/+1 |
| | |||||
* | fix flags for hp | Berk Geveci | 2002-11-14 | 1 | -5/+3 |
| | |||||
* | BUG: fix flags for c compiler on windows | Andy Cedilnik | 2002-11-14 | 2 | -8/+27 |
| | |||||
* | 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 | ||||
* | BUG: fix for missing temp file variable | Bill Hoffman | 2002-11-14 | 1 | -1/+1 |
| | |||||
* | reorder tWR so that it does not crash with shared | Bill Hoffman | 2002-11-14 | 1 | -1/+3 |
| | |||||
* | fix shared builds on borland and add debug stuff for makefiles | Bill Hoffman | 2002-11-14 | 1 | -11/+17 |
| | |||||
* | ENH: add status messages | Bill Hoffman | 2002-11-13 | 4 | -1/+11 |
| | |||||
* | ENH: move -P flag from cxxflags to the compile line for cxx files | Ken Martin | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | ENH: use correct run time library for borland | Bill Hoffman | 2002-11-13 | 1 | -1/+2 |
| | |||||
* | fix for nsl library and X11 | Bill Hoffman | 2002-11-13 | 1 | -1/+1 |
| | |||||
* | fix for nsl library and X11 | Bill Hoffman | 2002-11-13 | 2 | -1/+4 |
| | |||||
* | BUG: fix order of link line for creating shared libraries | Bill Hoffman | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | BUG: Fixed doc string on generated variable. | Brad King | 2002-11-13 | 1 | -2/+2 |
| | |||||
* | BUG: fix path problems | Bill Hoffman | 2002-11-12 | 2 | -2/+2 |
| | |||||
* | Backwards compatibility. Andy and Bill made me add socket library. | Will Schroeder | 2002-11-12 | 1 | -0/+7 |
| | |||||
* | ENH: add .def file support | Bill Hoffman | 2002-11-12 | 2 | -4/+4 |
| | |||||
* | add find threads check | Bill Hoffman | 2002-11-12 | 1 | -1/+0 |
| | |||||
* | add find threads check | Bill Hoffman | 2002-11-12 | 3 | -1/+93 |
| | |||||
* | FIX: minor fix, OPENGL_INCLUDE_PATH was set 2 times | Sebastien Barre | 2002-11-12 | 1 | -3/+3 |
| | |||||
* | Set CMAKE_BUILD_TOOL | Bill Hoffman | 2002-11-12 | 4 | -7/+3 |
| | |||||
* | ENH: fix up several problems with new stuff | Bill Hoffman | 2002-11-11 | 3 | -1/+98 |
| | |||||
* | Fix for OSF | Bill Hoffman | 2002-11-11 | 1 | -1/+1 |
| | |||||
* | clean up flags with _init flags | Bill Hoffman | 2002-11-11 | 11 | -69/+76 |
| | |||||
* | add install stuff for platform directory | Bill Hoffman | 2002-11-11 | 2 | -0/+3 |
| | |||||
* | ENH: fix for darwin modules | Bill Hoffman | 2002-11-11 | 1 | -0/+2 |
| | |||||
* | BUG: fix setting of c flags | Bill Hoffman | 2002-11-10 | 6 | -6/+19 |
| | |||||
* | fix for cxxflags | Bill Hoffman | 2002-11-09 | 6 | -37/+50 |
| | |||||
* | ENH: Adding support for comeau C++ compiler. | Brad King | 2002-11-08 | 1 | -0/+16 |
| | |||||
* | ENH: Moved caching of C*_FLAGS* settings down to ↵ | Brad King | 2002-11-08 | 8 | -102/+54 |
| | | | | CMakeSystemSpecificInformation.cmake. The platform files can set the defaults on the first run, and then the settings are cached at the end. | ||||
* | store the compiler in the cache | Bill Hoffman | 2002-11-08 | 2 | -7/+15 |
| |