summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* ENH: allow users to set sysrootBill Hoffman2008-04-281-0/+1
* ENH: remove FindKDE.cmake, which was obsolete (i.e. disabled using SEND_ERROR...Alexander Neundorf2008-04-271-9/+0
* BUG: don't fail with FATAL_ERROR if REQUIRED was not usedAlexander Neundorf2008-04-271-6/+6
* BUG: don't use CMAKE_MINIMUM_REQUIRED() in find modules, it can change theAlexander Neundorf2008-04-261-1/+5
* ENH: allow users to turn off extra checksBill Hoffman2008-04-251-4/+10
* ENH: remove c flags from cxx config fileBill Hoffman2008-04-251-6/+0
* ENH: rename Linux-ifort to Linux-Intel-FortranBill Hoffman2008-04-251-0/+0
* ENH: make sure all required headers are checked before checking type sizeBill Hoffman2008-04-251-1/+13
* ENH: do not clear find variablesBill Hoffman2008-04-252-2/+1
* ENH: do not force the intel ar on C from CXXBill Hoffman2008-04-251-3/+0
* ENH: support intel compiler on linuxBill Hoffman2008-04-252-1/+13
* ENH: FindBoost always sets Boost_LIBRARY_DIRS when it finds the Boost librariesDouglas Gregor2008-04-221-1/+2
* ENH: Integrated FindBoost improvements changes from Andreas Pakulat, Mike Jac...Douglas Gregor2008-04-221-137/+554
* BUG: fix for bug 6834 RC should not get all COMPILE_FLAGS from a target and s...Bill Hoffman2008-04-221-1/+4
* BUG: As a last resort, FindMPI will look for mpi.h in the pathDouglas Gregor2008-04-221-0/+7
* BUG: Use -showme:incdirs and -showme:libdirs when we need themDouglas Gregor2008-04-221-0/+28
* ENH: fix FFFLAGS to be FLAGSBill Hoffman2008-04-221-1/+1
* BUG: fix handling of assembler executable (with path) #6858Alexander Neundorf2008-04-211-3/+2
* ENH: use xiar for the intel compilerBill Hoffman2008-04-211-0/+11
* ENH: fix init flags getting stuffed into the compile line by force.Bill Hoffman2008-04-213-16/+19
* ENH: use a common CPACK_BINARY_ prefix for the binary package generatorsAlexander Neundorf2008-04-171-26/+27
* BUG: There are compiler problems with wxWidgets and INCLUDE_DIRECTORIES(SYSTE...David Cole2008-04-161-0/+12
* ENH: Clarify message about checking for compiler ABI information.Brad King2008-04-141-5/+5
* ENH: fix x11 launch script for leopord x11 is auto-started for us on that os.Bill Hoffman2008-04-111-0/+21
* ENH: Deal with 32-bit and 64-bit variants of Microsoft's MPI properlyDouglas Gregor2008-04-101-3/+9
* BUG: Fix typo reported in #6790.Clinton Stimpson2008-04-101-1/+1
* ENH: have jni look more places on linuxBill Hoffman2008-04-081-1/+2
* BUG: Fix problem with last patch when trying to take substr of shorter stringsClinton Stimpson2008-04-071-1/+5
* BUG: Fix 6726. Create correct moc rule for configured headers in binary dir.Clinton Stimpson2008-04-071-1/+7
* ENH: add vs9 mfc librariesBill Hoffman2008-04-031-2/+41
* BUG: make sure all paths extracted from qmake are converted to cmake paths be...Bill Hoffman2008-04-021-4/+20
* STYLE: add documentation for QT4_CREATE_MOC and QT4_AUTOMOC (#6687)Alexander Neundorf2008-04-011-2/+17
* ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variableBill Hoffman2008-04-011-0/+11
* ENH: remove trailing spaceBill Hoffman2008-04-011-1/+3
* ENH: Enhance FindMPI module by properly handling backward compatibility with ...Douglas Gregor2008-03-311-96/+132
* ENH: Add Intel compiler module files for the Mac. Thanks to Mike Jackson for ...David Cole2008-03-312-0/+132
* STYLE: add a comma to make it better understandable, also use STATUS as theAlexander Neundorf2008-03-281-1/+1
* ENH: allow deb to work without dpkgBill Hoffman2008-03-281-1/+2
* ENH: Patch from Mathieu Malaterre to add documentation for his previous patch...Brad King2008-03-281-0/+8
* ENH: Patch from Mathieu Malaterre to allow users to tell CMakeImportBuildSett...Brad King2008-03-281-20/+20
* ENH: remove hard codeded archBill Hoffman2008-03-281-1/+5
* ENH: remove hard codeded archBill Hoffman2008-03-281-3/+6
* ENH: make this backwards compatible with older FindCursesBill Hoffman2008-03-281-2/+1
* ENH: make this backwards compatible with older FindCursesBill Hoffman2008-03-281-10/+10
* ENH: Add QT_VERSION_MAJOR, QT_VERSION_MINOR, QT_VERSION_PATCH variables.Clinton Stimpson2008-03-271-8/+12
* ENH: use CPACK_PACKAGE_VERSION instead ofAlexander Neundorf2008-03-271-2/+2
* ENH: remove use of undefined cdrBill Hoffman2008-03-241-1/+2
* ENH: fix ifBill Hoffman2008-03-241-1/+1
* ENH: FindBLAS.cmake&FindLAPACK updated to support intel mkl 10Alin Elena2008-03-241-180/+196
* ENH: FindBLAS.cmake&FindLAPACK updated to support intel mkl 10Alin Elena2008-03-241-273/+338