summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'GNU-to-MS'David Cole2011-12-161-1/+1
|\
| * Windows-GNU: Remove extra quotes in GNUtoMS rule variableBrad King2011-12-081-1/+1
* | Merge topic 'test-compiler-output-var'David Cole2011-12-162-8/+11
|\ \
| * | Avoid clobbering variable 'OUTPUT' in compiler tests (#12628)Brad King2011-12-152-8/+11
* | | Merge topic 'osx-dependent-libraries'David Cole2011-12-161-5/+7
|\ \ \
| * | | Do not link private dependent shared libraries on OS X > 10.4Brad King2011-12-151-5/+7
| |/ /
* | | Merge topic 'hp-shared-libs'David Cole2011-12-165-23/+3
|\ \ \
| * | | HP: Drive shared library linking with compiler front endBrad King2011-12-145-23/+3
* | | | Merge topic 'fix-12480-correct-windres-compiler-when-cross-compiling'David Cole2011-12-161-0/+3
|\ \ \ \
| * | | | Modules: Use "windres" as rc compiler base name for cross-compiles (#12480)David Cole2011-12-141-0/+3
| | |/ / | |/| |
* | | | Merge topic 'fix-lapack-issues'David Cole2011-12-161-5/+5
|\ \ \ \
| * | | | FindLAPACK: List thread libs to avoid link errors (#12625)Tim Gallagher2011-12-131-1/+1
| * | | | FindLAPACK: Correct CMAKE_FIND_LIBRARY_SUFFIXES spelling (#12624)Tim Gallagher2011-12-131-4/+4
| |/ / /
* | | | Merge topic 'qt4-deploy-module'David Cole2011-12-161-0/+2
|\ \ \ \
| * | | | Unset configurations variable when no build type.Mike McQuaid2011-12-131-0/+2
* | | | | Merge topic 'CPackRPM-0012608-UserSpecificFileControl'David Cole2011-12-161-10/+89
|\ \ \ \ \
| * | | | | CPackRPM fix #0012608 and unoticed related bugEric NOULARD2011-12-121-10/+89
| | |_|/ / | |/| | |
* | | | | FortranCInterface: Work around mingw32-make trouble with parensBrad King2011-12-091-0/+8
| |_|/ / |/| | |
* | | | Merge topic 'AutomocIncludedDotMocFileHandling'David Cole2011-12-071-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'master' into AutomocIncludedDotMocFileHandlingDavid Cole2011-12-0735-119/+364
| |\ \ \ \ | | |/ / /
| * | | | automoc: add variable CMAKE_AUTOMOC_STRICT_MODE, to enable strict parsingAlex Neundorf2011-12-021-0/+1
* | | | | Merge topic 'topics/FindCUDA/Misc-fixes'David Cole2011-12-071-10/+11
|\ \ \ \ \
| * | | | | Miscellaneous fixes.James Bigler2011-12-061-10/+11
* | | | | | Merge topic 'topics/FindCUDA/Multi-dir-clash'David Cole2011-12-071-10/+54
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Make CUDA working directory unique for each target.James Bigler2011-12-061-10/+54
| |/ / / /
* | | | | Merge topic 'topics/FindCUDA/Quote-fixes'David Cole2011-12-062-21/+21
|\ \ \ \ \
| * | | | | Fixes for handling quotes in args and other places (Fix Bug 11726 and 12099).James Bigler2011-12-062-21/+21
| |/ / / /
* | | | | Merge topic 'topics/FindCUDA/FixCUDAInUNCPath'David Cole2011-12-061-2/+16
|\ \ \ \ \
| * | | | | Add work around for CUDA in UNC paths.James Bigler2011-12-051-2/+16
| |/ / / /
* | | | | Merge topic 'topics/FindCUDA/linux-double-build'David Cole2011-12-061-0/+2
|\ \ \ \ \
| * | | | | Reset dependency file list when a dependency disappeared.James Bigler2011-12-051-0/+2
| |/ / / /
* | | | | Merge topic 'GNU-to-MS'David Cole2011-12-0615-0/+116
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .libBrad King2011-12-056-0/+70
| * | | | Load platform files that need to know the ABI when possibleBrad King2011-12-056-0/+36
| * | | | Fortran: Detect pointer size in gfortran on MinGWBrad King2011-12-053-0/+10
* | | | | Merge topic 'CUDAv3.2PathChanges'David Cole2011-12-061-11/+14
|\ \ \ \ \
| * | | | | Added support for CUDA_PATH which is present in the CUDA toolkit 3.2 onward.James Bigler2011-12-051-11/+14
| | |/ / / | |/| | |
* | | | | Merge topic 'findlapack-0012477-new'David Cole2011-12-061-1/+1
|\ \ \ \ \
| * | | | | FindLAPACK: Fix linking to static LAPACK on Unix (#12477)Alexey Ozeritsky2011-12-051-1/+1
* | | | | | Merge topic 'TinyCC-compiler'David Cole2011-12-063-0/+15
|\ \ \ \ \ \
| * | | | | | TinyCC: Add default compilation flags (#12605)Mathieu Malaterre2011-12-051-0/+7
| * | | | | | TinyCC: Add compiler info for shared libs on Linux (#12605)Brad King2011-12-022-0/+5
| * | | | | | Recognize the Tiny C Compiler (#12605)Brad King2011-12-021-0/+3
| | |/ / / / | |/| | | |
* | | | | | Fix path quoting in Qt4 macrosPierre-Francois Laquerre2011-12-041-9/+9
|/ / / / /
* | | | | Merge topic 'FindZLIB-use-ZLIB_ROOT'David Cole2011-12-011-10/+25
|\ \ \ \ \
| * | | | | FindZLIB: Search under ZLIB_ROOT if it is setBrad King2011-11-301-10/+25
| | |/ / / | |/| | |
* | | | | Merge topic 'useqt4-fix-declarative'David Cole2011-12-011-3/+3
|\ \ \ \ \
| * | | | | Qt4: Fix dependencies of QtDeclartive.Clinton Stimpson2011-11-291-3/+3
| |/ / / /
* | | | | Merge topic 'automoc_qt5'David Cole2011-12-011-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | moc is now part of the Qt5Core moduleStephen Kelly2011-11-261-1/+1