summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge topic 'FindCUDA.cmake/AddCUDA_cupti_LIBRARY'Brad King2013-03-121-7/+26
|\ \ \ \ \ \ \
| * | | | | | | FindCUDA: Added cupti library.James Bigler2013-03-121-7/+26
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'FindCUDA.cmake/SeparableCompilation'Brad King2013-03-121-1/+150
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | FindCUDA: Add support for separable compilationJames Bigler2013-03-121-1/+150
| |/ / / / /
* | | | | | Merge topic 'FindCUDA.cmake/DontLinkAgainstCUDADriver'Brad King2013-03-121-5/+0
|\ \ \ \ \ \
| * | | | | | FindCUDA: Remove linkage against CUDA driver library (#13084)James Bigler2013-03-121-5/+0
| |/ / / / /
* | | | | | Merge topic 'FindImageMagick-v6.8.0-8'Brad King2013-03-121-3/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | FindImageMagick: Search quantum depth suffixes (#13859)Slava Sysoltsev2013-03-011-3/+3
| |/ / /
* | | | Merge topic 'GetPrerequisites-objdump'Brad King2013-03-041-19/+37
|\ \ \ \
| * | | | GetPrerequisites: Add documentation for objdumpMichael Tänzer2013-03-011-0/+1
| * | | | GetPrerequisites: Add support for objdumpMichael Tänzer2013-02-281-2/+18
| * | | | GetPrerequisites: Move tool search paths upMichael Tänzer2013-02-281-17/+18
| |/ / /
* | | | Merge topic 'non-fatal-Qt4-missing-targets'Brad King2013-03-041-6/+10
|\ \ \ \
| * | | | Only add existing targets to the Qt4 target depends properties.Stephen Kelly2013-02-261-6/+10
| |/ / /
* | | | Merge topic 'Win-HOST_SYSTEM_PROCESSOR'Brad King2013-03-041-1/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | properly detect processor architecture on WindowsRolf Eike Beer2013-02-251-1/+5
* | | Merge topic 'FPHSA_FOUND_VAR_OPTION'Brad King2013-02-251-23/+44
|\ \ \
| * | | FPHSA: improve documentationAlex Neundorf2013-02-221-8/+12
| * | | FPHSA: Add FOUND_VAR option to specify _FOUND variable nameAlex Neundorf2013-02-221-15/+32
| |/ /
* | | Merge topic 'try_compile-targets'Brad King2013-02-2511-54/+21
|\ \ \
| * | | Handle targets in the LINK_LIBRARIES of try_compile.Stephen Kelly2013-02-2211-54/+21
* | | | Merge topic 'generate-export-header-warnings'Brad King2013-02-251-4/+0
|\ \ \ \
| * | | | Removed GenerateExportHeader warnings about old compilersMarcus D. Hanwell2013-02-201-4/+0
| | |/ / | |/| |
* | | | Merge topic 'fix-GEH-docs'Brad King2013-02-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix GenerateExportHeader documentation #13936Stephen Kelly2013-02-201-1/+1
| |/ /
* | | NAG: Use -PIC for Fortran position-independent code (#13932)Neil Carlson2013-02-181-0/+1
|/ /
* | Merge topic 'rpath-use-implicit-link-dirs'Brad King2013-02-151-0/+1
|\ \
| * \ Merge topic 'LINK_LIBRARIES-property' into rpath-use-implicit-link-dirsBrad King2013-02-1499-994/+1576
| |\ \
| * | | AIX-GNU: Put implicit link directories in runtime libpath (#13909)Brad King2013-02-141-0/+1
| | |/ | |/|
* | | Merge topic 'OpenMP-doc'Brad King2013-02-151-1/+3
|\ \ \
| * | | FindOpenMP: improve documentation (#13895)Rolf Eike Beer2013-02-131-1/+3
* | | | Merge topic 'Embarcadero-linker-flags'Brad King2013-02-151-1/+1
|\ \ \ \
| * | | | Embarcadero: Fix default link stack/heap flags (#13912)Brad King2013-02-131-1/+1
| |/ / /
* | | | Merge topic 'linked-usage-cleanup'Brad King2013-02-151-8/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Don't add target-specific interface includes and defines to Qt 4 targets.Stephen Kelly2013-02-131-8/+0
* | | | Merge topic 'EclipseDetectClangIncludeDirs'Brad King2013-02-121-2/+2
|\ \ \ \
| * | | | Eclipse: also detect include dirs and macro for clang (#13823)Alex Neundorf2013-02-101-2/+2
* | | | | Merge topic 'CPackRPM-fixSomeRPMSpecificVarHandling'Brad King2013-02-121-9/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | CPackRPM fix #13898 uses IF(DEFINED var) to avoid wrong var value logicEric NOULARD2013-02-091-9/+19
* | | | | Merge topic 'minor-fixes'Brad King2013-02-111-6/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Generate config-specific interface link libraries propeties.Stephen Kelly2013-02-091-6/+18
| |/ / /
* | | | Merge topic 'generator-toolset'Brad King2013-02-083-4/+22
|\ \ \ \
| * \ \ \ Merge branch 'master' into generator-toolsetBrad King2013-02-077-43/+864
| |\ \ \ \ | | |/ / /
| * | | | ExternalProject: Propagate the generator toolsetBrad King2013-02-071-0/+11
| * | | | Xcode: Implement generator toolset selection (#9831, #13802)Brad King2013-02-072-0/+6
| * | | | Merge branch 'xcode-duplicate-flags-13354' into generator-toolsetBrad King2013-01-3125-66/+288
| |\ \ \ \
| * | | | | ExternalProject: Simplify CMake command line generationBrad King2013-01-311-4/+5
* | | | | | Merge topic 'CMAKE_CL_64-CXX'Brad King2013-02-081-1/+1
|\ \ \ \ \ \
| * | | | | | MSVC: Fix CMAKE_CL_64 in CXX-only projects (#13896)Brad King2013-02-071-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'implicit-lib-canonical-path'Brad King2013-02-081-0/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |