- Aug 27, 2019
-
-
Zsolt Parragi authored
-
4ca0526f cmake: Pass -S and -B into PreLoad.cmake and -C scripts Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3709
-
3186bb91 Xcode: Make iOS tests compatible with Xcode 11 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3743
-
18365587 GNUInstallDirs: Keep 'lib' as default LIBDIR on Arch Linux based systems Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3735
-
369c48ee Swift: honour `-swift-version` in Ninja generator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3685
-
074a6a8c CTest: Add env var CLICOLOR_FORCE to force color output Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3733
-
Before this, it was not possible to see what the source or build directories were set to on the command line. Fixes: #19619
-
Brad King authored
-
1902e397 cmAffinity: Add include for CPU_ZERO on Alpine Linux Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3740
-
17ce0c29 cmGlobalGenerator: Fix CheckCompilerIdCompatibility local var lifetime Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3741
-
752fa8be libarchive: We now require at least version 3.3.3 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3737
-
d040f3f1 Tests: Extend MakeClean test to test various target types 3ed8cffe Ninja: Add support for ADDITIONAL_CLEAN_FILES in custom targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3739
-
Brad King authored
Merge-request: !3740
-
Brad King authored
Merge-request: !3741
-
Brad King authored
Merge-request: !3737
-
Brad King authored
Merge-request: !3739
-
Brad King authored
The definition of `CPU_ZERO` requires `<string.h>` to be included explicitly for `memset`. Since IWYU does not agree on other Linux platforms, use a pragma to silence the warning. Fixes: #19643
-
Kitware Robot authored
-
- Aug 26, 2019
-
-
Gregor Jasny authored
-
Swift has supported `CMAKE_Swift_LANGUAGE_VERSION` and `Swift_LANGUAGE_VERSION` but didn't apply that to Ninja generated targets. Consider the property when calculating the flags.
-
Fixes: #15373
-
Base impl on `Source/kwsys/Terminal.c:kwsysTerminalStreamIsVT100`. This enables pipes/logs with colors.
-
7fe3e874 cmCPackLog: Fix support for multiple log message tags 74f2c0ea cmCTestTestHandler: Remove extra layer of parentheses 7c2767ef cmCTestMultiProcessHandler: Explain testRun ownership in comments 303e8134 CTest: Simplify some boolean conditions 51565abe cmMessageCommand: Remove extra layer of parentheses b1cfaf7b cmVSSetupHelper: Remove unused SmartBSTR copy operations 3f4c4e7a cmVSSetupHelper: Fix SmartBSTR copy operations a8ca5aea cmMakefileTargetGenerator: Check for null before using a pointer ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Daniel Pfeifer <daniel@pfeifer-mail.de> Acked-by:
Artalus <artalus-mail@yandex.ru> Merge-request: !3715
-
3b2b0282 Source sweep: Replace std::ostringstream when used with a single append Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3726
-
aaf59120 Source sweep: Replace cmExpandList with the shorter cmExpandedList Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3725
-
232f5bd6 FindLibLZMA: Find debug/release variants on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3714
-
b14bcd91 cmListCommand: Use cmSubcommandTable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3723
-
66c2714f cmStringCommand: Use cmSubcommandTable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3721
-
4c8741eb CPack/STGZ: Require explicit acceptance or refusal of license Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3717
-
2a71a039 ctest: rename TRACK to GROUP Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Zack Galbreath <zack.galbreath@kitware.com> Merge-request: !3707
-
20792679 ctest_build: ignore ANSI color Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3702
-
197c5e12 Source: Add cm::optional 170fcd71 Extend C++17 feature checks to require std::optional Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sebastian Holtermann <sebholt@web.de> Merge-request: !3644
-
Brad King authored
Save the value of the compiler id variable in storage we own so that mutating it based on a policy does not invalidate the local value for later comparisons. This was identified by Clang AddressSanitizer.
-
74eef37b Utilities/Release: Select MSVC runtime library via abstraction ed54d877 Configure CMake itself with policies through CMake 3.15 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3718
-
It's the first version including Zstandard support.
-
Brad King authored
A condition in `ComputeTestListForRerunFailed` contained an extra layer of parentheses. Remove them. The condition itself is correct because an empty list means "all tests" so we want to include the current test. Issue: #19610
-
Brad King authored
The ownership semantics of the 'testRun' variable are subtle and may fool static analysers. Add comments explaining them for now. Later some refactoring could be done to clarify the code. Issue: #19610
-
Brad King authored
Directly compare two boolean values instead of spelling out accepted combinations. Issue: #19610
-
Brad King authored
The logic checking `CMAKE_WARN_DEPRECATED` contained an unnecessary layer of parentheses. The condition is of the form `!IsSet || IsOn` which is correct because the documentation says that the behavior is enabled unless the variable is explicitly set to a false value. Issue: #19610
-