| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
fb9ec243 CPackWIX: fix typos in documentation
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
340d0897 Revert topic 'compiler-features-solaris'
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Revert commit v3.4.0-rc1~10^2~2 (Features: Disable support for Oracle
SolarisStudio on non-Linux, 2015-09-29) and two follow-up commits.
The support of compile features and language standards on Orcale
SolarisStudio needs more investigation so for CMake 3.4 we should
just act as 3.3 did.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
3d9e3d7b FindGTK2: Enable c++11 for sigc++ 2.5.1 or later
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Starting with sigc++ 2.5.1, c++11 must be enabled in order to use
sigc++. The GTK2::sigc++ imported target will automatically enable the
required build flags in order to build with the version found on the
system.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
1bf66fed FindOpenSSL: Search for unix-named libraries first on MinGW (#15765)
6b575dec FindOpenSSL: Tolerate tabs in header while parsing version (#15765)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Generalize the change made by commit v2.8.10~228^2~4 (FindOpenSSL: find
cross-compiled OpenSSL from MinGW, 2012-07-23) to be used on builds
hosted on Windows too. When building for MinGW, consider library names
that come with MinGW before looking for the main Windows distribution of
OpenSSL.
|
| | | |
| | | |
| | | |
| | | | |
Tolerate tabs instead of spaces in the "# define" line.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
3758af12 CPackNSIS: Add options to set the bitmap for NSIS installer left side
|
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
set MUI_WELCOMEFINISHPAGE_BITMAP
set MUI_UNWELCOMEFINISHPAGE_BITMAP
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | |
| | | | |
06247384 bootstrap: Fix spelling of "succeeded"
b6702d40 Modules: Fix spelling of "succeeded" in check messages
|
| |/ /
| | |
| | |
| | | |
Change "succeded" to "succeeded" everywhere.
|
|/ /
| |
| |
| |
| | |
Add an OPENSSL_MSVC_STATIC_RT option to switch from the default search
for `/MD` libraries to look for `/MT` libraries instead.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
2402bb8c Help: Document Windows 10 Universal Applications in cmake-toolchains(7)
1be2f12c VS: Add support for Windows 10 Universal (Store) Applications
2798dbda VS: Refactor indentation of LinkLibraryDependencies
8c426183 MSVC: Add system libs for WindowsStore on VS 2015
d1b87d72 VS: Select Windows 10 Store SDK and toolset for VS 2015
|
| | |
| | |
| | |
| | | |
Use WindowsApp.lib for a Universal Application Platform project.
|
| | | |
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
5fdf7594 Tests: Suppress WriteCompilerDetectionHeader failure on SunPro
c824b23d Features: Fix C++98 flags on Oracle SolarisStudio 12.4 on Linux
61bc0f73 Features: Disable support for Oracle SolarisStudio on non-Linux
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
On SunOS the -std=c++11 flag must be used for linking as well as
compiling. Until we implement support for this we cannot support
the CXX_STANDARD property except on Linux (where it was tested).
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
3f077996 VS: Add support for selecting the Windows 10 SDK (#15670)
5dfc4c5f VS: Add hook to initialize Windows platform settings
61c472a2 cmSystemTools: Add VersionCompareGreater helper
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Teach the VS 2015 generator to produce a WindowsTargetPlatformVersion
value. Use the CMAKE_SYSTEM_VERSION to specify the version and if not
set choose a default based on available SDKs. Activate this behavior
when targeting Windows 10.
Co-Author: Brad King <brad.king@kitware.com>
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
b31ac171 Allow CMAKE_SYSTEM_VERSION to be set without CMAKE_SYSTEM_NAME
70688609 Help: Improve CMAKE_SYSTEM_{NAME,VERSION} variable documentation
|
| |/
| |
| |
| |
| |
| | |
Teach CMakeDetermineSystem to check for a CMAKE_SYSTEM_VERSION setting
even when CMAKE_SYSTEM_NAME is not set. This will allow builds on the
host OS to target other versions of the OS without full cross-compiling.
|
|/
|
|
|
|
|
|
|
| |
When a user or a compiler wrapper adds '-static' to the compiler flags
then it will always link static binaries. Detect this from the compiler
id binary and disable TARGET_SUPPORTS_SHARED_LIBS. This will prevent
projects from accidentally adding shared libraries when the toolchain
does not support them. It also helps CMake avoid linking with flags
that require shared libraries to be supported.
|
|\
| |
| |
| |
| | |
1ff96bf6 ProcessorCount: Implement with psrinfo tool on recent SunOS versions
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
The latter is now the preferred URL for visiting cmake.org with a
browser. Convert using the shell code:
git ls-files -z | xargs -0 sed -i 's|http://www\.cmake|https://cmake|g'
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
fff9434d FindThreads: officially announce it works with only C++ enabled
66db914a FindThreads: fix printing a pointer value in test code
0b38424c FindThreads: make the call to try_run() work also if only C++ is enabled
9924a212 FindThreads: replace CheckIncludeFiles by CheckIncludeFile
a27bc0cc Check(Function|Library|Symbol)Exists: make it work if only C++ is enabled
7279f293 FindThreads: add simple testcase
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This causes a warning in C mode, and entirely fails in C++ mode:
CMake/Modules/CheckForPthreads.c: In function ‘runner’:
CMake/Modules/CheckForPthreads.c:34:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
printf("%d CC: %d\n", (int)args, cc);
^
Use %p to print out a pointer value, which will not cause any problems.
|
| |
| |
| |
| | |
This isn't enough to make the whole module work with only C++ enabled.
|
| |
| |
| |
| |
| |
| | |
While at it, also add a branch using CheckIncludeFileCXX. Also give a better
error message if no supported language is enabled. C++ support isn't working
yet, but it has never worked.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Commit 7235334a (Project: Determine default language dialect for the
compiler., 2015-09-15) introduced a mechanism to determine the default
dialect used for the running compiler. If conditions in
the <CompilerId>-<Lang>.cmake file are such that compile features for
that version of the compiler should be supported, the _DEFAULT_STANDARD
is set to the computed value.
However, the CMakeForceCompiler module allows users to bypass execution of the
compiler by CMake. In that case, do not set the _DEFAULT_STANDARD variable at
all, which effectively disables the compile-features where the module is used.
No compile features have ever been recorded where the module is used so no
functionality is lost.
|
|\ \
| |/
|/|
| |
| |
| |
| |
| | |
4da5a227 Help: document CTEST_CUSTOM_* variables
70c0cc72 ctest_read_custom_files: mention that ctest does this automatically
71c67e83 CTEST_CUSTOM_*: treat variables as lists
936a95d4 CTestCoverageCollectGCOV: replace tabulators
|
| | |
|
|\ \
| |/
|/|
| |
| |
| | |
51b83f14 FindPkgConfig: add a command to query arbitrary variables
7f7f1eec FindPkgConfig: use execute_process to strip trailing whitespace
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
bc2e54db Introduction of CPACK_VERBATIM_VARIABLES variable
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If variable is set to TRUE, values of all variables prefixed with CPACK_
will be escaped so special characters such as dolar sign, quotes or
foreward slash will not be lost. By default variable is treated as set
to FALSE for back compatibility.
The cpack_encode_variables macro is changed into a function to remove
scope pollution. There should be no other effects.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Move detection over to the compiler id logic where we have already
constructed the list of compiler flags from ARG1 and CMAKE_<LANG>_FLAGS.
Pass the flags when we execute "cl" with "/showIncludes". Also pass "/c"
because we only need to compile, not link. Check the compiler process
exit code before trusting its output.
|
| | |
| | |
| | |
| | |
| | | |
This executable comes with CMake so just compute its location in
cmSystemTools instead of storing it in compiler information modules.
|
|/ /
| |
| |
| |
| | |
The execute_process command always exists so we never need to fall back on
exec_program.
|
|\ \
| | |
| | |
| | |
| | | |
7235334a Project: Determine default language dialect for the compiler.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Use the __cplusplus and __STDC_VERSION__ macros to automatically
determine the default dialect for the compiler while determining its
id and version.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
19934b67 FindPythonLibs: unset temporary _PREFIX variable
f8bc4e11 FindPythonLibs: Use python executable prefix as a hint
a9d32dff FindPythonLibs: Match include dir to library version
|
| | | |
| | | |
| | | |
| | | | |
To avoid pollution, unset variables that are only meant for local use.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
If PYTHON_EXECUTABLE is set, then we should look for the libs in the
same prefix, e.g. /usr/local/python -> /usr/local/lib, and on Win32
/Python34/python.exe -> /Python34/libs.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This commit ensures that FindPythonLibs has found the library before
before the search for the include dir begins. The library prefix and
version can then be used to find the matching include dir.
|