| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
9cdf6ef4 Swift: Add proper Swift compiler test
1aa29f0d Swift: Remove positive Swift language tests
d778a1c2 Swift: Require Xcode 6.1 and for MacOS X at least SDK 10.10
4da60024 Swift: Fix Compiler-Id detection for Swift 2
874a265c Swift: Make SwiftMix compatible with Swift 2
|
| |
| |
| |
| |
| | |
This catches for example the unavailability of Swift with
Xcode Beta6 and macosx10.10 SDK.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
ea080e3e write_basic_package_version_file: remove variable dereferences in templates
|
| |/
| |
| |
| | |
Fixes some minor whitespace issues in the if()s.
|
|\ \
| | |
| | |
| | |
| | | |
369a8cde FindOpenSSL: Optionally search only for static libraries
|
| |/
| |
| |
| |
| |
| |
| | |
Add an OPENSSL_USE_STATIC_LIBS option to enable it. Adjust
CMAKE_FIND_LIBRARY_SUFFIXES to only look for .a and .lib files. Also
adjust the search paths on Windows for installer locations of static
libraries.
|
|/
|
|
|
|
| |
Provide each variant in ZLIB_LIBRARIES and ZLIB::ZLIB imported location
properties when one is found, while maintaining support for manually
setting the library via ZLIB_LIBRARY.
|
|
|
|
|
|
|
| |
When the Fortran_HL component is specified, the hdf5_hl library is not included
in HDF5_LIBRARIES which causes a bunch of undefined references at link
time. This commit adds hdf5_hl to the list of libraries to search for when the
Fortran_HL component is specified.
|
|
|
|
|
|
| |
Define HDF5_{Fortran_,}HL_COMPILE_LINE so that HDF5_{Fortran_,}HL_INCLUDE_DIR
and HDF5_{Fortran_,}HL_LIBRARIES are found when the macro is invoked for HL and
Fortran_HL components. (Use patch from debian cmake-data package.)
|
|\
| |
| |
| |
| | |
90a22c3a FindJNI: Add mips64(el) mipsn32(el) support (#15714)
|
| |
| |
| |
| | |
Submitted-by: Felix Geyer <fgeyer@debian.org>
|
|/
|
|
|
|
|
| |
Cygwin sits on top of Windows and so can use explicit symbol
export and import markup too.
Co-Author: Yaakov Selkowitz <yselkowitz@cygwin.com>
|
|\
| |
| |
| |
| | |
290b0f94 FindJNI: Add support for SuSE platform and IBM Java SDK
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
67f60958 Darwin: Add support for tbd library stub files
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Starting with Xcode 7 the OSX and iOS SDKs contain only stub
files for dynamic system libraries. These stub files contain
some meta data and a list of exported sysbols in plain text.
They are handled by the toolchain like regular dylibs.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
4476feac UseJava: Add support for javah tool
|
| | | |
| | | |
| | | |
| | | | |
Add a `create_javah` API.
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
64e527db FPHSA: fix typo in documentation
|
| | |/
| |/| |
|
|/ /
| |
| |
| |
| | |
This architecture uses an amd64 kernel but x32 userland.
Use CMAKE_LIBRARY_ARCHITECTURE to distinguish it for now.
|
|\ \
| | |
| | |
| | |
| | | |
9b2f6992 FindCUDA: Fix object build rule for separate compilation on VS 2013+ (#15697)
|
| | |
| | |
| | |
| | |
| | |
| | | |
The handling of multilevel dependencies has been fixed in Visual Studio 2013.
The work around used for VS 2010 and VS 2012 does not work for VS 2013 any more.
Switch to normal object build rules for VS 2013 and newer.
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
c66835fc Extra Generator: Populate MSVC system include paths from environment (#15597)
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
625225bb HP-UX: Do not use ".sl" extension for shared libs on Itanium
|
| | |
| | |
| | |
| | |
| | |
| | | |
Instead use the standard ".so" extension.
Suggested-by: Gerhard Grimm <gerhard.grimm@detec.com>
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
dc8822f0 CMakeDetermine{C,CXX}Compiler: Avoid if() auto-dereferene in quoted arguments
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Exposed by a CMP0054 warning with code like:
cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
project(MyProj NONE)
enable_language(C)
enable_language(CXX)
While at it, use STREQUAL for testing the compiler id against "GNU".
Suggested-by: Rolf Eike Beer <eike@sf-mail.de>
|
| |\ \ |
|
| |\ \ \ |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
b9ec9392 FindPkgConfig: remove variable dereference
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
If CMAKE_MINIMUM_REQUIRED_VERSION is not set because no
cmake_minimum_required() call is present this line can lead to an error as that
string is empty so too few arguments are passed to if():
See also "/var/tmp/paludis/build/kde-krdc-15.08.0/work/build/CMakeFiles/CMakeOutput.log".
See also "/var/tmp/paludis/build/kde-krdc-15.08.0/work/build/CMakeFiles/CMakeError.log".
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:112 (elseif):
given arguments:
"VERSION_LESS" "3.1"
Unknown arguments specified
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:501 (_pkgconfig_parse_options)
/usr/share/cmake/Modules/FindOpenSSL.cmake:43 (pkg_check_modules)
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add platform and compiler descriptions for ARTOS RTOS (locamation.com).
Signed-off-by: Kars de Jong <kars.dejong@locamation.nl>
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
ff5bb2ef FindBoost: Add support for Boost 1.59
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
db292564 FindXercesC: Add support for 3D_1 variant of the library
021bf871 FindXercesC: Find debug and release libraries separately
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This version is generated by the Windows Visual Studio
project files for unknown reasons, but is required to
pick up the debug version of the library created by
current versions of Xerces-C.
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
724fa682 FindTIFF: Find debug and release libraries separately
|
| |/ / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
6699834d GNU-DetermineCompiler: Add support for very old versions of GCC
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Very old versions of gcc (2.3.1) do not define __GNUC_MINOR__.
Signed-off-by: Kars de Jong <kars.dejong@locamation.nl>
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Improve reStructuredText formatting and add section headers.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
50c9f521 FindPkgConfig: Capitalize first letter of all message()s
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | | |
This makes FindPkgConfig output more formal and more consistent with
many other messages produced by CMake.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
dc64d825 HP-UX: Fix linker search type flags for C shared libs on HP-UX
|