vtk-m2/vtkm
Kenneth Moreland 1e819c335f Remove uninitialized value warnings from PNGDecode
One of the dashboard compilers found a code path in PNGDecode where if
given a buffer too short for a header the info.width and info.height
were not initialized but their values still returned to the calling
function. This case does not really matter since an error is also
returned, but still technically incorrect. Fixed the problem by
initializing the width and height to 0 (which could help anyway if the
error is not properly checked).
2016-09-22 09:43:24 -06:00
..
benchmarking Move over from boost/random to c++11 random. 2016-09-08 17:10:39 -04:00
cont Merge branch 'master' into rendering-library 2016-09-09 13:59:15 -06:00
exec Move over from boost/random to c++11 random. 2016-09-08 17:10:39 -04:00
filter Add a Clip filter that can do iso value clipping. 2016-08-23 16:12:22 -04:00
internal Remove VTKm_BUILD_SHARED_LIBS from Configure.h 2016-09-08 07:58:04 -06:00
interop Remove vtkm usage of boost::shared and scoped pointers. 2016-09-01 09:38:25 -04:00
io Remove vtkm usage of boost::shared and scoped pointers. 2016-09-01 09:38:25 -04:00
rendering Remove uninitialized value warnings from PNGDecode 2016-09-22 09:43:24 -06:00
testing Merge branch 'master' into rendering-library 2016-09-09 13:59:15 -06:00
worklet Remove boost::shared_ptr from rendering library 2016-09-12 11:08:06 -06:00
Assert.h Make sure Configure.h included with Assume.h 2016-06-27 13:26:39 -06:00
BinaryOperators.h Update all of vtkm to understand it can only identify as one compiler. 2016-01-12 11:05:40 -05:00
BinaryPredicates.h Add vtkm/BinaryOperators header. 2015-08-04 16:55:53 -04:00
Bounds.h Change Field and related methods to use Range and Bounds 2016-05-29 18:49:36 -06:00
CellShape.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00
CellTraits.h Remove pixel and voxel cell types 2015-08-27 17:03:13 -06:00
CMakeLists.txt Change VTKm_BUILD_RENDERING to VTKm_ENABLE_RENDERING 2016-09-21 14:38:00 -06:00
ImplicitFunctions.h Add implicit functions 2015-10-08 09:32:14 -04:00
ListTag.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00
Math.h vtkm::Math now doesn't require boost 2016-09-02 13:32:26 -04:00
Math.h.in vtkm::Math now doesn't require boost 2016-09-02 13:32:26 -04:00
Matrix.h Add POSIX assert wrapper 2016-04-20 14:19:22 -06:00
NewtonsMethod.h Move NewtonsMethod to the vtkm package 2016-04-14 14:36:02 -06:00
Pair.h Make vtkm::Pair behave as a better core type 2015-09-20 00:01:04 -06:00
Range.h Change Field and related methods to use Range and Bounds 2016-05-29 18:49:36 -06:00
StaticAssert.h Update StaticAssert.h to use the c++11 static_assert function 2016-09-01 09:35:43 -04:00
TopologyElementTag.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00
Transform3D.h Add TextAnnotation to rendering library 2016-09-07 16:47:58 -06:00
TypeListTag.h Use WholeArrayIn instead of ExecObject for MarchingCubes worklets 2015-12-07 09:52:29 -07:00
Types.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00
TypeTraits.h Update VecTraits/TypeTraits to include types that VTK uses. 2016-02-22 14:20:25 -05:00
UnaryPredicates.h Add vtkm/UnaryPredicates header. 2015-07-30 13:12:59 -04:00
VecRectilinearPointCoordinates.h Add VecRectilinearPointCoordinates class 2015-09-02 13:50:31 -07:00
VectorAnalysis.h Refactor liner interpolation to use (1-w)*v0+w*v1 2016-03-18 10:54:56 -04:00
VecTraits.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00
VecVariable.h Add POSIX assert wrapper 2016-04-20 14:19:22 -06:00