- 18 May, 2018 1 commit
-
-
Populate a script with `map_<md5>=<sha512>` variable settings and then run the following to convert the content link files: git ls-files -- '*.md5' | while read f; do md5="$(cat "$f")" sha512="$(eval echo \${map_$md5})" rm "$f" echo $sha512 > ${f%.md5}.sha512 done
-
- 14 May, 2018 2 commits
-
-
41bbe5e6 ExternalData: Switch from MD5 to SHA512 for new content links ec4c43c0 git-gitlab-push: Add support for ExternalData SHA512 objects 97639acd pre-commit: Add support for ExternalData SHA512 objects Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4288
-
35908716 fix a memory leak and vtkstyle this for member Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !4289
-
- 13 May, 2018 2 commits
-
-
d2444015 docs: make `Return value: New reference.` explicit. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !4290
-
Utkarsh Ayachit authored
Make it more explicit in docs that a few methods in vtkPythonUtil and vtkPythonAlgorithm return new reference PyObject (similar to how Python docs document such functions).
-
- 11 May, 2018 11 commits
-
-
3e12ad2c warnings: fix `assignment operator could not be generated` 4c321676 Merge branch 'upstream-doubleconversion' into double-conversion-fixes eeb2b599 doubleconversion 2018-05-11 (f3ac1585) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Andrew Maclean <andrew.amaclean@gmail.com> Merge-request: !4287
-
David E. DeMarle authored
memory leak is minor. It would show up with osprayvolumemapper particularly if window size changed dynamically.
-
Brad King authored
Change `ExternalData_LINK_CONTENT` from `MD5` to `SHA512` so that new content links will be generated using the latter hash algorithm. Update workflow documentation accordingly.
-
Brad King authored
-
Brad King authored
-
Utkarsh Ayachit authored
-
-
597cc33a fix ios build issues c4751b8f Increment version to VTK 8.1.1 8fa3de4e comparison was being done for the wrong case 3588d82c Remove vtkProbeOpebGLSupport executable from Mobile 61694e1f Check that context exists before trying to pop context. 3538ec08 Use public instead of protected member functions 373b2a55 fixed case where the array name differed from 98a23692 fix issues with the array calc and string arrays ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4284
-
Utkarsh Ayachit authored
* upstream-doubleconversion: doubleconversion 2018-05-11 (f3ac1585)
-
Code extracted from: https://gitlab.kitware.com/third-party/double-conversion.git at commit f3ac15853b3d34acaa372ac231402300fef7eed5 (for/vtk).
-
0c6e8730 Add cstdint include. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4286
-
- 10 May, 2018 24 commits
-
-
Dan Lipsa authored
-
Ken Martin authored
The framework was using the vtk version but it was not set yet in the CMakeLists file. Old 32 bit architecture was on by default. Rmeoved. (cherry picked from commit bc4923bd)
-
David E. DeMarle authored
-
c5c670c0 Use a standard 4 byte unsigned int instead of long. 867c2066 Override and vector init warnings. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !4282
-
Ken Martin authored
It only needs to be checked when the IdType IS 64bit not when it is 32bit (cherry picked from commit f0d637bf)
-
Ken Martin authored
Remove it as it's target is for desktop and it avoids link challenges. (cherry picked from commit 2d6d5772)
-
Francois Budin authored
On some linux drivers (such as nvidia version 384.111 and 387.34) setting the context to zero causes a segfault so check before setting in cases where the destruction may be trying to pop to a zero context. (cherry picked from commit a7988f5c)
-
Steven Hahn authored
(cherry picked from commit 29f8f9ff)
-
Ken Martin authored
the variable name. Shoudl fix dsashboard issues. (cherry picked from commit 7279cebc)
-
Ken Martin authored
The old code did not correctly handle DataObjects that had string arrays in them. It would cause the index to be off after the string array. So it might look liek it worked but the data would be incorrect. Very bad. This fixes PV issue paraview/paraview#12967 (cherry picked from commit 81f882c4)
-
Ken Martin authored
Added an executable that is always built regardless of if testing is on that checkes for OpenGL2 support. This can be used to help diagnose problems when users have a build using VTK that is not working and testing is off as it is by default. (cherry picked from commit 9eba3269)
-
Ken Martin authored
Newer OSX versions no longer support it (cherry picked from commit f8a9eba1)
-
Ken Martin authored
Fix issue where if someone set relative coincident params on a dataaset mapper they had no effect. (cherry picked from commit a565bf8e)
-
Ken Martin authored
Fix an issue with the JPEGReader where it could not handle images larger than 2GB and also consumed more memory than it should. Fix issue in vtkOpenGLTexture when resizing textures larger than 2GB. (cherry picked from commit 79436154)
-
Ken Martin authored
for android superbuilds (cherry picked from commit 01a5b8e5)
-
Ken Martin authored
Path from gitlab Constantine @Butakoff (cherry picked from commit 8fb6f1d5)
-
Ken Martin authored
Add a header file function to handle some of the work in testing opengl support and selecting mesa. Also add a cmake option to turn on delayed loading for opengl. (cherry picked from commit 29607014)
-
Ken Martin authored
When handling a 3d volume it was accessing too far when there was cell data present. (cherry picked from commit 428d603a)
-
779e58dd improve the picking on the pointgaussian mapper Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !4278
-
Dan Lipsa authored
-
Dan Lipsa authored
-
-
fd6b906b 17265: Fix OpenGL2 vtkImageResliceMapper OOB issue Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4076
-
-