- Jan 06, 2017
-
-
Ken Martin authored
I think the old code was fine but tsan can have false positives with some atomic types and race conditions so try another fix
-
f0729750 Fix NULL socket crash Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !2318
-
- Jan 05, 2017
-
-
0f2b56e4 Prefer GetIncrements(incs) over getting a pointer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2325
-
ba4813f2 fix unsafe memory write in vtkImageGradientMagnitude etc Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2320
-
David Gobbi authored
The GetIncrements() method calls ComputeIncrements(), and if you do not supply your own array, then the vtkImageData::Increments ivar is modified and returned. This means that the signature of ComputeIncrements() that returns a pointer is not thread safe.
-
17d4747e Restore FBO bindings after SurfaceLIC rendering. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2313
-
70bd204f Fix off-by-one error in TestGLS2PSTextOpacity 2c51d6fe Prefer prefix increment/decrement on iterators Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2323
-
David Gobbi authored
This error was found by cppcheck.
-
David Gobbi authored
This fixes performance warnings for cppcheck.
-
Ken Martin authored
The class was writing to a memory location from multiple threads bro. Also fix thread issues in the TestAtomic and TestConditionVariable tests.
-
d461040c fix type conversion warnings on new dashboard machine Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2317
-
07d84f48 fix CMP0020 issue for Examples/Widgets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2316
-
Ken Martin authored
fixing dashboard issues
-
Mathieu Westphal (Kitware) authored
In some cases, when server closes unexpectendly the client may try to send data to the server while it's socket has already been destroyed, provoking a segfault. This fixes it.
-
- Jan 04, 2017
-
-
4611c773 added some more gl2ps valid images Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2310
-
Ken Martin authored
new versions of cmake warn on no setting
-
Ken Martin authored
seems to be a fair bit of variablility on systems
-
4ed3f155 fix failing header tests for pLagrangianParticalTrackker Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2311
-
6b9b8c8e Use properly sized MAX values to force newer mtime. ddd40c22 Add min/max defines for vtkMTimeType. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2312
-
David C. Lonie authored
Refs paraview/paraview#17088.
-
9a46ad06 Dan's revert missed this chunk of code Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2306
-
David C. Lonie authored
MTimes are more complicated now than they were when this code was written, and may be different types.
-
David C. Lonie authored
These follow the naming convention used for vtkIdType. Also added the missing min/max defines for the vtkType[type][size] typedefs, as they were needed for some of the MTime implementations.
-
363f2155 Fix TubeFilter when generating texture coordinates Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2219
-
Ken Martin authored
was missing comment and VTK_DELETE_FUNCTION
-
4e5c7f67 Fixed null dereference warned by cppcheck Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2280
-
a8e1ef08 Fixed clang -Wstrict-prototypes warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2307
-
43ce2ed0 Correcting vtkCutter progress Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !2304
-
32b5c8bc fix a compiler warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !2305
-
- Jan 03, 2017
-
-
Sean McBride authored
Strictly speaking, in C, unlike C++, one must use void for an empty parameter list.
-
Ken Martin authored
Revert this as it is probably causing issues on some systems.
-
Ken Martin authored
The code was producing a compiler warning on some systems. The code was fine but could be changed to shut up the warning.
-
Mathieu Westphal (Kitware) authored
Previous version of the progress computation was incorrect in some cases this fixes it.
-
- Jan 02, 2017
-
-
7dde74cf Disable `GL_POLYGON_SMOOTH`. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2303
-
Utkarsh Ayachit authored
Disabling GL_POLYGON_SMOOTH in vtkOpenGLContextDevice2D. It causes odd blending artifacts with Nvidia drivers on Linux when using Qt5 + OpenGL2.
-
b733aad1 Improving vtkAggregateDataSetFilter Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2285
-
df1bbe21 Memory bugfixes for LagrangianParticleTracker Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !2292
-
Lucie Macron authored
-
Mathieu Westphal (Kitware) authored
This commits fixes small memory issues with the lagrangian particle tracker as weel as changing the defautl surface array value to Terminate
-
- Dec 28, 2016
-
-
fe3a9c4c Revert warnings to debug messages introduced by !1948 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Bill Lorensen <bill.lorensen@gmail.com> Merge-request: !2298
-