summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* fix for create shared libraryBill Hoffman2002-11-212-2/+3
|
* ENH: fix for module run time flagBill Hoffman2002-11-211-1/+1
|
* ENH: Added support to find VTK 4.0.Brad King2002-11-201-12/+34
|
* BUG: use CMAKE_COMPILER_IS_GNUCC not CMAKE_COMPILER_IS_GNUGCCBill Hoffman2002-11-201-1/+1
|
* ENH: Now also locates the "makeindex" program.Luis Ibanez2002-11-201-0/+5
|
* ENH: Only search VTK_INSTALL_PATH if USE_INSTALLED_VTK is on. Only search ↵Brad King2002-11-201-4/+4
| | | | VTK_BINARY_PATH if USE_BUILT_VTK is on.
* ENH: New implementation of FindVTK to take advantage of VTKConfig.cmake. ↵Brad King2002-11-201-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 variablesBill Hoffman2002-11-193-14/+12
|
* fixes to better honor env CC and CXXBill Hoffman2002-11-192-15/+26
|
* BUG: fix CFLAGSBill Hoffman2002-11-191-2/+2
|
* BUG: fix handling of CXXBill Hoffman2002-11-192-8/+28
|
* BUG: fix for thread and cache overrideBill Hoffman2002-11-182-30/+30
|
* Add more messages, make messages look the same, add checks if test was ↵Andy Cedilnik2002-11-187-101/+127
| | | | already successfull
* If system detection fails, make copy of CMakeCacheAndy Cedilnik2002-11-181-0/+6
|
* BUG: fix for borland run time dllBill Hoffman2002-11-151-1/+14
|
* fix for sunBill Hoffman2002-11-151-0/+1
|
* ENH: add back install prefixBill Hoffman2002-11-151-0/+4
|
* fix thread logicBill Hoffman2002-11-151-18/+20
|
* ENH: add CFLAGS and CXXFLAGSBill Hoffman2002-11-151-2/+2
|
* temp fix for hpBerk Geveci2002-11-141-1/+1
|
* fix flags for hpBerk Geveci2002-11-141-5/+3
|
* BUG: fix flags for c compiler on windowsAndy Cedilnik2002-11-142-8/+27
|
* Clean find for Python, add find for python 2.2 on windows, cleanup java on ↵Andy Cedilnik2002-11-143-4/+22
| | | | windows and add java 1.4 support
* BUG: fix for missing temp file variableBill Hoffman2002-11-141-1/+1
|
* reorder tWR so that it does not crash with sharedBill Hoffman2002-11-141-1/+3
|
* fix shared builds on borland and add debug stuff for makefilesBill Hoffman2002-11-141-11/+17
|
* ENH: add status messagesBill Hoffman2002-11-134-1/+11
|
* ENH: move -P flag from cxxflags to the compile line for cxx filesKen Martin2002-11-131-2/+2
|
* ENH: use correct run time library for borlandBill Hoffman2002-11-131-1/+2
|
* fix for nsl library and X11Bill Hoffman2002-11-131-1/+1
|
* fix for nsl library and X11Bill Hoffman2002-11-132-1/+4
|
* BUG: fix order of link line for creating shared librariesBill Hoffman2002-11-131-2/+2
|
* BUG: Fixed doc string on generated variable.Brad King2002-11-131-2/+2
|
* BUG: fix path problemsBill Hoffman2002-11-122-2/+2
|
* Backwards compatibility. Andy and Bill made me add socket library.Will Schroeder2002-11-121-0/+7
|
* ENH: add .def file supportBill Hoffman2002-11-122-4/+4
|
* add find threads checkBill Hoffman2002-11-121-1/+0
|
* add find threads checkBill Hoffman2002-11-123-1/+93
|
* FIX: minor fix, OPENGL_INCLUDE_PATH was set 2 timesSebastien Barre2002-11-121-3/+3
|
* Set CMAKE_BUILD_TOOLBill Hoffman2002-11-124-7/+3
|
* ENH: fix up several problems with new stuffBill Hoffman2002-11-113-1/+98
|
* Fix for OSFBill Hoffman2002-11-111-1/+1
|
* clean up flags with _init flagsBill Hoffman2002-11-1111-69/+76
|
* add install stuff for platform directoryBill Hoffman2002-11-112-0/+3
|
* ENH: fix for darwin modulesBill Hoffman2002-11-111-0/+2
|
* BUG: fix setting of c flagsBill Hoffman2002-11-106-6/+19
|
* fix for cxxflagsBill Hoffman2002-11-096-37/+50
|
* ENH: Adding support for comeau C++ compiler.Brad King2002-11-081-0/+16
|
* ENH: Moved caching of C*_FLAGS* settings down to ↵Brad King2002-11-088-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 cacheBill Hoffman2002-11-082-7/+15
|