summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* fix #9152: find ZLIB quietly if PNG is searched QUIETLYAlexander Neundorf2009-09-141-2/+7
* Change FindPythonLibs to use the standard _DIR instead of _PATH but stay back...Bill Hoffman2009-09-141-14/+27
* major improvement of FindRuby.cmakeAlexander Neundorf2009-09-121-38/+188
* use HINTS instead of PATHS and also look for libruby-static.a (which is built...Alexander Neundorf2009-09-121-3/+3
* Don't pass *.S files to the assembler, they must go through gcc, because they...Alexander Neundorf2009-09-121-1/+3
* Bias Fortran compiler search with C/C++ compilersBrad King2009-09-091-0/+35
* Missed another CMAKE_CFG_INTDIR reference in the previously previous commit.David Cole2009-09-081-0/+1
* Missed a CMAKE_CFG_INTDIR reference in the previous commit.David Cole2009-09-081-1/+1
* Drop old CMake "build settings" export/importBrad King2009-09-084-282/+32
* Use more verbose/descriptive names for the "public API" functions in the Exte...David Cole2009-09-081-57/+63
* Oops. Close strings with double quotes. Where they're supposed to be.David Cole2009-09-041-2/+2
* Add MPICH2 and Microsoft HPC paths, add paths to find mpiexec. Now it works b...David Cole2009-09-041-8/+16
* some white space fixes for the bookKen Martin2009-09-032-9/+12
* Add test step to ExternalProject builds. Rename SVN_TAG to SVN_REVISION since...David Cole2009-09-031-7/+61
* Fixed ctest output where max test index is not the same width as the total nu...Zach Mullen2009-09-022-1/+13
* Add support for embeded manifests for Intel C/C++/Fortran compilersBill Hoffman2009-09-012-2/+30
* Add a module to determine if the intel linker supports manifest creationBill Hoffman2009-09-011-0/+17
* use -o flag instead of > for qdbuscpp2xmlClinton Stimpson2009-09-011-1/+1
* Move /MANIFEST flag into -E vs_link. This is so it can be used by the intel ...Bill Hoffman2009-09-011-1/+1
* Use Intel for Linux flags only on LinuxBrad King2009-09-017-28/+25
* Fix FortranCInterface_VERIFY for non-C++ caseBrad King2009-09-011-0/+5
* Make FortranCInterface_VERIFY verbose on failureBrad King2009-09-011-0/+1
* Fixed link order dependence in FindHDF5 module for static link.Will Dicharry2009-08-311-2/+2
* In FindHDF5, added C library names to CXX search libraries.Will Dicharry2009-08-311-1/+1
* Add missing argument to _ep_write_downloadfile_script.David Cole2009-08-261-1/+1
* Fixed HDF5 Find module error that caused no list to be passed into remove dup...Will Dicharry2009-08-241-4/+12
* Add HDF5 find module and select_library_configurations module.Will Dicharry2009-08-242-0/+368
* Create FortranCInterface_VERIFY functionBrad King2009-08-247-0/+124
* Teach FortranCInterface to load outside resultsBrad King2009-08-242-162/+169
* Split SunPro compiler information filesBrad King2009-08-218-111/+71
* Split Intel compiler information filesBrad King2009-08-217-45/+63
* Teach FortranCInterface to verify languagesBrad King2009-08-201-0/+9
* Add Boost 1.39 & 1.40. Move ${Boost_INCLUDE_DIR}/lib to front of library sea...Philip Lowman2009-08-201-3/+4
* Remove DownloadFile.cmake and UntarFile.cmake from the Modules directory. Put...David Cole2009-08-193-117/+130
* Find module for the Bullet physics enginePhilip Lowman2009-08-171-0/+75
* A find module for the Google C++ Testing FrameworkPhilip Lowman2009-08-171-0/+69
* Checking in the FindFLEX.cmake & FindBISON.cmake attached to Issue #4018 afte...Philip Lowman2009-08-132-0/+321
* Fixes Issue #8994Philip Lowman2009-08-131-1/+1
* Find module for GnuTLS, the GNU Transport Layer Security library (Issue #9228)Philip Lowman2009-08-131-0/+58
* Improved error output and documentationPhilip Lowman2009-08-131-15/+32
* Quote the target name for Borland tlib toolBrad King2009-08-121-1/+1
* Teach compiler id about VisualAge -> XL rebrandingBrad King2009-08-0713-11/+34
* Move flag to Compiler/VisualAge-Fortran moduleBrad King2009-08-074-3/+1
* Use NetBSD to initialize OpenBSD configurationBrad King2009-08-071-2/+1
* Teach FortranCInterface about g77 manglingBrad King2009-08-061-0/+1
* Sort FortranCInterface global mangling symbolsBrad King2009-08-061-2/+2
* Cleanup FortranCInterface for PGI and GCC 4.2Brad King2009-08-053-8/+10
* Teach FortranC interface for Intel, PGI, and gcc 4.2Bill Hoffman2009-08-053-2/+8
* Remove AddExternalProject.cmake. ExternalProject.cmake supercedes/replaces it.David Cole2009-08-051-669/+0
* Overhaul GetPrerequisites and BundleUtilities: make fixup_bundle do something...David Cole2009-08-052-132/+264