summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge topic 'CMakePackageConfigHelpers-relative-prefix'Brad King2016-03-231-1/+3
|\ \ \ \ \ \
| * | | | | | CMakePackageConfigHelpers: allow to specify a relative CMAKE_INSTALL_PREFIXSergiu Deitsch2016-03-221-1/+3
* | | | | | | Merge topic 'FindCUDA-verbatim'Brad King2016-03-231-1/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | FindCUDA: Fix regression in separate compilation (#16027)Brad King2016-03-221-1/+6
* | | | | | Merge topic 'ghs-try_compile'Brad King2016-03-222-0/+4
|\ \ \ \ \ \
| * | | | | | GHS: Fix try_compile (#15975)Geoff Viola2016-03-212-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'TestBigEndian-log-output'Brad King2016-03-221-1/+1
|\ \ \ \ \ \
| * | | | | | TestBigEndian: Log success to CMakeOutput.log, not CMakeError.logPaweł Stankowski2016-03-211-1/+1
* | | | | | | Merge topic 'fix-repeat-pkg-config'Brad King2016-03-221-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | FindPkgConfig: set correctly named variables in cache (#15903)Ben Boeckel2016-03-211-1/+1
* | | | | | | Merge topic 'add-bruce-c'Brad King2016-03-226-9/+31
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Add support for Bruce C Compiler (BCC)Paweł Stankowski2016-03-216-9/+31
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'find-blas-lapack-OpenBLAS'Brad King2016-03-212-4/+31
|\ \ \ \ \ \
| * | | | | | Find{BLAS,LAPACK}: Add support for OpenBLAS (#16024)J M Dieterich2016-03-182-4/+31
| |/ / / / /
* | | | | | Drop unnecessary LSRequiresCarbon reference from Info.plist filesSean McBride2016-03-182-4/+0
|/ / / / /
* | | | | Merge topic 'GenerateExportHeader-fix-name-leak'Brad King2016-03-182-4/+7
|\ \ \ \ \
| * | | | | GenerateExportHeader: Allow common NO_DEPRECATED_MACRO_NAME for multiple libsAndreas Schuh2016-03-171-1/+3
| * | | | | GenerateExportHeader: Do not define DEFINE_NO_DEPRECATED (#16022)Andreas Schuh2016-03-172-3/+4
* | | | | | Merge topic 'ios-install-combined-one-arch'Brad King2016-03-171-1/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Fix iOS combined feature for single architecture targetsRuslan Baratov2016-03-151-1/+11
| |/ / /
* | | | Merge topic 'FindBoost-optional-indirect-depends'Brad King2016-03-161-2/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | FindBoost: Tolerate missing indirect dependencies (#16013)Roger Leigh2016-03-151-2/+12
| |/ /
| * | Merge branch 'doc-find-python-call-order' into releaseBrad King2016-03-072-6/+8
| |\ \
| * \ \ Merge branch 'FindCUDA-verbatim' into releaseBrad King2016-02-171-3/+13
| |\ \ \ | | | |/ | | |/|
* | | | Merge topic 'FindGTest-depends'Brad King2016-03-161-2/+2
|\ \ \ \
| * | | | FindGTest: Automatically re-run cmake when tests changeZak Eckert2016-03-151-2/+2
* | | | | Ninja: Add dependencies on system-provided header files (#14914)Brad King2016-03-154-4/+4
|/ / / /
* | | | Merge topic 'cygwin-clang'Brad King2016-03-112-0/+2
|\ \ \ \
| * | | | Cygwin: Add support for Clang compilerHan Sangjin2016-03-102-0/+2
* | | | | Merge topic 'FindProtobuf-variable-case'Brad King2016-03-111-66/+112
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FindProtobuf: Rename variables to match case of module nameAntonio Perez Barrero2016-03-071-66/+112
* | | | | Merge topic 'remove-vs6-generator'Brad King2016-03-107-99/+2
|\ \ \ \ \
| * | | | | Drop Visual Studio 6 generatorBrad King2016-03-097-99/+2
* | | | | | Merge topic 'clang-iframework-version'Brad King2016-03-101-1/+1
|\ \ \ \ \ \
| * | | | | | OS X: Use -iframework with Clang only on version >= 3.2Jean-Christophe Fillion-Robin2016-03-091-1/+1
* | | | | | | Merge topic 'vs-clang-cl'Brad King2016-03-103-9/+31
|\ \ \ \ \ \ \
| * | | | | | | Features: Clang has no cxx_decltype_incomplete_return_type in MSVC sim modeMariusz Pluciński2016-03-101-1/+3
| * | | | | | | VS: in Clang/C2 toolset, setup correct compiler settingsMariusz Pluciński2016-03-101-7/+23
| * | | | | | | CMakeDetermineCompilerId: Add detection of clang.exe bundled with VSMariusz Pluciński2016-03-101-1/+5
| | |/ / / / / | |/| | | | |
* | | | | | | FindJNI: Append path only "if(EXISTS"O. Libre2016-03-091-2/+6
* | | | | | | FindJNI: Add support for Ubuntu 15.10O. Libre2016-03-091-0/+9
|/ / / / / /
* | | | | | Merge topic 'deprecate-CMakeForceCompiler'Brad King2016-03-091-8/+12
|\ \ \ \ \ \
| * | | | | | CMakeForceCompiler: Deprecate this module and its macrosBrad King2016-03-081-8/+12
| |/ / / / /
* | | | | | Merge topic 'add-FindLTTngUST'Brad King2016-03-091-0/+111
|\ \ \ \ \ \
| * | | | | | Add FindLTTngUST module to find LTTng-UST libraryPhilippe Proulx2016-03-071-0/+111
| | |/ / / / | |/| | | |
* | | | | | GetPrerequisites: Fix gp_resolved_file_type on non-canonical pathsBrad King2016-03-081-0/+2
| |/ / / / |/| | | |
* | | | | Merge topic 'doc-find-python-call-order'Brad King2016-03-082-6/+8
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | FindPython{Interp,Libs}: Clarify recommended call orderBrad King2016-03-072-6/+8
* | | | Merge topic 'BundleUtilities-dylib-in-framework'Brad King2016-03-071-1/+1
|\ \ \ \
| * | | | BundleUtilities: Fix regression handling frameworksClinton Stimpson2016-03-071-1/+1