- Aug 26, 2019
-
-
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
-
Brad King authored
For our use case we do not actually need to copy these. Mark the operations as `= delete` to simplify the code.
- Aug 22, 2019
-
-
Brad King authored
In commit 0b9906c2 (Windows: Use wide-character system APIs, 2013-12-04, v3.0.0-rc1~254^2) several buffer size computations had to be updated to multiply by `sizeof(wchar_t)`, but for RegEnumKeyExW we were already computing the correct number of characters with a division which was accidentally converted to a multiplication. Use `cm::size` to compute the number of characters in the buffer instead. Issue: #19610
-
Brad King authored
In commit 0b9906c2 (Windows: Use wide-character system APIs, 2013-12-04, v3.0.0-rc1~254^2) several buffer size computations had to be updated to multiply by `sizeof(wchar_t)`, but some for RegQueryValueExW were incorrect because the number of bytes was already computed. Issue: #19610
-
6ab28b94 cmCommand refactor: cmStringCommand 36f32d36 cmCommand refactor: cmSetPropertyCommand 7c83c192 cmCommand refactor: cmSetDirectoryPropertiesCommand 9413952c cmCommand refactor: cmCMakePolicyCommand 07ea93de cmCommand refactor: cmWriteFileCommand ca3b9186 cmCommand refactor: cmVariableWatchCommand b1acc711 cmCommand refactor: cmRemoveCommand 413a9603 cmCommand refactor: cmCMakeHostSystemInformationCommand ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3673
-
d3310212 clang-tidy: isolate declarations for readability Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3704
-
0148f1a8 FindBoost: Add note about header-only libs in warning msg Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3712
-
Kitware Robot authored
-
- Aug 21, 2019
-
-
5edceff3 FindBZip2: Add Windows library names emitted from bzip2 1.0.6 makefile Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3711
-
As of release 1.0.6, the bzip2 distribution includs a makefile for nmake on Windows that emits library names of the form `libbz2.lib`.
-
bb6e95ca source_group: Improved generated filters tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3675
-
d1758090 cmExportInstallFileGenerator: improve error message a1810089 cmInstallExportGenerator: add a method for the file destination Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3703
-
be780747 cmDefinitions: Reduce allocation of keys and values in MakeClosure e07e2bc8 bootstrap: Compile cm::String c1787cb5 cpack.cxx: Re-order include blocks to follow our conventions 141e3074 cmConfigure.h: Tell windows.h not to define min/max macros Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3669
-
891e670e install: print reason of failure Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Alex Turbov <i.zaufi@gmail.com> Merge-request: !3696
-
66654135 ccmake: Fix form.h include with CMAKE_USE_SYSTEM_FORM Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3683
-
3b51343e VS: Emit UTF-8 BOM for generated solution files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3705
-
2dfc5267 cmAlgorithms: Add cmContains Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sebastian Holtermann <sebholt@web.de> Acked-by:
Daniel Pfeifer <daniel@pfeifer-mail.de> Merge-request: !3700
-
1c87bc60 ProcessorCount: Fix virtual processor count on Solaris Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3694
-
76b76a7f FindCUDA: Fix support for backslashes in CUDA_NVCC_INCLUDE_DIRS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3679
-
c55fb044 cmBuildNameCommand: Implement as free function 86bf1eef cmState: Support free function disallowed commands Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3688
-
Brad King authored
-
31b8b28f FindMPI: Restore MPI_<LANG>_COMPILE_FLAGS and MPI_<LANG>_COMPILE_OPTIONS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3710
-
Brad King authored
Merge-request: !3710
-
In commit e374b9f1 (FindMPI: Restore MPI_<LANG>_COMPILE_FLAGS as a command-line string, 2018-09-10, v3.12.3~6^2) we tried to restore the compile flags but accidentally inverted the arguments to `list(JOIN)` causing both `MPI_<LANG>_COMPILE_FLAGS` and `MPI_<LANG>_COMPILE_OPTIONS` to be empty. Issue: #18349
-
Kitware Robot authored
-
- Aug 20, 2019
-
-
Dennis Klein authored
-
wahikihiki authored
-
-
-
-
-
-
-
-