summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
* ASM: Add missing <INCLUDES> placeholder for "compile" rulesGregor Jasny2016-03-295-5/+5
| | | | | | | | This placeholder was added to the compilation rules for other languages by commit v3.4.0-rc1~342^2 (Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables, 2015-07-13) but ASM was incorrectly left out. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
* Merge topic 'cpackcomponents-priv-var'Brad King2016-03-251-22/+22
|\ | | | | | | | | c70ac097 CPack: Exclude additional internal variables from CPackConfig.cmake
| * CPack: Exclude additional internal variables from CPackConfig.cmakeNils Gladitz2016-03-241-22/+22
| | | | | | | | | | | | | | | | In v2.8.12.1-654-g7621ad6 I added underscore prefixes to CPACK_ADDCOMP_(STR|UNAME) to prevent them from being automatically written to CPackConfig.cmake. Do the same for CPACK_ADDGRP_(STR|UNAME) and CPACK_INSTTYPE_(STR|UNAME).
* | Merge topic 'FindBoost-xl-compiler'Brad King2016-03-241-0/+2
|\ \ | |/ |/| | | | | 4527b9c4 FindBoost: Add support for IBM XL compiler
| * FindBoost: Add support for IBM XL compilerErik Zenker2016-03-231-0/+2
| |
* | Merge topic 'CMakePackageConfigHelpers-relative-prefix'Brad King2016-03-231-1/+3
|\ \ | | | | | | | | | | | | fd31feb0 CMakePackageConfigHelpers: allow to specify a relative CMAKE_INSTALL_PREFIX
| * | CMakePackageConfigHelpers: allow to specify a relative CMAKE_INSTALL_PREFIXSergiu Deitsch2016-03-221-1/+3
| | |
* | | Merge topic 'FindCUDA-verbatim'Brad King2016-03-231-1/+6
|\ \ \ | |_|/ |/| | | | | | | | 72a97b7a FindCUDA: Fix regression in separate compilation (#16027)
| * | FindCUDA: Fix regression in separate compilation (#16027)Brad King2016-03-221-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Since commit v3.5.0-rc1~47^2 (FindCUDA: Support special characters in path, 2016-01-15) our add_custom_command calls use VERBATIM so that CMake will automatically quote special characters correctly. Fix the separate compilation code path to not add its own quoting when the VERBATIM option will be used.
* | | Merge topic 'ghs-try_compile'Brad King2016-03-222-0/+4
|\ \ \ | | | | | | | | | | | | | | | | bf3e76d2 GHS: Fix try_compile (#15975)
| * | | GHS: Fix try_compile (#15975)Geoff Viola2016-03-212-0/+4
| | |/ | |/|
* | | Merge topic 'TestBigEndian-log-output'Brad King2016-03-221-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 8e2aa6ca TestBigEndian: Log success to CMakeOutput.log, not CMakeError.log
| * | | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 6f4f9054 FindPkgConfig: set correctly named variables in cache (#15903)
| * | | | FindPkgConfig: set correctly named variables in cache (#15903)Ben Boeckel2016-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix in commit v3.5.0-rc1~27^2 (FindPkgConfig: set standard variables in the cache, 2016-01-20) added the wrong variable name to the cache. The test was only testing that the cache variable existed, not that it also had the correct value. Update the test to ensure that the cache value matches the local variable value. Reported-by: Bernd Lörwald
* | | | | Merge topic 'add-bruce-c'Brad King2016-03-226-9/+31
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | 53c0dc2d Add support for Bruce C Compiler (BCC)
| * | | | Add support for Bruce C Compiler (BCC)Paweł Stankowski2016-03-216-9/+31
| | |/ / | |/| | | | | | | | | | Revise C compiler detection code to be K&R compatible.
* | | | Merge topic 'find-blas-lapack-OpenBLAS'Brad King2016-03-212-4/+31
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 5f6b4f69 Find{BLAS,LAPACK}: Add support for OpenBLAS (#16024)
| * | | | Find{BLAS,LAPACK}: Add support for OpenBLAS (#16024)J M Dieterich2016-03-182-4/+31
| |/ / / | | | | | | | | | | | | OpenBLAS (www.openblas.net) is the successor to GotoBLAS.
* | | | Drop unnecessary LSRequiresCarbon reference from Info.plist filesSean McBride2016-03-182-4/+0
|/ / / | | | | | | | | | | | | LSRequiresCarbon is long since unnecessary. It refers to requiring Carbon as opposed to Classic (OS 9 emulation).
* | | Merge topic 'GenerateExportHeader-fix-name-leak'Brad King2016-03-182-4/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | 6a6e5d89 GenerateExportHeader: Allow common NO_DEPRECATED_MACRO_NAME for multiple libs be5a8973 GenerateExportHeader: Do not define DEFINE_NO_DEPRECATED (#16022)
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Previously we allowed this definition to persist outside our header. This would cause conflicts across multiple such headers because the name was always the same. Fix this by avoiding the definition altogether.
* | | | Merge topic 'ios-install-combined-one-arch'Brad King2016-03-171-1/+11
|\ \ \ \ | |/ / / |/| | | | | | | | | | | e3fc2899 Fix iOS combined feature for single architecture targets
| * | | Fix iOS combined feature for single architecture targetsRuslan Baratov2016-03-151-1/+11
| |/ / | | | | | | | | | | | | | | | | | | If list of valid target architectures is empty for given SDK then there will be no VALID_ARCHS build setting returned by Xcode. Return "" (empty string) explicitly in this case. This may happens if CMAKE_IOS_INSTALL_COMBINED is ON but only one architecture used in target.
* | | Merge topic 'FindBoost-optional-indirect-depends'Brad King2016-03-161-2/+12
|\ \ \ | | | | | | | | | | | | | | | | e2f387fa FindBoost: Tolerate missing indirect dependencies (#16013)
| * | | FindBoost: Tolerate missing indirect dependencies (#16013)Roger Leigh2016-03-151-2/+12
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Depending upon the configuration, certain components may or may not be installed, for example Boost.Regex, but other components may still have header dependencies upon these components which will obviously fail to work. Since we can't make a sensible determination with the hardcoded dependency information, we choose to interpret these dependencies less strictly.
| * | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | a5d3d003 FindGTest: Automatically re-run cmake when tests change
| * | | | FindGTest: Automatically re-run cmake when tests changeZak Eckert2016-03-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Tell CMake that it needs to re-run when test source files parsed by `gtest_add_tests` change so that we can re-scan for tests automatically.
* | | | | Ninja: Add dependencies on system-provided header files (#14914)Brad King2016-03-154-4/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | When system-provided packages are upgraded we must re-compile sources depending on their headers. Use `-MD` instead of `-MMD` so that the generated depfiles do not exclude system headers. Suggested-by: Jussi Judin
* | | | Merge topic 'cygwin-clang'Brad King2016-03-112-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 517cef8c Cygwin: Add support for Clang compiler
| * | | | Cygwin: Add support for Clang compilerHan Sangjin2016-03-102-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | The platform information module for GNU on CYGWIN can be reused for Clang on CYGWIN because clang accepts almost all of the same options.
* | | | | Merge topic 'FindProtobuf-variable-case'Brad King2016-03-111-66/+112
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | a7b09e7f FindProtobuf: Rename variables to match case of module name
| * | | | FindProtobuf: Rename variables to match case of module nameAntonio Perez Barrero2016-03-071-66/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use recommended case for variable names. i.e. matching name of the module as passed to `find_package`. For backwards compatibility, the upper case versions of both input and output variables are used and defined when appropriate. Skip this for the _FOUND variable because FPHSA already does it. Skip this for the _VERSION variable because that was recently added and never available with the old name in a release of CMake.
* | | | | Merge topic 'remove-vs6-generator'Brad King2016-03-107-99/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b42866a3 Drop Visual Studio 6 generator cd9ba3ec cmLocalVisualStudio7Generator: Fix name of helper function
| * | | | | Drop Visual Studio 6 generatorBrad King2016-03-097-99/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This generator has been deprecated since CMake 3.3. Remove it. Update documentation, modules, and tests to drop content specific to this generator.
* | | | | | Merge topic 'clang-iframework-version'Brad King2016-03-101-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 63c4133b OS X: Use -iframework with Clang only on version >= 3.2
| * | | | | | OS X: Use -iframework with Clang only on version >= 3.2Jean-Christophe Fillion-Robin2016-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit v3.1.0-rc1~564^2 (OS X: Use -iframework for system framework directories, 2014-05-05) we test the version of Clang is smaller that 3.1 to see if it supports -iframework. Considering that "iframework" support has been added in clang@r142418 (Frontend: Support -iframework.) prior to clang 3.1, this made sense. That said, considering that support for multiple -iframework parameters has been added later in clang@r164607 (-iframework should allow separate arguments. ) prior to clang 3.2, this commit updates the check to enable framework support only if version is >= 3.2
* | | | | | | Merge topic 'vs-clang-cl'Brad King2016-03-103-9/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 491b41dd Help: Add notes for topic 'vs-clang-cl' ad6d27ac Tests: do not build PrecompiledHeader on Clang/C2 a0f0541f Tests: fix PDBDirectoryAndName on Clang/C2 3541af67 Tests: fix Plugin building on Clang/C2 1902c293 Tests: fix complexOneConfig building on Clang/C2 cab2ec11 Tests: fix Complex building on Clang/C2 ada3736c Tests: fix Module.GenerateExportHeader building on Clang/C2 123b7e13 Tests: fix AliasTarget building on Clang/C2 445d4d4b VS 14: Add flag map for -std= to CppLanguageStandard tag in project files 0a785eb4 Features: Clang has no cxx_decltype_incomplete_return_type in MSVC sim mode 2c2ec488 VS: in Clang/C2 toolset, setup correct compiler settings 37afe00f CMakeDetermineCompilerId: Add detection of clang.exe bundled with VS
| * | | | | | | 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
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | When using a clang toolset we need to find `clang.exe` instead of `cl.exe`.
* | | | | | | FindJNI: Append path only "if(EXISTS"O. Libre2016-03-091-2/+6
| | | | | | |
* | | | | | | FindJNI: Add support for Ubuntu 15.10O. Libre2016-03-091-0/+9
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | - Reuse JAVA_APPEND_LIBRARY_DIRECTORIES for JAVA_AWT_INCLUDE_DIRECTORIES - Append three directories /usr/lib/jvm/java-{8,7,6}-openjdk-{libarch}
* | | | | | Merge topic 'deprecate-CMakeForceCompiler'Brad King2016-03-091-8/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | d929c35f CMakeForceCompiler: Deprecate this module and its macros
| * | | | | | CMakeForceCompiler: Deprecate this module and its macrosBrad King2016-03-081-8/+12
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We originally deprecated this module in commit v3.5.0-rc1~295^2 (CMakeForceCompiler: Deprecate this module and its macros, 2015-10-19). Then a use case was found to still require the module so the deprecation was reverted for CMake 3.5 by commit v3.5.0-rc3~4^2 (CMakeForceCompiler: De-deprecate until more use cases have alternatives, 2016-02-17). Since then `CMAKE_TRY_COMPILE_TARGET_TYPE` was introduced to provide an alternative solution for that use case. Deprecate the module again.
* | | | | | Merge topic 'add-FindLTTngUST'Brad King2016-03-091-0/+111
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | a4194deb Add FindLTTngUST module to find LTTng-UST library
| * | | | | | Add FindLTTngUST module to find LTTng-UST libraryPhilippe Proulx2016-03-071-0/+111
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also detect the library version number. Provide results as variables and as an imported target, LTTng::UST. Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>