summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed cmMakefile depend from cmSystemToolsKen Martin2002-12-025-69/+86
|
* ENH: remove forced enable language call because a PROJECT command is now ↵Bill Hoffman2002-12-021-9/+0
| | | | added to each project
* ENH: remove cerr callsBill Hoffman2002-12-022-2/+0
|
* ENH: add PROJECT command if there is not oneBill Hoffman2002-12-023-9/+53
|
* minor fixKen Martin2002-12-021-1/+1
|
* BUG: add a space around the compile flagsBill Hoffman2002-12-021-0/+1
|
* BUG: fix compile flags for a single fileBill Hoffman2002-12-021-3/+5
|
* Fix problem on unix with spaceAndy Cedilnik2002-11-291-2/+3
|
* When cd-jing into directory, if directory has space, it should put quotes ↵Andy Cedilnik2002-11-291-2/+2
| | | | around. I guess we could just put quotes around all the time
* ENH: FLTK 1.1.1 under Windows links now with the comctl32 library.Luis Ibanez2002-11-291-1/+1
|
* 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.