| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
eeaa25e5 Add 'ANDROID_API_MIN' target property to set Android Target MIN API
|
| |
| |
| |
| |
| |
| | |
Also add a 'CMAKE_ANDROID_API_MIN' variable to set the property
default. Teach the VS generator to write the MIN API value into
Nsight Tegra project files.
|
|\ \
| | |
| | |
| | |
| | | |
d4d2d72f sha2: Fix -Wcast-qual warnings by adding const to some casts
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
473446ab Help: Add INTERFACE_LIBRARY to TYPE target property documentation
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
7ca6bdf0 Tests: Move CTestTestMemcheck tools into Tests/CMakeLib
1651dc96 Tests: Move CTestTestMemcheck cases into a RunCMake.CTestMemcheck test
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The dummy memcheck tools we build for the RunCMake.CTestMemcheck tests
require CMakeLib, so put them in a Tests/CMakeLib/PseudoMemcheck
directory.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The CTestTestMemcheck test cases all try to check the ctest output with
a regular expression. They fail intermittently due to ordering of the
portions of the output that come from stdout and stderr being mixed.
Convert all the test cases to use the RunCMake infrastructure to match
stdout and stderr separately.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
e4563257 curl: Use OS X SSL/TLS native implementation
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
On OS X, when CMAKE_USE_OPENSSL is OFF, use the OS implementation.
This will allow the OS-configured CA list to be trusted automatically.
This is supported on OS X 10.6 and above using AppleClang, Clang, and
GNU compilers.
|
| | | | | | |
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
1c812979 ctest_memcheck: Do not open empty BC output file name
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
In cmCTestMemCheckHandler::PostProcessBoundsCheckerTest return early
if the output file name is empty. We already do this in the similar
cmCTestMemCheckHandler::AppendMemTesterOutput method.
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
29533380 Tests: Allow RunCMake expected result code to be a regex
a85ee8b8 Tests: Simplify RunCMake test extra argument passing
da7155f5 Tests: Allow RunCMake tests to pass generator expressions
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This will allow the '-result.txt' files to specify a regex matching
different results on different platforms.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allow add_RunCMake_test calls to pass non-optional arguments
immediately.
|
| | |_|_|/
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
0622f92d CTest: Remove code to fix scanbuild errors
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove code from cmParseBlanketJSCoverage.cxx and
cmParseDelphiCoverage.cxx which caused scanbuild errors
about not reading the value that was stored.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
2a3e2631 Tests: Fix CheckSourceTree test for newer Git
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The output of 'git status' no longer starts each line in '#'.
Match that optionally.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
953d34fd Help: Document MAIN_DEPENDENCY limitation in add_custom_command
9859042c Help: Mention add_dependencies in add_custom_target DEPENDS option
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Specify explicitly that at most one custom command may use a given
source file as its main dependency.
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
This will direct readers looking to add target-level dependencies.
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| | |_|_|/
| |/| | | |
|
| |_|/ /
|/| | | |
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
a300d0ff ExternalProject: avoid CMP0054 warnings
|
| | | |
| | | |
| | | |
| | | | |
Found where ${command} is "make" which is a local variable.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
480e6029 ExternalProject: remove extra newlines from log messages
|
| |/ / /
| | | |
| | | |
| | | | |
message() already adds a newline.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
f53a3340 Tests: Fix OS X version check to use component-wise test
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Otherwise 10.10 may be considered to be less than 10.4 and the
tests for CPack will not run.
Reported-by: Sean McBride <sean@rogue-research.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
2e92570b Fix some Clang -Wstring-conversion warnings
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Some false positives, but some flagged faulty asserts
where the ! was inside the string instead of outside.
|
|\ \ \ \
| | |_|/
| |/| |
| | | |
| | | | |
ba8c6632 curl: Use Windows SSL/TLS native implementation
|
| |/ /
| | |
| | |
| | |
| | | |
On Windows, when CMAKE_USE_OPENSSL is OFF, use the OS implementation.
This will allow the OS-configured CA list to be trusted automatically.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
97b65f81 Misc. fixes for the Oracle / Sun compiler.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
A few pieces of code have some ambiguous type deduction that seems to
resolve correctly for most compilers but not for the Oracle compiler.
This makes those few instances more explicit.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
a0792c48 FindMPI: Extract -Xlinker options
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Extend the regex that mathces -Wl, linker options to match -Xlinker too.
These are used by Intel MPI and perhaps others.
|
| | | | | |
|
| | | | | |
|
| |_|/ /
|/| | | |
|
|\ \ \ \
| | |_|/
| |/| | |
|
| |\ \ \ |
|
| |\ \ \ \ |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
17a846ac FindMPI: search for msmpi's mpiexec as well
|