summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Fix some issues with refinding when qmake executable is changed.Clinton Stimpson2010-07-061-0/+7
* Tweak for cygwin, don't convert : to ;Clinton Stimpson2010-07-031-2/+2
* Add cross-compiling support to FindQt4.cmakeClinton Stimpson2010-07-023-246/+229
* Merge branch 'FindMPI-BlueGene-L'Brad King2010-06-291-6/+0
|\
| * FindMPI: Trust mpicc -showme on BlueGene/LBrad King2010-06-281-6/+0
* | Merge branch 'qt4-configdeps-standardmodules'Brad King2010-06-291-82/+24
|\ \
| * | Change Qt4ConfigDependentSettings to use more standard find modules.Clinton Stimpson2010-06-251-82/+24
| |/
* | Merge branch 'getprerequisites-bug10418'Brad King2010-06-291-1/+12
|\ \
| * | Fix regression in 5e6634fd77969433a87c150a2fb3f2079131484f for Windows.Clinton Stimpson2010-06-241-3/+3
| * | Fix bug 10418 - GetPrerequisites returning "not" as a dependency.Clinton Stimpson2010-06-241-1/+12
| |/
* | Fix performance issue with getting version from zlib.hClinton Stimpson2010-06-241-1/+1
|/
* Merge branch 'findopenssl-win64'Brad King2010-06-241-10/+28
|\
| * Apply patch from B. King on MLMathieu Malaterre2010-06-221-2/+2
| * Cleanup FindOpenSSL. Add support for win64 installation.Mathieu Malaterre2010-06-151-10/+28
* | Merge branch 'CudaRTEmuLibraryForCUDA30'Brad King2010-06-241-2/+23
|\ \
| * | Add support for the emulation version of the cudart library.James Bigler2010-06-211-2/+23
* | | Qualify name of extraction location with ExternalProject name.David Cole2010-06-231-5/+4
* | | Merge branch 'finddcmtk'Brad King2010-06-221-148/+118
|\ \ \ | | |/ | |/|
| * | Cleanup FindDCMTK (using foreach). Fix linking on win32 static libs.Mathieu Malaterre2010-06-151-148/+118
* | | Merge branch 'remove-bad-paths-from-CMakeVSFind-modules'Brad King2010-06-222-7/+0
|\ \ \
| * | | Remove "Microsoft Visual Studio .NET" from VS8 and VS9 find modules.David Cole2010-06-162-7/+0
| | |/ | |/|
* | | Merge branch 'FixCudaVersionAfterFirstRun'Brad King2010-06-221-0/+4
|\ \ \ | |/ / |/| |
| * | CUDA_VERSION variable passed to REGEX needs quotes to work when not defined.James Bigler2010-06-151-2/+2
| * | Fixed: CUDA_VERSION_MAJOR/MINOR now computed after first run.James Bigler2010-05-121-0/+4
| * | -make CMAKE_ASM_FLAGS_INIT and friends work (#10577)Alex Neundorf2010-05-121-0/+35
| * | BUG: 0009840 Fix case when only Java is available by implementing COMP RuntimeMathieu Malaterre2010-05-111-9/+42
| * | Add GITCommand key value pair.Bill Hoffman2010-05-111-0/+4
| * | -use the HINTS keyword for finding FindKDE4Internal.cmakeAlex Neundorf2010-05-101-1/+1
| * | BUG #10209: Fixed FindwxWidget CXX flags parsing error.Miguel A. Figueroa-Villanueva2010-05-091-2/+5
* | | Merge branch 'ctest-git-flexibility'Brad King2010-06-151-0/+1
|\ \ \
| * | | ctest_update: Support custom Git update commandBrad King2010-06-081-0/+1
| | |/ | |/|
* | | Merge branch 'remove-qmake-query'Brad King2010-06-152-30/+5
|\ \ \
| * | | Remove macro for querying qmake for qmake variables.Clinton Stimpson2010-06-122-30/+5
| |/ /
* | | Merge branch 'findthreads-irix'Brad King2010-06-151-2/+4
|\ \ \
| * | | Support pthreads on irix.Clinton Stimpson2010-06-121-2/+4
| |/ /
* | | Merge branch 'tru64-make-includes'Brad King2010-06-151-0/+1
|\ \ \
| * | | Tru64: Use full-path include directives in Makefiles (#10569)Brad King2010-06-141-0/+1
| |/ /
* | | Merge branch 'fix-issue-10346'Brad King2010-06-151-1/+14
|\ \ \
| * | | Fix issue #10346. Error if SOURCE_DIR is empty.David Cole2010-06-091-1/+14
| |/ /
* | | Merge branch 'mingw-response-files'Brad King2010-06-152-0/+3
|\ \ \ | |/ / |/| |
| * | Use response file for objects on MinGW and MSYSBrad King2010-03-112-0/+3
* | | Merge branch 'sunCC-5.11-rpath-link'Brad King2010-06-081-1/+8
|\ \ \
| * | | Fix rpath-link flag for SunPro C++ 5.11 on LinuxBrad King2010-06-071-1/+8
* | | | Merge branch 'per-config-link-flags'Brad King2010-06-071-3/+3
|\ \ \ \
| * | | | Watcom: Use LINK_FLAGS and STATIC_LIBRARY_FLAGSBrad King2010-06-011-3/+3
| |/ / /
* | | | Merge branch 'cygwin-exe-export-all'Brad King2010-06-071-0/+1
|\ \ \ \
| * | | | Cygwin: Export all symbols with ENABLE_EXPORTSYaakov Selkowitz2010-05-271-0/+1
| |/ / /
* | | | Merge branch 'improve-file-download'Brad King2010-06-071-11/+68
|\ \ \ \
| * | | | Improve FILE(DOWNLOAD) and ExternalProject.David Cole2010-05-271-11/+68
| |/ / /
* | | | Merge branch 'add-git-to-ExternalProject'Brad King2010-06-072-0/+174
|\ \ \ \