- 28 Mar, 2012 2 commits
-
-
David Gobbi authored
Change-Id: Ifc76340e581c5cf07b6c40b7ecd77f292b96962b
-
Kitware Robot authored
-
- 27 Mar, 2012 3 commits
-
-
Marcus D. Hanwell authored
0ecbbd07 Merge branch 'master' into charts_in_tile_display_resolve 7f33e056 Fixing vtkContextActor to work with tiled displays.
-
Marcus D. Hanwell authored
Conflicts: Charts/vtkContextActor.cxx Change-Id: I0c0dce85a1d6f2d34fe8f9af86f4a5e8354d0061
-
Kitware Robot authored
-
- 26 Mar, 2012 15 commits
-
-
David Gobbi authored
59c57b33 COMP: Fix type, var, loop warnings in vtkStructuredGridConnectivity.
-
David Gobbi authored
In PrintSelf, a for() loop had no body. In CreateGhostedMaskArrays, the variable "p" caused unitialialized variable warnings on gcc 4.0. In vtkPStructuredGridConnectivity::PostReceives, an "int" var was used to hold a std::vector size. I changed this to "unsigned int" for consistency with the rest of the file, but in actuality most occurrences of "unsigned int" in this file should be "size_t". Change-Id: I4ace7d7531fc348134b08db197c5c2805f2e1a3a
-
Utkarsh Ayachit authored
* pv-master: Make it possible to use vtknetcdf4 with external hdf5. Move netcdf_cxx option to the advanced option set.
-
Utkarsh Ayachit authored
* 3.14.1_changes: Make it possible to use vtknetcdf4 with external hdf5. Move netcdf_cxx option to the advanced option set.
-
Utkarsh Ayachit authored
* 12981_fix_top_right_chart_axes: BUG: Fixed a bug in scrolling of top and right axes.
-
Utkarsh Ayachit authored
* 12984_vtk_pyramid_fixes: fix a typo that causes memory corruption Making the parametric interior check tolerance consistent. Getting rid of compilation errors. Fixing vtkPyramid gradient calculation at apex.
-
Utkarsh Ayachit authored
* 0012790-netcdf4-with-system-hdf5: Make it possible to use vtknetcdf4 with external hdf5. Move netcdf_cxx option to the advanced option set.
-
Change-Id: I807b319b438a08dcd6236c9e149a5941859e14ab
-
The netcdfcxx option isn't important or modified often enough to warrant top billing. Also make a note that vtk's findhdf4 is unimportant so no dev wastes time on it in the future. Change-Id: I0cb6dc08530a9ba87c613fd56c81ce95cdfb7aba
-
Utkarsh Ayachit authored
* pv-master:
-
ed690b5f Merge topic 'sync-renderer-fix' into master 52cddc8e Merge branch 'datarepresentation-fix-vtk-6' 18eef172 KWSys Nightly Date Stamp e72eb442 KWSys Nightly Date Stamp b350d04d Merge topic 'remove-mangled-mesa-option' into master 30e7c55c COMP: Fix OSMesa (previous commit broke logic). b6a0563e Merge topic 'amr-iterator-fix' into master b5bedc10 Merge topic 'custom-plot-matrix-tooltips' into master d8c75816 Add support for custom tooltips in vtkScatterPlotMatrix 383303d8 Make vtkChartXY handle having no tooltip c1442e7e KWSys Nightly Date Stamp 0a601d08 Merge branch 'pv-master' into HEAD 2e3cf05a Merge topic '12984_vtk_pyramid_fixes' into master 9c21fa50 KWSys Nightly Date Stamp 48e93e39 ENH: Simple AMR Iterator accesss API test 09c5343d BUGFIX: Set level of AMR box for iterator ...
-
bdadc225 COMP: SetPass(..) has moved to vtkOpenGLRenderer
-
c9a6eeff Merge remote-tracking branch 'remotes/gitorious/VTK-6' into vtk-6 c18d3d4c Merge topic 'compositedatapipeline-fix' into master 79ce2851 Fix cut and paste error in vtkCompositeDataPipeline 4b62f2bd Merge topic '13001-imageactor-slice-compat' into master 1fda090d Merge topic 'fix-rcb-partitioner-ivar-defects' into master 55bc81a3 Merge topic 'RenameBooleanOperation' into master 5e6cc1a4 ENH: Remove 'using std::cout/endl' 012c45da BUG 13001: Fix backwards compatibility of GetSliceNumberMin/Max(). 28469421 KWSys Nightly Date Stamp 515f3c4b Merge topic 'chart-set-tooltip' into master 0a77725f BUG: Enum values should be unique 610601d0 Merge topic 'BadCharacters' into master ce0939a9 ENH: Fix ivar defects and minor style changes 9a65066c DOC: Bad character 65579200 Add vtkChartXY::SetTooltip() method 2c5ca1b0 Merge topic '0012996-vtkSortFilenames-Typo' into master ...
-
8918f03d Make it possible to use vtknetcdf4 with external hdf5. 05972ce0 Move netcdf_cxx option to the advanced option set. 12f985b0 Merge branch 'qt-wrap-hierarchy-rel' into release 3d65498e Merge branch 'boost-api-change-rel' into release 528adf11 Merge branch 'charts-top-right-axis-bug-rel' into release e3bc66fd Merge branch 'chemistry-python-wrapping-rel' into release 771f45b2 Merge branch 'charts-valgrind-rel' into release f5ca6011 BUG: Fixed a bug in scrolling of top and right axes. 87e0c1eb COMP: API change in Boost Graph Library. 7aaf1d8e BUG: Fix the wrapping of QVTKInteractor. be520266 BUG: Fix bug 12978 - python chemistry CMake variable. 34298aed Increment version to VTK 5.10.0 e46f3ece KWSys Nightly Date Stamp 05b9f407 Merge topic 'pi-precision' into master 9bcb5ff5 COMP: Fixed warnings about unitialized memory. 8bd0d55d Merge topic 'vtkImplicitPlaneWidget2' into master ...
-
Kitware Robot authored
-
- 25 Mar, 2012 2 commits
-
-
David Gobbi authored
e761aab2 COMP: various changes for C++11 compatibility
-
Kitware Robot authored
-
- 24 Mar, 2012 1 commit
-
-
Kitware Robot authored
-
- 23 Mar, 2012 1 commit
-
-
Kitware Robot authored
-
- 22 Mar, 2012 9 commits
-
-
David Gobbi authored
bee52a20 BUG: Re-enable python wrapping of vtkCommand event ids.
-
David Gobbi authored
Commit 1993b941 made the event enum constants invisible to the wrappers. This change makes it possible for the wrappers to expand the macros used to define the constants, and hence allows the constants to be wrapped again. Change-Id: Ib36d00f80caf7d87cdfcd479c15e6ebc176e240e
-
Philippe Pébay authored
Change-Id: Ie09237bb978dd84e07b4e6e8b0a8109d2dcd8e02
-
Philippe Pébay authored
Change-Id: I77a1ae9eb899cdb4433f072db07b9a062f7b2a72
-
Philippe Pébay authored
Change-Id: Ife9a64ea03bb54bb14c165bb035c803c82f68aa8
-
Philippe Pébay authored
Change-Id: I5a901e547350d185440bb1cb33a4e04f6f18439b
-
Philippe Pébay authored
Change-Id: Idd3b58de7a3caeb917fa2834d15371f04783b716
-
Kitware Robot authored
-
- 21 Mar, 2012 4 commits
-
-
Andrew Bauer authored
f0ca32a1 Fixed typo in documentation that caused doxygen problems.
-
Andrew Bauer authored
Change-Id: I88e78b1bbef106ca1a3e2b1c4cbeb57efb5d5f13
-
Fixed some warnings issued by clang's -Wc++11-compat. These would be errors building as C++11. Changes are backwards compatible with C++98. Also fixed some nearby whitespace. Change-Id: I566b221cf7dcf0c24143bb54ba33f3b0e715dee0
-
Kitware Robot authored
-
- 20 Mar, 2012 3 commits
-
-
Dave DeMarle authored
Change-Id: I61e894a4a53ec1a139195a1773320e4f1089b7a7
-
Julien Finet authored
e46fcca5 BUG: Fix wrapping of std::string broken by recent commit.
-
Dave DeMarle authored
Change-Id: I31fa3c7c267cce709a0ad44ca6ba09af2592caa7
-