summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add support for java 1.5Bill Hoffman2005-09-083-0/+5
|
* ENH: add Matlab supportBill Hoffman2005-09-081-0/+108
|
* ENH: add a find motifBill Hoffman2005-09-081-0/+34
|
* ENH: add Ken Morelands fixes for FindQTBill Hoffman2005-09-082-536/+578
|
* ENH: add a fix for VTK on the mac and a way to fix some projects with a ↵Bill Hoffman2005-09-074-14/+7
| | | | single file in the cmake modules directory
* ENH: add flags for debug release for aixBill Hoffman2005-08-291-0/+4
|
* ENH: Picking better default for CMAKE_INSTALL_PREFIX on Windows by using ↵Brad King2005-08-291-8/+11
| | | | ProgramFiles environment variable. Now that install actually works on Windows I'm making this entry non-advanced also.
* ENH: More paths for javaAndy Cedilnik2005-08-261-0/+1
|
* ENH: Added support for finding qt-mtedu, the educational version of Qt.Brad King2005-08-231-2/+2
|
* BUG: Need to test void* not "void *" because the Intel compiler icc expands ↵Brad King2005-08-191-1/+2
| | | | the asterisk. Thanks to Filipe Sousa for the patch.
* ENH: some clean up from ClintonBill Hoffman2005-08-101-2/+1
|
* ENH: add Eric Wings FindSDL updatesBill Hoffman2005-08-107-2/+413
|
* ENH: fixed up qt stuff from Clinton StimpsonBill Hoffman2005-08-102-50/+42
|
* ENH: Initial importAndy Cedilnik2005-08-032-0/+244
|
* STYLE: Fix typoAndy Cedilnik2005-08-032-217/+20
|
* ENH: /nologo must be firstBill Hoffman2005-08-021-2/+2
|
* ENH: add changes for qt4 from Clinton StimpsonBill Hoffman2005-08-021-1/+1
|
* ENH: add changes for qt4 from Clinton StimpsonBill Hoffman2005-08-021-22/+97
|
* ENH: add advanced valuesBill Hoffman2005-08-021-0/+1
|
* ENH: Add C++ test tooAndy Cedilnik2005-08-011-0/+53
|
* ENH: Add a test for C source file like AC_TRY_COMPILEAndy Cedilnik2005-08-011-0/+53
|
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-2923-56/+56
|
* ENH: Added VS8 support for DART_CXX_NAME.Brad King2005-07-261-1/+5
|
* ENH: make sure flags set in CC or CXX environment variables stay with the ↵Bill Hoffman2005-07-2014-4/+24
| | | | compiler
* ENH: move flags next to compiler, so if env contains compiler and some flag, ↵Bill Hoffman2005-07-203-6/+6
| | | | they stay together
* ENH: make sure qmake is on the machine before running itBill Hoffman2005-07-202-25/+38
|
* ENH: make KDevelop3 default to CMAKE_VERBOSE_MAKEFILEBill Hoffman2005-07-191-1/+0
|
* ENH: make KDevelop3 default to CMAKE_VERBOSE_MAKEFILEBill Hoffman2005-07-191-2/+6
|
* ENH: Several improvements and cleanups:Andy Cedilnik2005-07-181-10/+16
| | | | | | | 1. Add long command line arguments for every argument 2. Add a way to overwrite CTest configuration by providing --overwrite TimeOut=10 3. Improve argument parsing. 4. Add submit index argument
* ENH: fix qt bugBill Hoffman2005-07-181-1/+1
|
* BUG: fix for bug 852Bill Hoffman2005-07-151-1/+2
|
* ENH: fix hard coded include from patchBill Hoffman2005-07-151-2/+2
|
* ENH: fix hard coded include from patchBill Hoffman2005-07-151-2/+2
|
* ENH: fix hard coded include from patchBill Hoffman2005-07-151-4/+2
|
* ENH: add new qt stuff from warfield@bwh.harvard.edu, thanksBill Hoffman2005-07-153-236/+1295
|
* ENH: Add registry for 2.4Andy Cedilnik2005-07-151-0/+1
|
* BUG: Set PYTHONINTERP_FOUNDAndy Cedilnik2005-07-151-0/+5
|
* ENH: Initial importAndy Cedilnik2005-07-151-0/+20
|
* ENH: fix for darwin from eric wingBill Hoffman2005-07-131-0/+24
|
* ENH: add a bunch of find sdl stuff from eric wingBill Hoffman2005-07-137-16/+428
|
* FIX: for 1852 fix fortran caseBill Hoffman2005-07-133-8/+8
|
* ENH: Replace with the one from InsightAppAndy Cedilnik2005-07-061-99/+205
|
* ENH: Improvements by JulienAndy Cedilnik2005-07-051-0/+32
|
* BUG: Fixed escaped quote at end of .Brad King2005-06-301-1/+1
|
* BUG: Need to use the -c option for implib to produce case-sensitive symbols ↵Brad King2005-06-291-2/+2
| | | | in the .lib files.
* ENH: fixed some spelling errorsKen Martin2005-06-203-6/+6
|
* BUG: fix some missing quotes for STREQUAL IF statementsKen Martin2005-06-202-4/+4
|
* ENH: adde dback in CMAKE_VERBOSE_MAKEFILE that was acc removedKen Martin2005-06-201-1/+5
|
* ENH: fix for incorrect setting of CONFIZGURATION_TYPESKen Martin2005-06-071-3/+4
|
* ENH: Added search locations for a FreeBSD location. Contributed by ↵Brad King2005-06-071-0/+6
| | | | Alexander Neundorf.