summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* CheckSymbolExists: force the compiler to keep the referenced symbolRolf Eike Beer2012-01-161-1/+1
* Merge topic 'FindRubyFixes'David Cole2012-01-091-3/+7
|\
| * FindRuby.cmake: add more debug outputAlex Neundorf2012-01-051-0/+4
| * FindRuby: add more possible library names (for ubuntu, #12172)Alex Neundorf2012-01-051-1/+1
| * FindRuby: fix usage of RUBY_VERSION_MAJOR (#12172)Alex Neundorf2012-01-051-2/+2
* | Merge topic 'Windows-Intel-Fortran-flags-issue-12642'David Cole2012-01-091-3/+3
|\ \
| * | Intel: Fix Windows per-config Fortran flags (#12642)Brad King2012-01-021-3/+3
| |/
* | Merge topic 'GenerateExportHeader-IS_ABSOLUTE-issue-12645'David Cole2012-01-091-1/+1
|\ \
| * | GenerateExportHeader: Fix wrong use of IS_ABSOLUTE (#12645)Michael Wild2012-01-021-1/+1
* | | Merge topic 'doxygen-version-12648'David Cole2012-01-091-1/+6
|\ \ \
| * | | FindDoxygen: add DOXYGEN_VERSION variableYury G. Kudryashov2012-01-021-1/+6
| | |/ | |/|
* | | Merge topic 'CheckCCompilerFlag-issue-12633'David Cole2012-01-091-3/+2
|\ \ \
| * | | CheckCCompilerFlag: Generalize "but not for C" case (#12633)Brad King2011-12-221-3/+2
| | |/ | |/|
* | | Merge topic 'FindwxWidgets-webview-issue-12636'David Cole2012-01-091-1/+1
|\ \ \
| * | | FindwxWidgets: Add webview library (#12636)Jason Erb2011-12-221-1/+1
| |/ /
* | | Merge topic 'topics/FindCUDA/Find-new-libraries-upto-4.1'David Cole2012-01-091-1/+30
|\ \ \
| * | | Added support for curand, cusparse, npp, nvcuenc and nvcuvid libraries.James Bigler2011-12-201-1/+30
| | |/ | |/|
* | | Merge topic 'GNUInstallDirs-DebianMultiarch'David Cole2012-01-091-12/+18
|\ \ \ | |/ / |/| |
| * | GNUInstallDirs: add support for Debian multiarchAlex Neundorf2011-12-141-12/+18
* | | Merge topic 'fix-12273-quote-arg-in-findboost'David Cole2011-12-201-1/+1
|\ \ \
| * | | FindBoost: Quote possibly empty string argument (#12273)David Cole2011-12-191-1/+1
| | |/ | |/|
* | | Merge topic 'qt4-deploy-module'David Cole2011-12-201-9/+13
|\ \ \
| * | | Improve component support and output indentation.Mike McQuaid2011-12-161-9/+13
* | | | Merge topic 'AutomocFineTuning'David Cole2011-12-201-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | automoc: default to strict mode, use CMAKE_AUTOMOC_RELAXED_MODEAlex Neundorf2011-12-131-1/+1
| | |/ | |/|
* | | 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
| |/ / / /