summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Remove GNU-specific flags from Linux.cmakeBrad King2009-12-044-7/+0
* Generalize support for Portland Group CompilerBrad King2009-12-048-15/+86
* Remove duplicate info from Linux SunPro info filesBrad King2009-12-043-6/+0
* Consolidate Linux Intel compiler informationBrad King2009-12-044-28/+38
* Fix GNU C and Fortran flags on SunOSBrad King2009-12-042-1/+3
* Move GNU flags from SunOS.cmake to SunOS-GNU.cmakeBrad King2009-12-022-17/+9
* Reduce duplication in Platform/<os>.cmake filesBrad King2009-12-0216-22/+16
* Remove CMAKE_SHARED_MODULE_RUNTIME_${lang}_FLAGBrad King2009-12-024-22/+0
* Fix OS X dylib and module GNU flagsBrad King2009-12-024-0/+30
* Modernize GNU compiler info on WindowsBrad King2009-12-026-98/+83
* Split GNU compiler information filesBrad King2009-12-0232-158/+204
* Use one arch for 1.4-compatible check_type_sizeBrad King2009-12-011-0/+16
* Fix #9970: Use execute_process instead of deprecated exec_program.James Bigler2009-12-011-1/+1
* Drop -rdynamic from Linux build rulesBrad King2009-12-0112-16/+0
* Don't allow -G -M on CUDA versions less than 3.0.James Bigler2009-11-301-1/+15
* Singly-quote target names for Watcom linkerBrad King2009-11-301-4/+4
* CPackRPM:: Fix bug on Open SuSE 11.2 coming from initial fix of bug8972Eric Noulard2009-11-281-5/+18
* also provide QT_DESIGNER_EXECUTABLE and QT_LINGUIST_EXECUTABLEAlexander Neundorf2009-11-231-1/+18
* CPackRPM: do not forget to include installed symlinks (bug 9927)Eric Noulard2009-11-221-1/+5
* don't use deprecated UsePkgConfig.cmake file in FindLibXslt.cmake, some cosme...Alexander Neundorf2009-11-222-32/+22
* Fix the build for non-MS compilers.Bill Hoffman2009-11-211-1/+3
* Change the way 32/64 bit compiles are detected with MSVC and intel makefile b...Bill Hoffman2009-11-209-36/+62
* FortranCInterface: Honor language flags in checksBrad King2009-11-192-0/+6
* Fix FindOpenSSL on mingw. This has been reported to be working by ctrlaltca l...Mathieu Malaterre2009-11-191-63/+70
* Fix bug #9918, spaces included in QT_LIBRARIES when using QtOpenGL.Clinton Stimpson2009-11-181-0/+1
* only add -DQT_DLL on Windows, ok by ClintonAlexander Neundorf2009-11-171-2/+2
* Don't search for QtMotif on all platforms - only on X11.Clinton Stimpson2009-11-171-39/+46
* FortranCInterface: Use CMake 2.8.0 behaviorBrad King2009-11-171-0/+7
* CPackRPM: tolerate redhat specific clean BUILD ROOT pre-build macro (bug 9872)Eric Noulard2009-11-151-11/+15
* Document X11_X11_LIB and X11_X11_INCLUDE_PATHAlexander Neundorf2009-11-151-0/+1
* Split some logic of FindQt4.cmake into separate files, which are included aut...Alexander Neundorf2009-11-153-672/+750
* Fixed parallel HDF5 detection when HDF5_INCLUDE_DIRS has multiple items.Will Dicharry2009-11-131-4/+4
* Changed HDF5_INCLUDE_DIR to HDF5_INCLUDE_DIRS to conform to standards.Will Dicharry2009-11-131-10/+10
* BUG: rename MPI_PACKAGE_DIR and MPI_PREFIX_PATH vars to be prefixed with _ to...Dave Partyka2009-11-131-12/+12
* BUG: fix MPI_BASE_DIR var to be called _MPI_BASE_DIR to prevent conflicts wit...Dave Partyka2009-11-131-9/+9
* Fix regression with CPACK_NSIS_PACKAGE_NAME, if the project is setting the CP...Bill Hoffman2009-11-121-2/+16
* also search for "qmake-mac", which is installed by macports (http://lists.kde...Alexander Neundorf2009-11-121-1/+3
* CPackRPM:: add support for USER specified post/pre [un]install scripts (fix b...Eric Noulard2009-11-111-1/+73
* CPackRPM:: support user supplied "Provides" in spec file (fix bug 9584)Eric Noulard2009-11-111-1/+16
* Search for the header QtAssistant for QT_QTASSISTANT_INCLUDE_DIR instead of Q...Alexander Neundorf2009-11-101-1/+1
* CPackRPM:: Support USER supplied spec files (bug 9679)Eric Noulard2009-11-091-45/+79
* Fix CPack bug #9654Eric Noulard2009-11-091-2/+11
* Sort documentation entries better and move mark_as_advanced() a bit backAlexander Neundorf2009-11-091-12/+12
* -another tiny sync with KDE4, no functional changesAlexander Neundorf2009-11-081-2/+6
* some syncing with FindQt4.cmake from KDE, no functional changesAlexander Neundorf2009-11-081-9/+16
* Add jom find moduleBill Hoffman2009-11-061-0/+18
* Remove non-language implicit link dependenciesBrad King2009-11-051-5/+16
* Add more documentation to moduleMathieu Malaterre2009-11-041-0/+14
* Adding support for java 1.6.0-oem. Make sure to report failure when user ask ...Mathieu Malaterre2009-11-041-5/+6
* Fix -fPIC from being used on executable object files.James Bigler2009-11-041-14/+36