| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
compatiblity -> compatibility
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
38571f2 cmMakefile: Do not track CMake temporary files.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since commit ad502502 (cmMakefile: Track configured files so we can
regenerate them, 2013-06-18) cmMakefile::ConfigureFile records the
configured file as an output file generated by CMake. The intention is
that for make and ninja we can re-run CMake when one of the files it
generates goes missing. However, files configured temporarily in
CMakeTmp directories by Check* modules do not live past the CMake
invocation.
We have to also track input files to the configure command. In theory
the input to a configure command could it self be a file that is going
to be deleted later (output from a custom command or configure_file).
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
782eba3 CTest: Fix GTM coverage parsing line offset bug
|
| | |
| | |
| | |
| | |
| | |
| | | |
In cmParseGTMCoverage::ReadMCovFile, initialize the lineoffset variable.
Also set lastoffset only if the function is found (thanks to Bill
Hoffman).
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
5e15f39 Normalize system directories from the interface target property
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The input dir being tested is normalized, so ensure that the entries
in the vector are normalized too (eg no trailing slash).
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
3580b9f Fix some whitespace errors in docs.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove trailing whitespace and add additional whitespace where
necessary.
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | | |
0264eec cmMakefile: Do not track configured files known to be temporary
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Since commit ad502502 (cmMakefile: Track configured files so we can
regenerate them, 2013-06-18) cmMakefile::ConfigureFile records the
configured file as an output file generated by CMake. The intention is
that for make and ninja we can re-run CMake when one of the files it
generates goes missing. However, files configured temporarily in
CMakeTmp directories by Check* modules do not live past the CMake
invocation.
Teach cmMakefile::FinalPass to stop tracking files that don't
exist after we are finished generation.
|
| |_|/
|/| | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
15d98a4 Genex: Fix evaluation of MAP_IMPORTED_CONFIG_<CONFIG>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Commit 10a069b5 (Genex: Fix $<CONFIG> with IMPORTED targets and
multiple locations., 2013-07-15) changed the logic here to include
handling of the MAP_IMPORTED_CONFIG_<CONFIG> target property, but
it was buggy in several ways.
Uppercase the configs in all cases, and compare the mapped configs
with the parameter to the CONFIG genex, instead of with the key of
the mapping.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
df62f64 Clean up install rules of CMake itself (#14371)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Ensure CMAKE_DATA_DIR, CMAKE_DOC_DIR, and CMAKE_MAN_DIR are always
relative paths in CMake code, and set defaults accordingly. Use the
install() command instead of install_files() and install_targets().
This is more modern and also avoids stripping of the first character
from user-specified destinations.
While at it, fix the default destinations reported in the bootstrap
help.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
5803b94 FindImageMagick: Find libraries named with HDRI support (#14348)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When ImageMagick is built with HDRI support, the library names get a
HDRI suffix.
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
141ce01 FindTCL: Add BSD paths for Tcl/Tk 8.6
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Follow-up to commit 4a015f77 (OpenBSD: Add paths for Tcl/Tk 8.4/8.5,
2012-12-03): those paths added for OpenBSD also work on other BSDs, some
of which are already using version 8.6 of Tcl/Tk.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
2dce48f Fix RunCMake.Configure test expectation newline matching
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Teach FailCopyFileABI-check.cmake to convert CRLF to LF in the regular
expression read literally from its own source.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
cc8f796 try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIES
fd4fb9e try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIES
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
293ecfe CheckC*CompilerFlag: add documentation what to expect from a positive result
|
| | |_|_|/ / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
3064f80 VS: Generate ToolsVersion matching each VS version
|
| | |/ / / / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The MSBuild version for each Visual Studio generator isn't 4.0. With
Visual Studo 2013 the ToolsVersion moved from being tied to the .NET
framework and now has its own version number.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
807a564 CPack: Fix a typo in documentation
|
| | |_|_|_|/ /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
78cd884 OSX: Allow an empty INSTALL_NAME_DIR to override MACOSX_RPATH.
|