summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* it's CMAKE_COMPILER_IS_GNUCC, not CMAKE_COMPILER_IS_GNUGCCAlex Neundorf2010-03-251-1/+1
* Teach CMake how to work with G95 on mingw.Bill Hoffman2010-03-231-0/+1
* Include relative path in generated qrc and uic files. Fixes #10413.Clinton Stimpson2010-03-171-2/+2
* Change to use FindX11.cmake. Should fix #9929.Clinton Stimpson2010-03-172-54/+26
* Add support for libXi.Clinton Stimpson2010-03-171-0/+10
* ENH: Hook in GetPrerequisites to override item typeMichael Wild2010-03-171-0/+11
* ENH: Clarify a doc string. Fixes #10358.Clinton Stimpson2010-03-171-1/+3
* ENH: Modify how OpenGL is searched for, that is, use FindOpenGL.cmake.Clinton Stimpson2010-03-161-17/+5
* Support multiple arguments in CC,CXX,FC valuesBrad King2010-03-151-0/+1
* Add a new registry key to check for the location of MPICH2.David Partyka2010-03-111-0/+1
* BUG #9419: Added wxWidgets_EXCLUDE_COMMON_LIBRARIES option.Miguel A. Figueroa-Villanueva2010-03-071-2/+10
* Fix Qt with OpenGL on the Mac.Bill Hoffman2010-03-101-1/+15
* Add .git .bzr and .hg to the list of default CPack ignore directories.Bill Hoffman2010-03-081-1/+1
* If tests failed on the last run, have them run first next timeZach Mullen2010-03-011-1/+0
* Configurable path to CTest cost data fileZach Mullen2010-03-011-0/+4
* Suppress GNU flag -fPIC on WindowsBrad King2010-02-191-0/+2
* Add support for QtDeclartive module.Clinton Stimpson2010-02-172-3/+12
* A few small changed from Pat Marion (in VTK CVS too)Marcus Hanwell2010-02-171-2/+2
* Applied patch from Pat Marion - modules header macro.Marcus Hanwell2010-02-171-6/+12
* Do not force frameworks on Mac OS X - never worked well.Marcus Hanwell2010-02-171-16/+0
* FortranCInterface: Fix PathScale detection againBrad King2010-02-161-0/+6
* Make a common function that prints the status during the checks for working c...David Cole2010-02-124-9/+36
* Do not warn for unknown CTest UPDATE_TYPEBrad King2010-02-101-7/+0
* Detect Git repositories for CTest UPDATE_TYPEBrad King2010-02-101-0/+7
* Simplify CTest.cmake module with ELSEIFBrad King2010-02-101-29/+17
* Fix for bug #10257, NSIS could remove a PATH if it was too longBill Hoffman2010-02-091-0/+9
* Moved call to cache CDash version information to cmCTest::initialize. Also a...Zach Mullen2010-02-081-0/+1
* Recognize the Compaq Fortran compilerBrad King2010-02-021-0/+5
* Add alternate per-vendor compiler id detectionBrad King2010-02-011-0/+40
* Fix issue #10155 - default value of CMAKE_OSX_DEPLOYMENT_TARGET should always...David Cole2010-01-296-31/+40
* Add -rpath for cuda libraries on Apple. They use @rpath in the library link ...James Bigler2010-01-281-0/+8
* Updated the documentation on what kinds of flags you can use when setting tar...James Bigler2010-01-281-3/+6
* Define __CUDACC__ during dependency scanning, since NVCC doesn't.James Bigler2010-01-281-0/+7
* -remove unnecessary debug outputAlexander Neundorf2010-01-271-1/+0
* FortranCInterface: Fix PathScale detectionBrad King2010-01-222-0/+7
* -also put CMAKE_LINKER in the C and CXX compiler information filesAlexander Neundorf2010-01-222-0/+2
* Do not export all symbols from DLLs on CygwinBrad King2010-01-211-2/+3
* Fix CMAKE_DL_LIBS on CygwinBrad King2010-01-211-1/+0
* Add PathScale shared library flags on LinuxBrad King2010-01-214-0/+31
* -make the imported targets feature of FindQt4.cmake fully backwards compatibleAlexander Neundorf2010-01-181-42/+110
* Put quotes arounds strings when doing STREQUAL.Clinton Stimpson2010-01-181-2/+2
* some tweaks as suggested by Brad (no functional changes)Alexander Neundorf2010-01-181-16/+4
* -create imported library targets for the Qt4 libsAlexander Neundorf2010-01-171-34/+32
* Fix bug #10114. Find phonon on some installations.Clinton Stimpson2010-01-131-0/+10
* Do not find cyg*.dll on CygwinBrad King2010-01-131-2/+2
* Fix KDE3 .la file format on CygwinBrad King2010-01-131-1/+5
* Search prefix /usr before root prefix /Brad King2010-01-131-1/+1
* Use if(CYGWIN) instead of if(WIN32 AND UNIX)Brad King2010-01-131-2/+2
* PathScale C/C++/Fortran Compiler InformationBrad King2010-01-134-0/+43
* Recognize the PathScale C/C++/Fortran compilersBrad King2010-01-133-0/+8