summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* BUG: remove junk codeBill Hoffman2003-11-211-12/+0
|
* BUG#266: Added cygwin names for the library. Module now documents output as ↵Brad King2003-11-201-5/+28
| | | | PYTHON_LIBRARIES instead of PYTHON_LIBRARY.
* STYLE: Removed trailing whitespace.Brad King2003-11-201-6/+6
|
* BUG: fix for bug 383 gcc flags are now always set if the compiler is gnuBill Hoffman2003-11-1422-17/+59
|
* BUG#299: GTK_gmodule_LIBRARY is optional just like GTK_gthread_LIBRARY.Brad King2003-11-121-1/+5
|
* BUG#374: Adding OUTPUT_VARIABLE OUTPUT to TRY_COMPILE commands.Brad King2003-11-122-2/+4
|
* BUG#199: If DART_EXPERIMENTAL_USE_PROJECT_NAME is set, the PROJECT_NAME will ↵Brad King2003-11-121-2/+6
| | | | be included in the name of the Experimental and ExperimentalSubmit targets.
* BUG: fix for bug 346, borland should now support dash in the pathBill Hoffman2003-11-051-1/+1
|
* ENH: Adding registry entries to search path.Brad King2003-11-042-0/+10
|
* BUG: fix for bug# 317Bill Hoffman2003-10-311-2/+2
|
* BUG#262: Marking DVIPDF_CONVERTER as advanced.Brad King2003-10-301-0/+1
|
* BUG: Fixed same spaces-in-paths problem for CMakeTestGNU.c as in ↵Brad King2003-10-171-1/+1
| | | | CMakeDetermineCCompiler.cmake.
* FIX: for Windows users, it seems logical to favor native win32 installation ↵Sebastien Barre2003-10-164-16/+16
| | | | before Cygwin ones. Otherwise you can end up with bad mixes (part of the java tools were picked from the SDK, part from Cygwin)
* BUG: fix for bug 78 should be on 1.8 branchBill Hoffman2003-10-161-1/+1
|
* ERR: Old -flat_namespace -undefined suppress flags for ↵Brad King2003-10-151-4/+9
| | | | CMAKE_SHARED_MODULE_CREATE_C_FLAGS should be included when CMAKE_BACKWARDS_COMPATIBILITY is 1.6 or lower.
* BUG: Fix for spaces in path when loading CMakeTestGNU.c.Brad King2003-10-151-1/+1
|
* ENH: Documentation fixAndy Cedilnik2003-10-131-0/+1
|
* ERR: allow spaces in the pathAndy Cedilnik2003-10-131-1/+1
|
* BUG: Message describing variable was using result variable.Brad King2003-10-111-3/+3
|
* ENH: put the system path after the paths specified on to the FIND commandBill Hoffman2003-10-091-2/+2
|
* BUG: Comparison of build tool should be case-insensitive.Brad King2003-09-261-2/+4
|
* ENH: remove the -flat_namespace and -undefined suppress hacks fromYves Starreveld2003-08-281-1/+1
| | | | | | ENH: CMAKE_SHARED_MODULE_CREATE_C_FLAGS ENH: and fix the complex example to specify a -bundle loader for the ENH: shared module that it builds.
* ENH: MinGW build now passes all the testsBill Hoffman2003-08-271-2/+2
|
* ERR: Fixed typo in comment.Brad King2003-08-272-2/+2
|
* ENH: add configure file for gcc under windowsBill Hoffman2003-08-221-0/+14
|
* ERR: Reorganize to try to fix the -pthread problem on some systemsAndy Cedilnik2003-08-221-28/+43
|
* ENH: add the unix makefile generator as an option from the windows GUI, this ↵Bill Hoffman2003-08-219-14/+51
| | | | builds with mingw, cygwin, and combinations of make cl, bcc32
* ERR: If WX_CONFIG_LIBS are , then you get weird cmake error. This should fix itAndy Cedilnik2003-08-211-1/+1
|
* ENH: Improved default choice of -64 compiler/linker flags based on how cmake ↵Brad King2003-08-191-3/+28
| | | | was built.
* BUG: Fix Bug #156 - ps2pdf is not found on linuxAndy Cedilnik2003-08-191-1/+1
|
* ENH: Installing readme.txt in Modules directory to be consistent with windows.Brad King2003-08-111-1/+1
|
* ENH: Take Purify out because it is not implemented yetAndy Cedilnik2003-08-111-1/+2
|
* ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. ↵Andy Cedilnik2003-08-0821-47/+135
| | | | Close Bug #136 - Verify that all modules that do try compile produce CMakeError.log and CMakeOutput.log
* ENH: Add PDFLaTeX and LaTeX2HTML. Closes Bug #132 - Add pdflatex and ↵Andy Cedilnik2003-08-071-0/+17
| | | | html2latex to FindLATEX.cmake
* 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.