| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
18ac6713 FindJNI: search for ppc64 on ppc64le as well
|
| |
| |
| |
| |
| |
| |
| | |
IcedTea 2.5 have changed libarch for ppc64le to ppc64. Adjust FindJNI
to look for both for backward compatibility.
Signed-off-by: Dinar Valeev <dvaleev@suse.com>
|
|\ \
| | |
| | |
| | |
| | | |
32bcec5f FindCUDA: Fix OSX Clang & no C language enabled
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When setting default CUDA_HOST_COMPILER we must dereference CMAKE_C_COMPILER,
i.e. /usr/bin/clang should be used instead /usr/bin/cc which is symlink.
Otherwise CUDA thinks it is GCC and issues -dumpspecs which is unknown option
to Clang.
Also in case neither CMAKE_C_COMPILER is defined (project does not use C
language) nor CUDA_HOST_COMPILER is specified manually we should skip -ccbin
and let nvcc use its own default C compiler.
|
|\ \
| | |
| | |
| | |
| | | |
117e7e11 FindVTK: Drop support for finding VTK 4.0
|
| |/
| |
| |
| |
| | |
Convert to a simple thin-wrapper around the find_package(VTK NO_MODULE).
This makes the code much simpler and improves error messages.
|
|\ \
| | |
| | |
| | |
| | | |
567d4d8d FindQt4: Don't further process qmake if it does not belong to Qt4
|
| | |
| | |
| | |
| | |
| | |
| | | |
If the only qmake that can be found belongs to Qt5 the find module
would otherwise still further interrogate it and issue diagnostics
which are specific to Qt4.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
f0e298ad Help: Add notes for topic 'vs14-generator'
5c105140 Tests: Simplify LoadCommand tests
b1cbd577 FindBoost: Add -vc140 mangling for VS 14
bdc7d9c8 VS14: Fix Cl and Link flag tables as previous versions
d96b3f68 VS14: Generate flag tables from MSBuild v140 tool files
65624c39 VS14: Add Visual Studio 14 generator (#14982)
8635ac23 Tests/Preprocess: Remove unnecessary VS version tests
|
| | | |
| | | |
| | | |
| | | | |
Co-Author: Pawel Stopinski <diokhan@go2.pl>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Call the generator "Visual Studio 14" without any year because this
version of VS does not provide a year in the product name.
Copy cmGlobalVisualStudio12Generator to cmGlobalVisualStudio14Generator
and update version numbers accordingly. Add the VS14 enumeration value.
Teach the platform module Windows-MSVC to set MSVC14 and document the
variable. Teach module InstallRequiredSystemLibraries to look for the VS
14 runtime libraries.
Teach tests CheckCompilerRelatedVariables, VSExternalInclude, and
RunCMake.GeneratorToolset to treat VS 14 as they do VS 10, 11, and 12.
Co-Author: Pawel Stopinski <diokhan@go2.pl>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
4671f3ab FindOpenMP: ICC 15 deprecates -openmp, use -qopenmp
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Intel Composer XE 2015 Beta 2 deprecates all options starting with -o
for sake of compatibility with other compilers expecting anything goes
after -o... is output file name.
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
115811dc FindJPEG: Add alternative name 'libjpeg'
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Newer versions of jpeglib build the .lib file on Windows with a
different name by default. Its now called libjpeg.lib instead of
jpeg.lib.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
e932ac9c UseSWIG: Fix check for noproxy flag (#14990)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The check for this flag added by commit v3.0.0-rc1~284^2 (UseSWIG: Name
python module according to swig flags, 2013-11-26) can get false
positives on flags like "-noproxydel". Improve the check to match only
"-noproxy".
Suggested-by: Garth Wells <gnw20@cam.ac.uk>
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
57ddde52 Update CDash server URL
1bd4e006 Tests: Fix CMAKE_TESTS_CDASH_SERVER parsing
|
| | |/
| |/|
| | |
| | | |
It is now at open.cdash.org and does not start in "/CDash".
|
| | |
| | |
| | |
| | | |
Also let find_library really search for frameworks on OS X.
|
| | |
| | |
| | |
| | | |
While at it, remove excess indentation.
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
d4295539 FindOpenCL: Added missing ENV for each environment variable reference
|
| | |
| | |
| | |
| | |
| | | |
Also add an 'include' path suffix that may appear after the value of
some of the environment variables.
|
|/ /
| |
| |
| |
| |
| | |
To be able to include InstallRequiredSystemLibraries more than once
(e.g. to get the Debug and Release libraries separately), clear the
internal library list for non-matching configuration.
|
| |
| |
| |
| | |
Enable the alignment features for Clang.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Commit v2.8.10.1~5^2 (Fix PathScale compiler id for Clang-based
upstream, 2012-11-05) re-ordered the detection logic for PathScale.
Other compiler vendors are also producing Clang-based frontends, so
detect "actual" Clang as one of the last compilers to allow for others
doing the same.
http://llvm.org/devmtg/2014-04/PDFs/Posters/ClangIntel.pdf
http://docwiki.embarcadero.com/RADStudio/XE5/en/Clang-based_C%2B%2B_Compilers
|
| |
| |
| |
| |
| |
| | |
The DECL part is redundant, and the language part is not needed. The
source language and context already determines the language, so there
is no need to repeat it in the define name.
|
|\ \
| | |
| | |
| | |
| | | |
34f95bcf WCDH: Document the alignof and alignas wrapper macros.
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
ddec418a Features: Add compiler version support to WriteCompilerDetectionHeader.
b7029576 Project: Add configurable name for version computation macros.
78acaafe Project: Separate simulated compiler id from version detection.
567af1a5 WCDH: Issue a better message for version compatibility.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
42f74df6 Add basic Android platform module
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Create a Platform/Android module that includes Platform/Linux since
Android is based on Linux. Provide only the minimal settings needed to
get builds with Android NDK toolchains to work.
Disable use of RPATH since the Android loader ignores it and we cannot
predict the install destination anyway.
Android supports soname but shared library names must end in ".so" and
we cannot represent the versioned names with associated symlinks on all
host operating systems anyway. However, we do want the SONAME of
library files to be set so that linking to them by path to the library
file produces NEEDED entries with the soname and not the path. Add a
new CMAKE_PLATFORM_NO_VERSIONED_SONAME setting to tell the
cmTarget::GetLibraryNames method that not to use the VERSION or
SOVERSION target properties in the soname.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
62863106 WCDH: Add compatibility defines for deprecation.
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
514c2e3d CMakeRCCompiler: Handle uppercase 'RC' as resource file format extension
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
We already match lowercase 'rc'. Add 'RC' too. The latter is listed in
other CMake<LANG>Compiler modules as ignored for their languages already.
Signed-off-by: Tim Blechmann <tim@klingt.org>
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
We provide "OpenGL::GL", not "OpenGL::OpenGL".
Reported-by: Daniel Pfeifer
|
| | |
| | |
| | |
| | |
| | | |
Create OpenGL::GL and OpenGL::GLU imported targets using the locations
found.
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| | |
The FindQt4 module is a CMake Domain object of type "module".
Our convention for domain object document titles is "------"
and domain object document sections is "^^^^^^". Switch to
these within the FindQt4 documentation.
|
|\ \
| | |
| | |
| | |
| | | |
21ec5f84 CPackDeb: Invoke "dpkg-shlibdeps --version" with C locale
|
| | |
| | |
| | |
| | | |
The version message is localized and may not match when a non-english locale is in use.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
f49b6a33 FindDoxygen: Deprecate DOXYGEN_DOT_PATH
7980eab8 FindDoxygen: Improve search for Graphviz "dot" on Windows
|