summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* made a minor bugfix on my FindwxWindows.cmake.Andy Cedilnik2003-07-311-3/+5
* ENH: when linking in QT, we should also link DL, since QT uses themAndy Cedilnik2003-07-301-61/+64
* ENH: QT if it is multi threaded should link in threadsAndy Cedilnik2003-07-301-0/+4
* ENH: Use FindX11 when doing Qt on unixAndy Cedilnik2003-07-291-0/+7
* ENH: Add Use file for wxWindows. Thanks Jan WoetzelAndy Cedilnik2003-07-291-0/+49
* ENH: Improved find module. Thank you Jan WoetzelAndy Cedilnik2003-07-291-75/+403
* ENH: Improved error message for VTK_DIR not found to refer to it as a cache e...Brad King2003-07-241-1/+1
* ENH: Added optional configuration of data/doc/man dirs. This will be useful ...Brad King2003-07-212-5/+5
* ENH: Extra new line after outputAndy Cedilnik2003-07-1712-13/+13
* ENH: set CMAKE_SYSTEM_VERSION for windowsBill Hoffman2003-07-161-1/+0
* ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace MAKE_DIRECTO...Andy Cedilnik2003-07-1113-126/+118
* BUG: Stack size in generated programs should be 10 meg, not 256.Brad King2003-06-121-1/+1
* ENH: add processor type of win32Bill Hoffman2003-06-111-1/+1
* ENH: add CMAKE_SYSTEM_PROCESSORBill Hoffman2003-06-112-1/+4
* BUG: When VTK is not found, it should be fatal errorAndy Cedilnik2003-06-061-1/+1
* ENH: add all targets for dashboard build typesBill Hoffman2003-06-031-2/+5
* ENH: More locationsAndy Cedilnik2003-05-281-1/+5
* ENH: add LDFLAGS as an initial value for all linker flags, good for -64Bill Hoffman2003-05-231-3/+3
* ERR: Removed warning for unused variable.Brad King2003-05-161-2/+2
* BUG: Need -brtl when creating shared libraries. Also added -bexpall (AIX equ...Brad King2003-05-161-2/+2
* add find make program for 71Bill Hoffman2003-05-091-0/+9
* BUG: remove typo from fileBill Hoffman2003-05-091-1/+1
* BUG: fix for borland win32 exe buildsBill Hoffman2003-05-081-2/+2
* BUG: remove -H flags as they cause crashes on oldwwwKen Martin2003-05-081-4/+4
* BUG: remove -H flags as they cause crashes on oldwwwKen Martin2003-05-081-4/+4
* ENH: change the default borland stack sizeBill Hoffman2003-05-051-1/+1
* ERR: Remove warning for main returning void.Andy Cedilnik2003-05-051-1/+1
* fixed andy sloppy code againKen Martin2003-05-021-1/+0
* ENH: Fix some dart issues. Now it works fine without dart.Andy Cedilnik2003-05-022-91/+181
* ENH: Updated search paths to newest values from Cable.Brad King2003-04-221-2/+2
* ENH: Added /usr/local/lib/fltkBrad King2003-04-041-0/+1
* Add QT on debianAndy Cedilnik2003-04-021-1/+2
* New design of CheckSymbolExists pretty much replaces all other ones.Andy Cedilnik2003-03-281-4/+15
* Fix gnu c and Sun CC mixBill Hoffman2003-03-271-0/+4
* Prevent CMake from putting ; in the fileAndy Cedilnik2003-03-171-2/+1
* More variables advancedAndy Cedilnik2003-03-171-2/+7
* Add gthread libraryAndy Cedilnik2003-03-171-0/+12
* BUG: bad if statement orderBill Hoffman2003-03-141-3/+3
* force c++ for c++ filesBill Hoffman2003-03-141-1/+1
* BUG: Don't use -nostdlib option to link shared libraries. Just use gcc -shar...Brad King2003-03-131-7/+12
* BUG: fix test not to run every timeBill Hoffman2003-03-111-3/+3
* On borland and cygwin remove .EXEAndy Cedilnik2003-03-061-3/+8
* BUG: Should test HAVE_<VARIABLE> before repeating test, not just whether <VAR...Brad King2003-03-061-2/+2
* Add Update and configure steps where missingAndy Cedilnik2003-03-031-1/+5
* Start cleaning global namespaceAndy Cedilnik2003-03-031-6/+10
* Fix update date and cleanupAndy Cedilnik2003-02-281-1/+2
* On windows but not on borland, look at cmake_build_tool instead of compiler t...Andy Cedilnik2003-02-271-5/+5
* Use more condense buildname. If this works fine we can make cmBuildName comma...Andy Cedilnik2003-02-271-1/+16
* Use simple defaults if DartConfig does not exist. This way you can use dart t...Andy Cedilnik2003-02-201-1/+26
* BUG: look for msdev in the right placeBill Hoffman2003-02-201-1/+1