- Dec 08, 2015
-
-
Brad King authored
VTK no longer supports any compilers that have `__int64` but not a `long` or `long long` that is 64-bit. Therefore all code that is conditional on VTK_TYPE_USE___INT64 is never used and can be dropped.
-
- Dec 07, 2015
-
-
6495a540 Define target before setting target_compile_features Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !969
-
7e8454b9 vtkFiltersStatisticsGnuR: Simplify availability of uintptr_t Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !971
-
55f16689 Fix a bug with vtkDelaunay2D. ac7a28f9 Fix a bug with vtkDelaunay2D. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !455
-
Joachim Pouderoux authored
In a previous patch, a mechanism was added to check edges once constrained edges were applied. However, in some cases, this check can break some constrained edges. This patch make sure to not perform this edge check for triangle edges which contains a constrained edge.
-
- Dec 05, 2015
-
-
200a974f Minor variable redec warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !973
-
Ken Martin authored
Fix edge flag being set and declared twice
-
- Dec 04, 2015
-
-
a4275ab0 Documentation: add docs for making a release Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !498
-
Ben Boeckel authored
-
Ben Boeckel authored
* gl/dgobbi/python-py3k: Fixing bug from 5b6e9c49 with test inversion PyVTKObject: add .c_str() PyVTKObject: shorten the lifetime of the `s` object PyVTKObject: own the classname memory
-
Brad King authored
Use the pattern introduced by commit v6.0.0.rc1~925^2 (Use uintptr_t rather than rely on VTK_SIZEOF_VOID_P, 2012-08-16) to get uintptr_t everywhere we support.
-
Shawn Waldon authored
-
2c875d25 Drop unused memorized try_run result Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !968
-
417d6fde Notify when using the VTK modified netcdf API. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !960
-
d5a549c9 java: ignore bootstrap class path warning 9d96017a vtkJavaMemoryManagerImpl: parameterize Constructor for inspection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !941
-
be6596d5 Add binary WebSocket endpoint for pushing images to Web clients Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !964
-
cff62a10 Preparation to deprecate vtkStreamer and subclasses. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !961
-
263583d1 Make the rebuilding of VBO and IBO very conservative_vbo_ibo_rebuild Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !957
-
029c8002 Enable vtkTableBasedClipDataSet to generate clipped output. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !962
-
7cd3bfd2 Exclude compiler detection header from wrapping 41be444f Add detection of c++11 compiler support Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !800
-
Joachim Pouderoux authored
In a previous patch, a mechanism was added to check edges once constrained edges were applied. However, in some cases, this check can break some constrained edges. This patch make sure to not perform this edge check for triangle edges which contains a constrained edge.
-
3daf2583 Correcting invalid use of GilEnsurer Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Bill Lorensen <bill.lorensen@gmail.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !958
-
- Dec 03, 2015
-
-
Sebastien Jourdain authored
-
T.J. Corona authored
This commit is in reference to issue #0015663. vtkTableBasedClipDataSet has methods for enabling a secondary output of clipped data, but the implementation did not exist. This commit facilitates the output of clipped data upon request by simply toggling the InsideOut field and running the filter again.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
David C. Lonie authored
VTK's third party netcdf is not consistent with upstream, as some methods take 'size_t*' instead of 'long*' parameters. Previously we worked around this by checking if system netcdf was being used, but the ParaView superbuild installs a netcdf with the same modifications as the 'system' version. This patch adds a new define to the modified headers, and the same define is added to the PVSB netcdf package so we'll know when we're using the modified version of the library.
-
Berk Geveci authored
vtkStreamer, vtkStreamLine, vtkStreamPoints, vtkDashedStreamLine will be deprecated. In preparation, change tests to use vtkStreamTracer. Also removed some references to these classes in comments.
-
9d152109 Warn only once about Apple bug Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !948
-
49f5d4cd Fix rendering gradient background with vtkRenderLargeImage Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Aashish Chaudhary <aashish.chaudhary@kitware.com> Merge-request: !841
-
Ben Boeckel authored
-
03417950 Fix occasional failure of testing if a point is in or out of a triangle 415163db Fix a bad index issue that make constrained delaunay2d crash Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !949
-
Ben Boeckel authored
* gl/Xabi/release-6.3-vtkDelaunay2D-fixes: Fix occasional failure of testing if a point is in or out of a triangle Fix a bad index issue that make constrained delaunay2d crash
-
Mathieu Westphal (Kitware) authored
Detected by otherPrint tcl test
-
619ad8a6 Update the orientedContourWidget coincident support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !953
-
Ken Martin authored
This topic should make it so that the VBO and IBO only gets rebuilt when it really needs to. Instead of relying on high level MTimes it actually looks at the pieces of data that impact the VBO or IBO respectively. The VBO can build without the IBO rebuilding and vice versa.
-
ef49e577 Comments + style cf42ad5e Correcting NO_PYTHON_THREAD in PYTHON_FULL_THREADSAFE 7c8572e0 Adding a NoRelease Option to GilEnsrurer and use it Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !951
-
Mathieu Westphal (Kitware) authored
-