summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* BUG: make sure java jar files are not libfoo.jar but are just foo.jarBill Hoffman2004-09-272-1/+2
* ENH: Replace INCLUDE(Find...) with FIND_PACKAGE(...)Andy Cedilnik2004-09-271-6/+6
* BUG: LINK_FLAGS are now all LINK_(LANG)_FLAGSBill Hoffman2004-09-243-3/+3
* ENH: use c++ with c++ and c flags with cBill Hoffman2004-09-241-2/+2
* ENH: fix problems with .def and RC filesBill Hoffman2004-09-231-1/+1
* BUG: let the generator quote the pathBill Hoffman2004-09-221-1/+1
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-2232-202/+289
* BUG: fix GNU check variable and add new variables used by enable languageBill Hoffman2004-09-221-1/+8
* ENH: look for java in more placesBill Hoffman2004-09-201-3/+8
* BUG: commit bug 1123Bill Hoffman2004-09-171-17/+26
* ENH: do not check for gnu for visual studioKen Martin2004-09-153-0/+16
* ENH: Use FIND_PACKAGE instead of INCLUDE(Find...Andy Cedilnik2004-09-101-2/+2
* add ifort supportBill Hoffman2004-09-091-0/+7
* try to fix fortran on hpBill Hoffman2004-09-091-1/+19
* ENH better test for free VC toolsBill Hoffman2004-09-032-10/+6
* ENH: define language extensions in cmake files and not hard coded, also fix t...Bill Hoffman2004-09-033-0/+3
* ENH: check for ms free command line toolsBill Hoffman2004-09-031-13/+51
* Make sure cmake uses consistent module prefixesBill Hoffman2004-08-301-1/+2
* ENH: Cleanup. Use relative path to modulesAndy Cedilnik2004-08-2725-54/+54
* hack to try and fix sun platformBill Hoffman2004-08-271-1/+3
* ENH: try to find fortran compiler before adding the testBill Hoffman2004-08-261-4/+11
* Add a fortran test if there is a fortran compilerBill Hoffman2004-08-261-24/+23
* ENH: more uniform approach to enable language, one step closer to being able ...Bill Hoffman2004-08-2640-529/+668
* BUG: 1107 add extra place to look for javaBill Hoffman2004-08-231-1/+1
* BUG: 1107 add extra place to look for javaBill Hoffman2004-08-231-0/+1
* BUG: Unly set gcc flags for C compiler if CMAKE_COMPILER_IS_GNUCC is setAndy Cedilnik2004-08-181-1/+3
* ENH: Initial import for Darwin using xlCAndy Cedilnik2004-08-171-0/+2
* ENH: minor fortran fixesBill Hoffman2004-08-112-4/+11
* ENH: Initial importKen Martin2004-08-091-0/+73
* ENH: initial fortran supportBill Hoffman2004-08-067-0/+224
* ENH: remove verbose QT messageBill Hoffman2004-08-051-12/+0
* ENH: Add MemCheck to the list of Make targets. Closes Bug #1016 - Testing tar...Andy Cedilnik2004-07-291-1/+1
* DOC: Fix typoAndy Cedilnik2004-07-271-1/+1
* ENH: Allow project to overwrite CMAKE_SYSTEM_NAME part of default BUILDNAMEAndy Cedilnik2004-07-271-2/+4
* BUG: fix for bug 998, fix spelling errorsBill Hoffman2004-07-261-1/+1
* BUG: put back flags to maintain backwards compatibilityBill Hoffman2004-07-222-0/+24
* BUG: These regular expressions were wrong because \\t does not match tab. Als...Andy Cedilnik2004-07-131-2/+4
* merge in fixes from neundorf at kde org, bug 869Bill Hoffman2004-07-091-62/+168
* ENH: add support for VCExpress 2005Bill Hoffman2004-07-052-22/+56
* BUG: make sure if swig is found, we know it is foundBill Hoffman2004-06-291-0/+1
* BUG: Add more comments and fix CMAKE_SWIG_FLAGSAndy Cedilnik2004-06-281-1/+20
* BUG: Replace MATCHES with STREQUAL for better checking, better checking for e...Andy Cedilnik2004-06-281-7/+13
* BUG: SWIG_FLAGS was ignored by the add swig source to module commandBill Hoffman2004-06-261-0/+2
* C++ compiler is not set for c only projectsBill Hoffman2004-06-231-1/+1
* clean up commands so they don't need extra variableBill Hoffman2004-06-162-15/+0
* ENH: add NDEBUG to windows release builds for both ide and nmakeBill Hoffman2004-06-141-6/+6
* ENH: add FindKDE from Alex from kde.orgBill Hoffman2004-06-141-0/+151
* fix for bug 915Bill Hoffman2004-06-141-0/+8
* a) new version of tools like Doxygen and Graphviz now set install path info i...Sebastien Barre2004-06-081-6/+2
* Fix for bug 903 change order of fltk librariesBill Hoffman2004-06-031-2/+6