| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Extract upstream KWSys using the following shell commands.
$ git archive --prefix=upstream-kwsys/ cc4046a8 | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' dec9c30b..cc4046a8
Brad King (2):
9c3eacf8 Add CONTRIBUTING.rst file with instructions to contribute
cc4046a8 Directory: Work around PGI problem with Linux Large File Support
Jean-Christophe Fillion-Robin (2):
c38ba638 SystemInformation: Improve Get(Available/Total)VirtualMemory for windows
58308145 SystemInformation: Improve comments in private implementation
Change-Id: Ic033444a9c03a8a8b5195e7dac108af2aec79fa6
|
|\ \
| | |
| | |
| | |
| | | |
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
|
| | |_|_|_|/ /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
d8589e64 ctest: count errors from scripts properly
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
In the unlikely event that someone has a billion+ scripts (or some
codepath returns negative numbers), we could overflow and make a pile of
errors a non-error. This change also allows us to use flags for the
error in the future rather than just "something went wrong".
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
009c1865 FindQt4: Fix handling of QT_VERSION_MAJOR mismatch
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix capitalization of Qt4_FOUND variable when setting it to false in
this case. This caused find_package(Qt4) to appear successful when it
was not. Note that the legacy QT4_FOUND variable is unconditionally
overwritten at the end of the file with the value of Qt4_FOUND.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
111be180 Rename header guards to not start with double underscore
|
| | |_|/ / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Use regex to find/replace:
__(cm.*_h)
\1
Then fix QCMake.h by hand.
|
|\ \ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
f2f1c95d Help: Extend policy CMP0054 documentation with an example
|
| | |_|_|/ / /
| |/| | | | | |
|
| |/ / / / /
|/| | | | | |
|