- 21 Jun, 2019 1 commit
-
-
c97ff042 Document the adding of lodepng to thirdparty Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1709
-
- 20 Jun, 2019 2 commits
-
-
Robert Maynard authored
-
Robert Maynard authored
Add lodepng thirdparty See merge request vtk/vtk-m!1704
-
- 19 Jun, 2019 14 commits
-
-
512d0431 Cell and Point locators have correct export visibility c7f82758 Correct signed to unsigned warning conversion found by clang-8 c2879784 Gradient's ComputeDivergence is now properly initialized Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !1705
-
Robert Maynard authored
* upstream-lodepng: lodepng 2019-06-16 (430268ba)
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/lodepng.git at commit 430268baa882a707c36b356402b94ab14dc08b69 (for/vtk-m).
-
Robert Maynard authored
Previously it used a version of the decode routines from lodepng inside the decode functionality.
-
Robert Maynard authored
-
8d461138 Simplify Timer now that RuntimeDeviceTracker handles 'any' device. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Haocheng LIU <haocheng.liu@kitware.com> Merge-request: !1707
-
Robert Maynard authored
-
171fdffd Make sure vtkm_cont links to vtkm_loguru when logging enabled Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1706
-
Robert Maynard authored
-
Robert Maynard authored
UBSAN found that these execution object had mixed visibility causing undefined behavior when casting across DSO's.
-
Robert Maynard authored
-
Robert Maynard authored
UBSAN detected that the value wasn't properly initialized causing reading from it to be undefined behavior.
-
3c85f7f4 Correct undefined behavior from missing export on ErrorMessageBuffer e298e05b Test will now fail if programs such as UBSAN output "runtime error" feb66f97 Make VTK-m use consistent symbol visibility for benchmarks b43d6153 Make VTK-m use consistent symbol visibility for tests. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1699
-
8aaf922a Introduce a log level that details kernel launch parameters Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !1672
-
- 18 Jun, 2019 7 commits
-
-
9dc8b06d Cleanup logic surrounding the usage of vtkm thirdparty libraries 7454242e Cleanup unnecessary thirdparty exclusions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1703
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
- 17 Jun, 2019 3 commits
-
-
Robert Maynard authored
-
41bfd550 Log wavelet generator performance. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1700
-
dff7c40d Provide better error messages when misusing a BitPortalConst. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1695
-
- 14 Jun, 2019 2 commits
-
-
Allison Vacanti authored
-
Allison Vacanti authored
-
- 13 Jun, 2019 2 commits
-
-
1002c038 Merge branch 'upstream-loguru' into update_loguru 0624ac77 loguru 2019-03-21 (862ed46e) 331c2d56 Update to latest loguru for MSVC fixes. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1687
-
a9e6a919 Correct a subtle difference in the SplitSharp multiple pass algorithm 0f61808d SplitSharpEdges worklet does more algorithm execution on the device. 20fa341a SplitSharpEdgesFilter test now checks against a structured dataset 99865f47 Update Wavelet worklet to support a runtime device adapter id Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !1693
-
- 12 Jun, 2019 9 commits
-
-
Robert Maynard authored
Fixes #373 The SplitSharp algorithm has two passes that have the same algorithm, but does different work with the final computed state. The issue was that in the original implementation the two algorithms differed slightly. This refactors the code to have a single implementation of the algorithm, to avoid this form of issue going forward.
-
fbbc1859 Use logging to output status of VTKDataSetReaderBase Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1689
-
2e0f4dd3 Fix floating point error in test b766d9a9 Improve support of testing recursive types Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1691
-
Kenneth Moreland authored
The original implementation predates the logging and so just outputted error and warning messages to stderr. Changed these to the more appropriate logging mechanism.
-
9e02635e Fix type name in debug message. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1694
-
Allison Vacanti authored
* upstream-loguru: loguru 2019-03-21 (862ed46e)
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/loguru.git at commit 862ed46e48cd58a9c82a076cfd99a9f14cc6e622 (for/vtk-m).
-
Allison Vacanti authored
-
Allison Vacanti authored
-