- Sep 10, 2019
-
-
wahikihiki authored
Set the MinTypeNameLength option to an impossibly high value in order to limit the diagnostics to iterators. Leave new expressions and cast expressions for later.
-
ff5028c5 Windows: Prevent auto exports to be regenerated on every build Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3750
-
d63c1e4e clang-tidy: modernize-return-braced-init-list Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3790
-
8588cdf3 clang-tidy: Fix bugprone-exception-escape diagnostic in test code f1f57cff clang-tidy: Fix performance-for-range-copy diagnostic in Xcode generator 175d8c4b clang-tidy: Resolve performance-unnecessary-value-param diagnostics 7c5ec913 cmGeneratedFileStreamBase: Optimize string construction in Close Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3796
-
2528b702 clang-tidy: Remove old entries from blacklist Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3787
-
4d71bea0 cmLocalGenerator::AddConfigVariableFlags: optimize string construction Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3793
-
Kitware Robot authored
-
- Sep 09, 2019
-
-
Brad King authored
-
Brad King authored
Fix diagnostics that appear on macOS with clang-tidy-8.
-
Brad King authored
Fix diagnostics that appear on macOS with clang-tidy-8. Suppress cases where we intentionally take an argument by value to let the caller choose whether to copy or move.
-
Brad King authored
Use cmStrCat to concatenate two parts of a file name. This also avoids a bugprone-exception-escape diagnostic from clang-tidy-8 on macOS.
-
Daniel Eiband authored
Check modified time stamps of input files against an existing exports file before generating the auto exports. Fixes: #19650
-
2d7bb13d CUDA: static lib device linking computes required static libs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3748
-
Rolf Eike Beer authored
-
Kitware Robot authored
-
- Sep 08, 2019
-
-
Kitware Robot authored
-
- Sep 07, 2019
-
-
Kitware Robot authored
-
- Sep 06, 2019
-
-
wahikihiki authored
-
wahikihiki authored
Now that clang-tidy-8 is used, we can remove the checks that have been renamed. Also enable a return-braced-init-list, because we don't have any violations for that one.
-
1d3f5ebb clang-tidy: Enable check modernize-use-using a1ddf2d0 clang-tidy: Replace typedef with using Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3782
-
5acf0de1 cmLocalGenerator: Remove AppendFlags 'const char*' overload Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3786
-
0d06cc45 CPack/FreeBSD: Cleanup include-what-you-use diagnostics Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3785
-
Kitware Robot authored
-
- Sep 05, 2019
-
-
611eb26b FindDoxygen: add USE_STAMP_FILE option Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3238
-
The new option enables the behavior of only building if sources change.
-
Robert Maynard authored
Previously the CMake didn't compute the required set of libraries needed to properly device link a static library when CUDA_RESOLVE_DEVICE_SYMBOLS was enabled.
-
Brad King authored
Update call sites to ensure the `std::string` argument can be constructed safely.
-
3beb2c44 cmake: Document -E remove_directory symlink behavior Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3784
-
Brad King authored
-
7786a05c Unity build: Add XCode support 1353802a Unity build: Add unit tests 8dfeb5d2 Unity build: Add support for Visual Studio generator 7114c141 Unity build: Add support for Ninja and Makefile generators Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Stanislav Ershov <digital.stream.of.mind@gmail.com> Acked-by:
Evgeniy Dushistov <dushistov@mail.ru> Acked-by:
Viktor Kirilov <vik.kirilov@gmail.com> Merge-request: !3611
-
e26f0e9d CPack: Add generator for .tar.zst packages f7085d7b cmCPackArchiveGenerator: Code cleanup Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3752
-
Kitware Robot authored
-
- Sep 04, 2019
-
-
wahikihiki authored
Annotate the remaining typedefs with NOLINT. Unfortunately, clang-tidy is not smart enough and suggests the use of using inside extern "C" blocks.
-
-
-
wahikihiki authored
Automate the conversion with perl -i -0pe 's/typedef ([^;]*) ([^ ]+);/using $2 = $1;/g' then manually fix a few places.
-
Brad King authored
-
Brad King authored
-