Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add missing library. The test should be linked to framework Cocoa | Andy Cedilnik | 2002-11-27 | 1 | -0/+1 | |
| | ||||||
* | Add objective C++ file in the list of C++ files. This may be wrong, but it ↵ | Andy Cedilnik | 2002-11-27 | 1 | -0/+1 | |
| | | | | will fix problems on Mac for now | |||||
* | Add ObjC++ test for OSX | Yves Starreveld | 2002-11-27 | 1 | -0/+7 | |
| | ||||||
* | Test for ObjC++ on OSX machines only | Yves Starreveld | 2002-11-27 | 2 | -0/+27 | |
| | ||||||
* | Remove warning | Andy Cedilnik | 2002-11-26 | 1 | -2/+0 | |
| | ||||||
* | Change priorities | Andy Cedilnik | 2002-11-25 | 1 | -2/+2 | |
| | ||||||
* | fix for paths with spaces and borland | Bill Hoffman | 2002-11-22 | 1 | -1/+8 | |
| | ||||||
* | change flags for borland | Bill Hoffman | 2002-11-22 | 1 | -1/+4 | |
| | ||||||
* | Revert back to 1.5, since it is fixed in ConvertToOutputPath and this breaks ↵ | Andy Cedilnik | 2002-11-22 | 1 | -3/+3 | |
| | | | | Windows 98 | |||||
* | Rename local variable | Andy Cedilnik | 2002-11-22 | 1 | -2/+2 | |
| | ||||||
* | add support for CMAKE_C_FLAGS and handle quotes in CMAKE_CXX_FLAGS | Bill Hoffman | 2002-11-22 | 1 | -3/+17 | |
| | ||||||
* | fix for c flags | Bill Hoffman | 2002-11-21 | 1 | -1/+1 | |
| | ||||||
* | fix flag setting | Bill Hoffman | 2002-11-21 | 1 | -1/+0 | |
| | ||||||
* | fix flag setting | Bill Hoffman | 2002-11-21 | 1 | -2/+3 | |
| | ||||||
* | remove debug stuff | Bill Hoffman | 2002-11-21 | 1 | -1/+0 | |
| | ||||||
* | move compile defs to cxx and c flags | Bill Hoffman | 2002-11-21 | 1 | -1/+2 | |
| | ||||||
* | clean up entire temp directory | Bill Hoffman | 2002-11-21 | 2 | -11/+15 | |
| | ||||||
* | try to fix check for ansi stream | Bill Hoffman | 2002-11-21 | 2 | -7/+6 | |
| | ||||||
* | fix order | Bill Hoffman | 2002-11-21 | 1 | -1/+1 | |
| | ||||||
* | fix order | Bill Hoffman | 2002-11-21 | 1 | -2/+2 | |
| | ||||||
* | move ansi cxx flags stuff out of try compile and into cmake files | Bill Hoffman | 2002-11-21 | 5 | -16/+6 | |
| | ||||||
* | fix network paths with spaces | Bill Hoffman | 2002-11-21 | 1 | -0/+8 | |
| | ||||||
* | have to cache ansi_cxxflags | Bill Hoffman | 2002-11-21 | 1 | -1/+2 | |
| | ||||||
* | spelling error | Bill Hoffman | 2002-11-21 | 2 | -3/+5 | |
| | ||||||
* | add checks for ansi flags and not hard code them | Bill Hoffman | 2002-11-21 | 5 | -4/+47 | |
| | ||||||
* | Fix for network paths with space | Andy Cedilnik | 2002-11-21 | 1 | -3/+3 | |
| | ||||||
* | Fix for network paths | Andy Cedilnik | 2002-11-21 | 1 | -5/+6 | |
| | ||||||
* | FUX: those vars need to be ADVANCED | Sebastien Barre | 2002-11-21 | 1 | -0/+7 | |
| | ||||||
* | ENH: Added CHECK_VARIABLE_EXISTS macro. | Brad King | 2002-11-21 | 2 | -0/+39 | |
| | ||||||
* | ERR: Fixed string literal to char* warnings. | Brad King | 2002-11-21 | 1 | -3/+4 | |
| | ||||||
* | 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 | |
| |