summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing library. The test should be linked to framework CocoaAndy Cedilnik2002-11-271-0/+1
|
* Add objective C++ file in the list of C++ files. This may be wrong, but it ↵Andy Cedilnik2002-11-271-0/+1
| | | | will fix problems on Mac for now
* Add ObjC++ test for OSXYves Starreveld2002-11-271-0/+7
|
* Test for ObjC++ on OSX machines onlyYves Starreveld2002-11-272-0/+27
|
* Remove warningAndy Cedilnik2002-11-261-2/+0
|
* Change prioritiesAndy Cedilnik2002-11-251-2/+2
|
* fix for paths with spaces and borlandBill Hoffman2002-11-221-1/+8
|
* change flags for borlandBill Hoffman2002-11-221-1/+4
|
* Revert back to 1.5, since it is fixed in ConvertToOutputPath and this breaks ↵Andy Cedilnik2002-11-221-3/+3
| | | | Windows 98
* Rename local variableAndy Cedilnik2002-11-221-2/+2
|
* add support for CMAKE_C_FLAGS and handle quotes in CMAKE_CXX_FLAGSBill Hoffman2002-11-221-3/+17
|
* fix for c flagsBill Hoffman2002-11-211-1/+1
|
* fix flag settingBill Hoffman2002-11-211-1/+0
|
* fix flag settingBill Hoffman2002-11-211-2/+3
|
* remove debug stuffBill Hoffman2002-11-211-1/+0
|
* move compile defs to cxx and c flagsBill Hoffman2002-11-211-1/+2
|
* clean up entire temp directoryBill Hoffman2002-11-212-11/+15
|
* try to fix check for ansi streamBill Hoffman2002-11-212-7/+6
|
* fix orderBill Hoffman2002-11-211-1/+1
|
* fix orderBill Hoffman2002-11-211-2/+2
|
* move ansi cxx flags stuff out of try compile and into cmake filesBill Hoffman2002-11-215-16/+6
|
* fix network paths with spacesBill Hoffman2002-11-211-0/+8
|
* have to cache ansi_cxxflagsBill Hoffman2002-11-211-1/+2
|
* spelling errorBill Hoffman2002-11-212-3/+5
|
* add checks for ansi flags and not hard code themBill Hoffman2002-11-215-4/+47
|
* Fix for network paths with spaceAndy Cedilnik2002-11-211-3/+3
|
* Fix for network pathsAndy Cedilnik2002-11-211-5/+6
|
* FUX: those vars need to be ADVANCEDSebastien Barre2002-11-211-0/+7
|
* ENH: Added CHECK_VARIABLE_EXISTS macro.Brad King2002-11-212-0/+39
|
* ERR: Fixed string literal to char* warnings.Brad King2002-11-211-3/+4
|
* fix for create shared libraryBill Hoffman2002-11-214-3/+10
|
* converted c plus plus commentsKen Martin2002-11-2110-11/+11
|
* ENH: fix for module run time flagBill Hoffman2002-11-211-1/+1
|
* rename foo variables to better namesBill Hoffman2002-11-202-5/+5
|
* ENH: Added READ_WITH_PREFIX option to LOAD_CACHE command. This allows ↵Brad King2002-11-202-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 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.
* BUG: Attempt to fix CopyFile problem using flush before check for success.Brad King2002-11-201-1/+6
|
* ERR: Fixed signed/unsigned warning.Brad King2002-11-201-1/+1
|
* ERR: Fixed unused parameter warning.Brad King2002-11-201-4/+6
|
* fixed comments to be c style not c plus plusKen Martin2002-11-201-1/+1
|
* allow flags to be in the CC and CXX environment variablesBill Hoffman2002-11-197-17/+101
|
* BUG: the dependency analysis would incorrectly alphabetically re-order theAmitha Perera2002-11-1917-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 CXXBill Hoffman2002-11-192-15/+26
|
* ENH: add some better output when copy file failsBill Hoffman2002-11-191-5/+15
|
* fix some warningsBill Hoffman2002-11-191-5/+1
|
* Add / after directory name when doing tab completionAndy Cedilnik2002-11-191-0/+5
|