- Jan 24, 2020
-
-
6c43d488 CTestCustom: also ignore warnings from a max-size Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6413
-
Ben Boeckel authored
-
- Jan 23, 2020
-
-
-
173657d5 CTestCustom: ignore noisy warnings from icc Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !6411
-
173657d5 CTestCustom: ignore noisy warnings from icc Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !6411
-
304018b9 Fix memory leak for Python reference parameters Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6410
-
Ben Boeckel authored
-
David Gobbi authored
The docs for PyVTKReference say that PyVTKReference_SetValue(self, o) steals the reference for 'o', but that is not how it was implemented. This commit fixes the implementation so that it matches the docs.
-
0b0161dd Explicitly check for __int__ slot when resolving overloads Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Andrew Maclean <andrew.amaclean@gmail.com> Merge-request: !6379
-
79bcc112 Removed extraneous debug output Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6409
-
Will Schroeder authored
-
1f1a9c06 Update VTK-m to get GCC 6.1 compiler fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6408
-
- Jan 22, 2020
-
-
Robert Maynard authored
VTK-m + OpenMP + GCC 6.1 + >= O2 caused compile ICE's when calling functions that had a return value but had no return statement. This occurs in VTK-m when we have functions that just throw execptions.
-
82f04f6c Final cleanup of documentation 4cd4cc60 Fixed thread-safety issue related to new vtkCellArray implementation 6036d8ea Fixed error in ParametricKuen e939820a Speed improvements for vtkPolyData::ComputeBounds() 933371b3 A new, faster method for vtkPolyData::ComputeBounds() Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !6115
-
Will Schroeder authored
-
Will Schroeder authored
The method vtkPolyData::GetCellBounds() was no longer thread-safe in certain conditions (vtkIdType not the same as the underlying vtkCellArray storage type).
-
Will Schroeder authored
-
Will Schroeder authored
-
Will Schroeder authored
Added new threaded methods in vtkPolyData and vtkBoundingBox for computing GetBounds(). Added a comparison test for the methods vtkPolyData::GetBounds(), vtkPoints::GetBounds(), and vtkBoundingBox::ComputeBounds(). The speed improvements on large meshes is approximately 10x. Also, the new vtkCellArray API, and the vtkArrayDispatch framework is used. Note, as before, this new vtkPolyData::GetBounds() only considers points used by cells to determine the bounding box. Performance considerations required tuning the vtkCellArray and vtkCellArrayIterator to share memory when possible (i.e., avoid copying). Also cleaned up documentation and API for these classes. A test was added to ensure that iterator is functioning properly (e.g., is faster, sharing storage buffer as appropriate). Finally discovered an error in vtkParametricKuen which was generating NaN on some systems, which messed up the GetBounds() computation.
-
0743e8bb Little hack for htg supercursors Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !6405
-
-
- Jan 21, 2020
-
-
Yohann Bearzi (Kitware) authored
Super cursors in htg fail when reaching a neighbor outside extent. This commit adds a new invalid id in vtkHyperTreeGrid which is use to notify this case. This might need to be done better later (cherry picked from commit 2878eda0)
-
4f4ec425 changes to get rid of compiler warnings d5c9b9c7 elimate need to specify variables for pio reader Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !6370
-
-
4f4ec425 changes to get rid of compiler warnings d5c9b9c7 elimate need to specify variables for pio reader Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !6370
-
-
90fb4afe We need the alpha channel for parallel depth composite blending. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Merge-request: !6403
-
90fb4afe We need the alpha channel for parallel depth composite blending. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Merge-request: !6403
-
- Jan 20, 2020
-
-
David E. DeMarle authored
Fixes: 19413
-
2a808d04 Fix size_t to int conversion warnings from win32 compiler. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6396
-
Aron Helser authored
-
99a3e1e3 gcc 4.X std::transform impl doesn't like DataArrayTupleRange iterators d76b0ba7 vtkmlibCellSetConverters compiles with cuda and gcc 4.8 8d95e9ef Correct C++14 patterns in vtkGenerateGlobalIds c0eba0df lambda + std::transform in vtkValueSelector caused GCC 4.8.5 to ICE f07cd4ec Update VTK-m for GCC 4.8.5 fixes and osx-clang warning fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !6401
-
-
04995e0f Adding of a test for TextureMap2Sphere + seamlessU 3444bb8d Unblocking pipeline of vtkPTextureMapToSphere Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !6397
-
By moving to a manual for loop we can work around this standard library implementation limitation. (cherry picked from commit 440ae112)
-
(cherry picked from commit 3477e69c)
-
In C++11 the return type of a lambda can be only inferred if the lambda is a single statement with an explicit `return`. So for functions that have no return, we have to explicit state that they don't have a return. (cherry picked from commit 14e996fe)
-
By moving to a manual for loop we can work around this compiler limitation (cherry picked from commit a89637aa)
-
(cherry picked from commit 6b71feb3)
-
440ae112 gcc 4.X std::transform impl doesn't like DataArrayTupleRange iterators Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !6400
-