- 26 Jan, 2018 1 commit
-
-
Utkarsh Ayachit authored
-
- 23 Jan, 2018 1 commit
-
-
Matt Larsen authored
b420a4b3 fixing typo 2bb64e65 fixing opacity for veritical bar 80081f2a adding finer grain control over color bar and scalar field label Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1063
-
- 18 Jan, 2018 7 commits
-
-
Matt Larsen authored
-
Matt Larsen authored
-
Matt Larsen authored
-
Robert Maynard authored
2b72110d cmake: support suppressing CPack usage dd1f0962 cmake: allow overriding of the build-tree CMake location 74bd01b4 cmake: install documentation to a "share" location Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1061
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 17 Jan, 2018 3 commits
-
-
Li-Ta Lo authored
bdb9c37e update based on issues pointed out by Robert a713a0d8 Generalize and documentation for DeviceAdapterAlgorithm::Transform 29232c49 Revert un-intended change to examples 7ef956a9 Merge branch 'master' into connected_component a9ed1ecf add CMakeLists.txt for header files ba3cba64 update copyright statements aa96874e Merge branch 'connected_component' of gitlab.kitware.com:ollielo/vtk-m into connected_component 2f07119e Merge branch 'master' into connected_component ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1044
-
Li-Ta Lo authored
-
Robert Maynard authored
c5d630a7 cmake: add a vtkm_option macro 022f12b2 cmake: find Pyexpander quietly 268a88e7 cmake: remove executable permissions from CMake files Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1059
-
- 16 Jan, 2018 9 commits
-
-
Li-Ta Lo authored
Generalize DeviceAdapterAlgorithm::Transform to accept input array of different value and storage type. Add doxygen documentation in DeviceAdapterAlgorithm.h
-
Robert Maynard authored
067dad41 Add ScalarsToColors worklet(s) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1046
-
Ben Boeckel authored
Projects might want to force these without giving users the indication that their choices actually matter.
-
Ben Boeckel authored
It's an internal detail and if it doesn't exist, it is handled properly.
-
Ben Boeckel authored
-
Robert Maynard authored
The ScalarsToColors is the first step in reproducing the color capability that exists in VTK. The next step after this is to provide a comparable lookup table.
-
Robert Maynard authored
5ecf2d11 vtkm::rendering has more compilation units to help out 32bit compilers Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Matt Larsen <mlarsen@cs.uoregon.edu> Merge-request: !1058
-
Li-Ta Lo authored
Revert un-intended changed to the size of tangle field in isosurface example and the requirements on CMake version for game_of_life.
-
Robert Maynard authored
Visual Studio default toolset uses 32bit executables for compiling which means that if it uses more than 4GB of memory per instance it crashes. By moving the ConnectivityTracer into a separate compilation unit we can help out the compiler. This also improved compilation times and library size: Old: build time (j8): 48.62 real lib size: 6.2MB New: build time (j8): 41.31 real lib size: 5.0MB
-
- 15 Jan, 2018 5 commits
-
-
Robert Maynard authored
545db0c7 Correct std::tolower warnings under MSVC2017. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1057
-
Robert Maynard authored
Using std::tolower with std::string actually can cause undefined behavior, and only MSVC 2017 looks to complain about it. You can find more information on the exact reason at: http://en.cppreference.com/w/cpp/string/byte/tolower
-
Robert Maynard authored
96ccf14c Correct bad formatting in some vtkm::cont headers Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1056
-
Sujin Philip authored
8f78aa73 Add CellLocator Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1054
-
Robert Maynard authored
-
- 12 Jan, 2018 1 commit
-
-
Sujin Philip authored
Add a general cell locator that has an optimized path for uniform grid datasets and uses CellLocatorTwoLevelUniformGrid for all other dataset types.
-
- 11 Jan, 2018 1 commit
-
-
Li-Ta Lo authored
-
- 10 Jan, 2018 4 commits
-
-
Sujin Philip authored
70fcd1d1 Update CoordinateSystem to use the Virtual Array 950b12b1 Add ArrayHandleVirtualCoordinates a4d0b57b Make ForEachValidDevice internal 59dc78fd Add ErrorBadDevice 4810cef7 Field::SetData should accept any ArrayHandle type Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1021
-
Robert Maynard authored
d07c696b vtkMath.h now opts out of clang-format to make updates through pyexpander easy Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !1052
-
Sujin Philip authored
-
Robert Maynard authored
-
- 09 Jan, 2018 4 commits
-
-
Sujin Philip authored
-
Sujin Philip authored
* Add FindDeviceAdapterTagAndCall * Add support for multiple arguments to be passed to the functor in 'ForEachValidDevice' and 'FindDeviceAdapterTagAndCall'.
-
Sujin Philip authored
-
Sujin Philip authored
-
- 08 Jan, 2018 4 commits
-
-
Robert Maynard authored
a9e64c4b FloatPointReturnType is float if 'T' is < 32bytes instead of being double. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Acked-by:
Thomas Otahal <tjotaha@sandia.gov> Merge-request: !1048
-
Kenneth Moreland authored
fe9594c1 Add hint to read source code for help c3889a1a Give better error reporting when an Invoke parameter is wrong Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1022
-
Kenneth Moreland authored
In trying to give error diagnostics with template definitions of invalid types, the user encounters some pretty confusing error messages at first. There is no way to get the compiler to give exactly the diagnostics we want in a nice readable error message, so we are putting some verbose instructions as comments in the code. However, a user might not know to look at the source code since the error happens deep in an unfamiliar (and complicated) class. Thus, add (yet another) error at the front that gives a (hopefully) clear indication to look at the source code for help in understanding the errors.
-
Kenneth Moreland authored
When one of the parameters to DispatcherBase::Invoke is incorrect, you get an error in a strange place. It is deep in a call stack using some heavily templated types rather than where the Invoke is actually called. Formerly, the code was structured to give a very obfuscated error message. Try to make this easier on users by first adding helpful hints in the code around where the error is to explain why the error occured and helpful advice on how to track down the problem. Second, reconfigure the static_assert so that the compiler gives a readable error message. Third, add some auxiliary error messages that provide additional information about the types and classes involved in the error.
-