| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
3e98ebba JOM: Pass /NOLOGO when driving builds as is done for NMake
|
| |
| |
| |
| |
| |
| | |
This fixes RunCMake.(Configure|configure_file|try_compile) test
failures that failed to match empty stderr due to jom printing
its identification line.
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
e88f3b3b Merge branch 'upstream-kwsys' into update-kwsys
7c9afb57 KWSys 2015-02-27 (d2aa1afd)
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| | |
6a661f06 CTest: To enforce the C locale use LC_ALL instead of LC_MESSAGES.
|
| |
| |
| |
| | |
If LC_ALL is set it takes precedence over LC_MESSAGES.
|
|\ \
| | |
| | |
| | |
| | | |
00d66557 Diagnose invalid <LANG>_STANDARD value instead of crashing (#15426)
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
6bf13097 CTest: Drop "Error in read script" message at end of testing
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
A more-specific error message is always displayed earlier in the
output if any real error occurred. This final summary message
is distracting to readers searching through the output for the
word "error". Simply drop it.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
d1082448 Tests: Extend RunCMake.CommandLine to cover 'cmake --build' for 'ninja -v'
ce935ebe cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The Ninja build system does not support a in-file verbositiy switch.
Instead teach 'cmake --build' to extract the CMAKE_VERBOSE_MAKEFILE
setting and pass it as an optional '-v' argument to Ninja. This can
serve as a reasonable fallback.
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
c4814174 install: Write the entire installation manifest at once
|
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
Avoid a separate open/close for each file installed. Use a single
file(WRITE) instead of a loop with file(APPEND).
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | | |
26656865 Merge branch 'upstream-kwsys' into update-kwsys
5e2b418f KWSys 2015-02-25 (1b75ad3d)
|
| | |/
| |/| |
|
|/ / |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
4ee9005d cmVisualStudio10TargetGenerator: Wrap long line
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
987d4a12 VS: Do not generate a BOM in .sln files
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
Revert commit v3.2.0-rc1~165^2 (Encoding: Write Visual Studio solution
file with BOM, 2014-12-26). The BOM breaks the VS IDE version selector
when loading the .sln from Windows Explorer.
|
| | | |
|
| |\ \ |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
47c2da6a cmAlgorithms: Cache the end iterators in algorithms.
a5b10ae6 cmAlgorithms: Remove needless assignment.
7fd8557f cmAlgorithms: Maintain the pivot iterator in cmRemoveIndices.
1f796791 cmAlgorithms: Relax iterator requirement for cmRemoveIndices.
ba959934 cmAlgorithms: Make cmRemoveDuplicates work with more containers.
cae45df7 cmAlgorithms: Rename template argument to RemoveN.
b917f4c0 cmAlgorithms: Relax cmRemoveN requirement to FwdIter.
bbc1a978 cmAlgorithms: Add a size() to cmRange.
47a3e22e cmAlgorithms: Rename template type in cmDeleteAll algorithm.
cb75eec0 cmAlgorithms: Add const to const objects.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Avoid the algorithm of 'Schlemiel the painter' in the case of
iterators which are not RandomAccess.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Require only forward iterators from the range.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove the accidental requirement that the input range must be a
std::vector.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
cmRotate already requires only FwdIter.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
size() is already used by cmRemoveDuplicates, which is designed to
accept a cmRange.
|
| | | | |
| | | | |
| | | | |
| | | | | |
It may be any range, not only a container.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
78ec4b16 OS X: Shorten CFBundleExecutable to file name only
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Shorten the CFBundleExecutable in the PList file of Bundles to
the file name only as it is done for Frameworks, too.
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
|
|\ \ \ \ \
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
0b54e836 VS: Specify absolute output directory for the Midl tool
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Generate the OutputDirectory element value as an absolute path
to the same location as the existing relative path. Somehow
this addresses an occasional failure in a large/complex build,
and should not hurt basic use cases.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
ff1ddd2a ctest_upload: Add QUIET option
0b87b2a3 ctest_memcheck: Add QUIET option
fc58bdb9 ctest_coverage: Add QUIET option
876a680d ctest_test: Add QUIET option
49ba4545 ctest_build: Add QUIET option
f999dc0b ctest_configure: Add QUIET option
645ad117 ctest_update: Add QUIET option
19d1a559 ctest_start: Add QUIET option
1643b905 ctest_submit: Add QUIET option
12db1139 CTest: Add cmCTestOptionalLog macro
|