- Dec 02, 2014
-
-
Bill Lorensen authored
A number of classes in Infovis/Core were not being compiled. This patch: 1) Moves vtkConvexHull2D and vtkGraphAnnotatedLayersFilter to Rendering/Annotation. 2) Reinstates tests for vtkConvexHull2D, vtkDotProductSimilarity, vtkArrayNorm 3) Removes unused test for TestTimePoint. The vtkTimePointUtility is already tested in Common/Core. Change-Id: I51c23a20897590531435f784602570865ebcb22b
-
- Dec 01, 2014
-
-
Dan Lipsa authored
Change-Id: Iad597e207a4296dabf765ac084b28e2dcc2251de
-
Dan Lipsa authored
Change-Id: I9ddbc050bd4cdb0c9dafaed55dd427b84f8a551c
-
Ben Boeckel authored
ca540cb3 hdf5: check for the right policy
-
Ben Boeckel authored
Change-Id: I04ffba759412a4e3877b8278d499a03f0a219199
-
Tim Thirion authored
8aef7c2b Add in support for OpenGL ES 3.0
-
Ken Martin authored
Make the build process use the opengl ES 3.0 header files if selected and modify the backend to enable more features when using ES 3.0. VAOs, FBOs, and instanced draw calls are enabled. There are still some changes to be made for textures probably and as with ES 2.0 only some modules have been tested/converted. Change-Id: If244dc5bc9295a86f98b032b3a21995336a8fb05
-
Aashish Chaudhary authored
740f0188 Fix crash when running VolumeUpdate test
-
- Nov 30, 2014
-
-
Ken Martin authored
7eaad015 Add x86_64 to list of archs for iOS simulator 72dfcc38 Add CMake option to select OpenGL ES 2.0 or 3.0
-
- Nov 28, 2014
-
-
Sean McBride authored
a5c4a9a7 Fixed memory leaks and malloc(0) 14c4790c Fixed null deref by returning upon error e3337306 Fixed obvious dead stores 33dde16e Fixed null deref and whitespace/indentation ba931533 Prevent null dereferences 845c2495 Remove a likely dead store 9d6d565c Suppress numerous warnings about using uninitialized memory 6fd5a5d5 Removed dead stores 2bacee00 Removed dead store to ‘j’ d00f6005 Init memory to prevent it being used uninitialized 53c18de6 Prevent null deref of ‘composite’ fn pointer 08852157 Prevent null deref of ‘null’ c5bacd4c Fixed incorrect indentation
-
Sean McBride authored
Fixed some minor leaks in error branches. Prevent a malloc(0) from occurring by bailing beforehand. Change-Id: I85cdc7d12a2598d477f3b956b86d445273698ed6
-
Sean McBride authored
Change-Id: Ide321068640c611d019edc3ee4c0fe6149da7ed3
-
Sean McBride authored
Change-Id: I57060140d0aac4aff423850435a65b3e1a3a4e6f
-
Sean McBride authored
Change-Id: I9d58e84125fc9626aeb426e063ff4f257a722c37
-
Sean McBride authored
Change-Id: I34437c615cddf42cae3f2f4e0431847679a0c251
-
Sean McBride authored
Change-Id: If2622b4bdbf1c85b392d208d18a8e2c826533941
-
Sean McBride authored
Many callers of this API pass an initialized buffer to the second param, and assume this method fills it. But there’s a branch where the buffer is not filled, yet no return value to know it wasn’t filled. So as to not change this public API’s behaviour, I just added an assert to tell the analyzer that the error branch is “impossible”. Change-Id: Ic77437170af76a2f964333a988cc6ba69eb78a46
-
Sean McBride authored
Change-Id: I19b9050038f9ff1e1c2cdad08c509f63bdc3b4ac
-
Sean McBride authored
Change-Id: I7b8eb343e237542852e1a7d390a8b871dd1506f4
-
Sean McBride authored
w02 was already initialized identically. Change-Id: I4feff66616df4e85192e468cee6337a0e0fcb1d0
-
Sean McBride authored
Change-Id: I6df0e6ce8ab0501039cba389d09d4178baa6b906
-
Sean McBride authored
Change-Id: Ibb61e026a0eb2cab589ed837444bd7ff5a302bc2
-
Sean McBride authored
Change-Id: Ia9e0ecef8febcff4989e7e3155588ef46f5168c5
-
Tim Thirion authored
Most new Macs and iOS devices are 64-bit now, so make it a default. Change-Id: I4dd8a49557ad08f7bfd495f1517d53eb92eef297
-
Tim Thirion authored
Change-Id: I7931c771755419c64963f531eebca7634e647eeb
-
Sankhesh Jhaveri authored
Change-Id: Ief6b7556ae79a8fe6c8ef400d099b6a4def81343
-
Sean McBride authored
fd385ce8 Hopefully supress dashboard compiler warning in QT header
-
- Nov 27, 2014
-
-
Aashish Chaudhary authored
498c2528 BUG: Representation not updating when volume input changed
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: Ie0386a7a318c1b29aac142528ecd71662fe703c0
-
6dee6fde Fix KdTree::GenerateRepresentation and add test. aec1c0b7 Merge topic 'fix-frustum-bug' into master 35df8484 fix a bug in triangle frustum intersection c76a183c Merge topic 'update-hdf5' into master db8d3e20 Make hdf5 properties advanced. f0480df1 Merge topic 'fix-mingw' into master 132fec1b snprintf from HDF5 conflicts with the one from GMVReader 16aab8e2 Merge topic 'geovis_raster_reader' into master b6417845 Merge topic 'break-warning' into master 3637cce3 Merge topic 'particle_path_fix' into master cdc8d8ae Fix unreachable-code-break warnings. 6b41931d Merge topic 'xdmf3_writer_smaller_files' into master 28e05a3a Merge topic 'valid_image' into master 8cf31408 Add valid image for other systems (not AA etc) 4411fdcb Merge topic 'fit_test_to_macbook' into master ac27a776 Merge topic 'lighting_fixes' into master ...
-
- Nov 26, 2014
-
-
Sankhesh Jhaveri authored
Change-Id: Icb8b1d2264329f9514285cbbba5c34567651154c
-
Sean McBride authored
4dc4b4f9 Fixed use of memory after its deallocation
-
Sean McBride authored
Change-Id: Icaed60ca1f190392f5580391a6afab033e74f6ce
-
David Thompson authored
905de370 Fix SetAllArrayStatus on the ExodusII reader.
-
David Gobbi authored
afeea15c Before c99, variable decls go before other statements.
-
Sean McBride authored
Suppression used since we can't change QT itself easily: In file included from /Users/kitware/Dashboards/My Tests/Nightly/VTK/build-gcc/GUISupport/Qt/moc_Q4VTKWidgetPlugin.cxx:10: In file included from /Users/kitware/Dashboards/My Tests/Nightly/VTK/build-gcc/GUISupport/Qt/../../../source/GUISupport/Qt/Q4VTKWidgetPlugin.h:28: In file included from /Users/kitware/Dashboards/Support/Qt-4.8.0/include/QtDesigner/QDesignerCustomWidgetInterface:1: In file included from /Users/kitware/Dashboards/Support/Qt-4.8.0/include/QtDesigner/customwidget.h:45: /Users/kitware/Dashboards/Support/Qt-4.8.0/lib/QtDesigner.framework/Headers/extension.h:94:50: warning: unused parameter 'manager' [-Wunused-parameter] inline T qt_extension(QAbstractExtensionManager* manager, QObject *object) ^ /Users/kitware/Dashboards/Support/Qt-4.8.0/lib/QtDesigner.framework/Headers/extension.h:94:68: warning: unused parameter 'object' [-Wunused-parameter] inline T qt_extension(QAbstractExtensionManager* manager, QObject *object) ^ Change-Id: Ia645327ecffe1ef06e5d4349d01dd5da80ecf295
-
David Gobbi authored
Change-Id: I314daa01a72d6566076db8191d173db84cab3bf7
-
David Gobbi authored
12130b2c Before c99, variable decls go before other statements.
-