Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge topic 'FindCUDA.cmake/AddCUDA_cupti_LIBRARY' | Brad King | 2013-03-12 | 1 | -7/+26 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | FindCUDA: Added cupti library. | James Bigler | 2013-03-12 | 1 | -7/+26 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge topic 'FindCUDA.cmake/SeparableCompilation' | Brad King | 2013-03-12 | 1 | -1/+150 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | FindCUDA: Add support for separable compilation | James Bigler | 2013-03-12 | 1 | -1/+150 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'FindCUDA.cmake/DontLinkAgainstCUDADriver' | Brad King | 2013-03-12 | 1 | -5/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindCUDA: Remove linkage against CUDA driver library (#13084) | James Bigler | 2013-03-12 | 1 | -5/+0 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'FindImageMagick-v6.8.0-8' | Brad King | 2013-03-12 | 1 | -3/+3 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | | | ||||||
| * | | | | FindImageMagick: Search quantum depth suffixes (#13859) | Slava Sysoltsev | 2013-03-01 | 1 | -3/+3 | |
| |/ / / | ||||||
* | | | | Merge topic 'GetPrerequisites-objdump' | Brad King | 2013-03-04 | 1 | -19/+37 | |
|\ \ \ \ | ||||||
| * | | | | GetPrerequisites: Add documentation for objdump | Michael Tänzer | 2013-03-01 | 1 | -0/+1 | |
| * | | | | GetPrerequisites: Add support for objdump | Michael Tänzer | 2013-02-28 | 1 | -2/+18 | |
| * | | | | GetPrerequisites: Move tool search paths up | Michael Tänzer | 2013-02-28 | 1 | -17/+18 | |
| |/ / / | ||||||
* | | | | Merge topic 'non-fatal-Qt4-missing-targets' | Brad King | 2013-03-04 | 1 | -6/+10 | |
|\ \ \ \ | ||||||
| * | | | | Only add existing targets to the Qt4 target depends properties. | Stephen Kelly | 2013-02-26 | 1 | -6/+10 | |
| |/ / / | ||||||
* | | | | Merge topic 'Win-HOST_SYSTEM_PROCESSOR' | Brad King | 2013-03-04 | 1 | -1/+5 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | properly detect processor architecture on Windows | Rolf Eike Beer | 2013-02-25 | 1 | -1/+5 | |
* | | | Merge topic 'FPHSA_FOUND_VAR_OPTION' | Brad King | 2013-02-25 | 1 | -23/+44 | |
|\ \ \ | ||||||
| * | | | FPHSA: improve documentation | Alex Neundorf | 2013-02-22 | 1 | -8/+12 | |
| * | | | FPHSA: Add FOUND_VAR option to specify _FOUND variable name | Alex Neundorf | 2013-02-22 | 1 | -15/+32 | |
| |/ / | ||||||
* | | | Merge topic 'try_compile-targets' | Brad King | 2013-02-25 | 11 | -54/+21 | |
|\ \ \ | ||||||
| * | | | Handle targets in the LINK_LIBRARIES of try_compile. | Stephen Kelly | 2013-02-22 | 11 | -54/+21 | |
* | | | | Merge topic 'generate-export-header-warnings' | Brad King | 2013-02-25 | 1 | -4/+0 | |
|\ \ \ \ | ||||||
| * | | | | Removed GenerateExportHeader warnings about old compilers | Marcus D. Hanwell | 2013-02-20 | 1 | -4/+0 | |
| | |/ / | |/| | | ||||||
* | | | | Merge topic 'fix-GEH-docs' | Brad King | 2013-02-25 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix GenerateExportHeader documentation #13936 | Stephen Kelly | 2013-02-20 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | NAG: Use -PIC for Fortran position-independent code (#13932) | Neil Carlson | 2013-02-18 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge topic 'rpath-use-implicit-link-dirs' | Brad King | 2013-02-15 | 1 | -0/+1 | |
|\ \ | ||||||
| * \ | Merge topic 'LINK_LIBRARIES-property' into rpath-use-implicit-link-dirs | Brad King | 2013-02-14 | 99 | -994/+1576 | |
| |\ \ | ||||||
| * | | | AIX-GNU: Put implicit link directories in runtime libpath (#13909) | Brad King | 2013-02-14 | 1 | -0/+1 | |
| | |/ | |/| | ||||||
* | | | Merge topic 'OpenMP-doc' | Brad King | 2013-02-15 | 1 | -1/+3 | |
|\ \ \ | ||||||
| * | | | FindOpenMP: improve documentation (#13895) | Rolf Eike Beer | 2013-02-13 | 1 | -1/+3 | |
* | | | | Merge topic 'Embarcadero-linker-flags' | Brad King | 2013-02-15 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Embarcadero: Fix default link stack/heap flags (#13912) | Brad King | 2013-02-13 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge topic 'linked-usage-cleanup' | Brad King | 2013-02-15 | 1 | -8/+0 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Don't add target-specific interface includes and defines to Qt 4 targets. | Stephen Kelly | 2013-02-13 | 1 | -8/+0 | |
* | | | | Merge topic 'EclipseDetectClangIncludeDirs' | Brad King | 2013-02-12 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | Eclipse: also detect include dirs and macro for clang (#13823) | Alex Neundorf | 2013-02-10 | 1 | -2/+2 | |
* | | | | | Merge topic 'CPackRPM-fixSomeRPMSpecificVarHandling' | Brad King | 2013-02-12 | 1 | -9/+19 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | CPackRPM fix #13898 uses IF(DEFINED var) to avoid wrong var value logic | Eric NOULARD | 2013-02-09 | 1 | -9/+19 | |
* | | | | | Merge topic 'minor-fixes' | Brad King | 2013-02-11 | 1 | -6/+18 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Generate config-specific interface link libraries propeties. | Stephen Kelly | 2013-02-09 | 1 | -6/+18 | |
| |/ / / | ||||||
* | | | | Merge topic 'generator-toolset' | Brad King | 2013-02-08 | 3 | -4/+22 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into generator-toolset | Brad King | 2013-02-07 | 7 | -43/+864 | |
| |\ \ \ \ | | |/ / / | ||||||
| * | | | | ExternalProject: Propagate the generator toolset | Brad King | 2013-02-07 | 1 | -0/+11 | |
| * | | | | Xcode: Implement generator toolset selection (#9831, #13802) | Brad King | 2013-02-07 | 2 | -0/+6 | |
| * | | | | Merge branch 'xcode-duplicate-flags-13354' into generator-toolset | Brad King | 2013-01-31 | 25 | -66/+288 | |
| |\ \ \ \ | ||||||
| * | | | | | ExternalProject: Simplify CMake command line generation | Brad King | 2013-01-31 | 1 | -4/+5 | |
* | | | | | | Merge topic 'CMAKE_CL_64-CXX' | Brad King | 2013-02-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MSVC: Fix CMAKE_CL_64 in CXX-only projects (#13896) | Brad King | 2013-02-07 | 1 | -1/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge topic 'implicit-lib-canonical-path' | Brad King | 2013-02-08 | 1 | -0/+6 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | |