summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* BUG: fix for main in a library on windows with nmakeBill Hoffman2003-08-071-0/+2
|
* BUG: fix for bugs 125 - 128, and a fix for the bug introduced by the bug fix ↵Bill Hoffman2003-08-071-2/+7
| | | | for but 92. & was being replaced with &amp, but after double quote was replaced with &quot causing it to be &quot. Also add more search paths for mpi
* ENH: On apple use -lpthreadsAndy Cedilnik2003-08-061-19/+21
|
* added test for whether pdbtype should be used for nmakeKen Martin2003-08-052-2/+25
|
* ERR: Fixed typeo tests->test.Brad King2003-08-042-2/+2
|
* ENH: Make it work for QT 2.3 non commercial on windowsAndy Cedilnik2003-08-011-1/+3
|
* ENH: MAke it work on FreeBSDAndy Cedilnik2003-08-011-5/+0
|
* ENH: Do better test for pthreadsAndy Cedilnik2003-08-012-14/+69
|
* ENH: Fix indentationAndy Cedilnik2003-08-011-49/+49
|
* made a minor bugfix on my FindwxWindows.cmake.Andy Cedilnik2003-07-311-3/+5
| | | | | | I capsulated the regular expression matching for the libdrs with another IF (line 355). By: Jan Woetzel
* 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 ↵Brad King2003-07-241-1/+1
| | | | entry. Some users thought this was supposed to be an environment variable.
* ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵Brad King2003-07-212-5/+5
| | | | for package maintainers.
* 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 ↵Andy Cedilnik2003-07-1113-126/+118
| | | | MAKE_DIRECTORY with FILE(MAKE_DIRECTORY, replace STRING(ASCII things
* 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 ↵Brad King2003-05-161-2/+2
| | | | equivalent to Linux's -rdynamic) when building executables.
* 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
| | | | | | | | | | | | | | | For example: CHECK_HEADER_EXISTS("type.h" HAVE_TYPE_H) is: CHECK_SYMBOL_EXISTS(main "type.h" HAVE_TYPE_H) CHECK_LIBRARY_EXISTS("nsl" gethostname HAVE_LIBNSL) would be SET(CMAKE_REQUIRED_LIBRARIES "nsl") CHECK_SYMBOL_EXISTS(gethostname "netdb.h" HAVE_LIBNSL) ...
* 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 ↵Brad King2003-03-131-7/+12
| | | | -shared, even for C++ libraries.
* BUG: fix test not to run every timeBill Hoffman2003-03-111-3/+3
|