- Jan 10, 2018
-
-
37693858 vtkCompositePolyDataMapper2 enhancement Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3784
-
bead12e2 Merge branch 'upstream-KWSys' into update-kwsys f933b1d4 KWSys 2018-01-10 (49a21d48) Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ken Martin <ken.martin@kitware.com> Merge-request: !3785
-
97d53e76 Fix float conversion in vtkVolumeMapper.cxx Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !3774
-
Michael Migliore authored
-
218e910a Clean up dashboard warnings Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3786
-
d2578e8d fix hardware pick to use the zbuffer not lock it Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3703
-
Will Schroeder authored
-
Brad King authored
* upstream-KWSys: KWSys 2018-01-10 (49a21d48)
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 49a21d486ad394a64ff1f69cf69d62cb587758b0 (master). Upstream Shortlog ----------------- Ben Boeckel (1): 3e807fd6 cmake: specify source file extensions Brad King (1): 38855ca1 Set CMP0042 explicitly with CMake 3.0 and above Chuck Atkins (1): 4ca97fc6 SystemTools: Disable getpwnam for static linux builds luz.paz (1): 4b67f965 Remove superfluous double whitespace in appropriate places
-
e9ce8d4d fix compile warning of unused variable in VolumeShaderComposer.h Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3783
-
Ken Martin authored
Just cleaning up some dashboard issues that have been introduced
-
3924d90e Adding a AdaptiveStepReintegration check in the model 3bc25b98 Adding a option to generate vertex instead of polyvertex Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3735
-
Mathieu Westphal (Kitware) authored
-
- Jan 09, 2018
-
-
37ec0229 misc. typo fixes Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !3781
-
luz.paz authored
Found via `codespell`
-
Brad King authored
-
Brad King authored
7ab4c781 KWSys: Backport macOS utimensat availability check to VTK 8.1 Reviewed-by: Sean McBride <sean@rogue-research.com> Merge-request: !3779
-
bccd8290 Fix warning in FFMPEG 2.* or newer. Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3775
-
Mathieu Westphal (Kitware) authored
-
Brad King authored
Backport KWSys commit aa9f3a82b2 (macOS: Account for deployment target when checking for utimensat, 2017-09-20) to VTK 8.1. The SDK for macOS 10.13 adds `utimensat`, but the symbol is not available at runtime on older macOS versions. Check the deployment target before using the symbol. Fixes: #17213
-
46116cab Merge branch 'upstream-KWSys' into update-kwsys cc74cc1c KWSys 2018-01-08 (f7990fc2) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3777
-
- Jan 08, 2018
-
-
Mmanu Chaturvedi authored
-
a007b93d New extrusion filter extrudes to trim surface Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3700
-
b94cdac8 Avoid breaking ParaView's CS wrapping of vtkGDAL. Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3776
-
cb8f6bf1 More typo fixes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3768
-
16c43f79 Fix GPU based iso surfaces rendering when no contour values are given. Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Michael Migliore <michael.migliore@kitware.com> Acked-by: Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !3737
-
6b3513cc Ensure that vtkMath::Min/Max consistently handle NaN inputs. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3772
-
Will Schroeder authored
This filter extrudes a generating polydata until it intersects a trim surface. Two inputs are required: the input generating polydata and the trim surface (also polydata). Options exist to control the capping process to produce the end cap at the average intersection distance, maximum intersection distance, minimum intersection distance, and as intersected. Further, vtkStaticCellLocator was not thread safe in its line intersection method, and the locator was not intersecting cells properly in all cases. The bin - line intersection traversal algorithm was confusing and non-optimal. Hence the commit also includes a rewrite of the intersection code to be thread safe and to use a more efficient bin/voxel traversal method.
-
Brad King authored
* upstream-KWSys: KWSys 2018-01-08 (f7990fc2)
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit f7990fc29bfb102ead2024ebca07939f690a64e6 (master). Upstream Shortlog ----------------- Brad King (11): c8cfe4e0 SystemTools: Drop SplitProgramFromArgs function aa9f3a82 macOS: Account for deployment target when checking for utimensat 41c93d97 Remove unnecessary testIOS 7a4cca11 Process: Refactor test compile flag addition 90886a99 Process: Fix tests under ubsan bfdbfe9b Avoid requiring CMake 3.4 string(APPEND) 1b09cf0d Configure: Add KWSYS_FALLTHROUGH macro for C++ code 7b6fa277 ConsoleBuf: Add explicit switch case fallthrough markup e9557f37 RegularExpression: Fix regression in 'find' method 09724ac8 hashtable: Avoid use of std::unary_function 9995f700 hashtable: Drop when building inside CMake Bradley Lowekamp (1): b4507c9c Remove dead code from Configure.h.in Bryon Bean (1): 8e428c18 Process: Add function to kill process (and children) with pid Clinton Stimpson (1): e9d2b696 SystemTools: Cache only existing path names in GetActualCaseForPath Domen Vrankar (1): 9e0b4d1a SystemTools: set default MakeDirectory permissions mode Gregor Jasny (1): 8e029751 SystemTools: Fix IsSubDirectory for subdirs of drive root Hans Johnson (1): 7d7f3b2d Configure: Add KWSYS_NULLPTR macro for C++ code Justin Berger (2): 6d73752d Allow KWSYSPE_USE_SELECT macro to be overriden at compile time. da61baff Added cmake settable property to enable the macro Matthias Maennich (5): 6599eda6 testRobustEncoding: restore format flags for std::cout before exiting 862562ce SystemInformation: fix potential off-by-one write 13e02b76 processUNIX: close intermediate file descriptor in error case 73c491e8 processUNIX: fix not null terminated buffer during error reporting ce55a255 testSystemTools: fix some copy'n'paste issues Rolf Eike Beer (9): caaef6bb testSystemTools: avoid strcpy() a5046656 SystemTool: remove unused Convert*MacroString() 6ca15069 SystemTools: make Getcwd() more efficient on Windows 6d7eb3a1 CommandLineArguments: do not check variable before delete[] 3b8fefea remove pointer checks before calling free() cf8beae3 ProcessUNIX: use strdup() instead of open coding it 5d2aff9d ProcessWin32: use strdup() instead of open coding it 8717ac15 DynamicLoader: use std::string instead of strcpy() + strcat() 88d4dd4b CommandLineArguments: use std::string in GenerateHelp() Sebastian Holtermann (4): 4d1e8738 RegularExpression: Make compile() reentrant (thread safe) 64f80068 RegularExpression: Make find() reentrant (thread safe) bbc94ba8 RegularExpression: Remove unused code cff58f07 RegularExpression: New RegularExpressionMatch class Steven Velez (1): 80652055 Directory: Use Windows Extended Paths Volo Zyko (1): 9f6cd407 SystemTools: Fix removing of soft links to directories on Windows. Wouter Klouwen (1): 749b7506 ProcessUNIX: Use monotonic clock in kwsysProcessTimeGetCurrent() for POSIX luzpaz (1): 9a1d5901 Fix trivial typos in text
-
Joachim Pouderoux authored
Also fix vtkVolumeProperty::GetMTime() to consider IsoSurfacesValues MTime.
-
- Jan 07, 2018
-
-
2038ecc2 Fix pessimizing-move warnings. 211d260c Remove GetBounds(port) from vtkAbstractVolume. f74184ab Fix container-overflow. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3773
-
Alvaro Sanchez authored
-
Alvaro Sanchez authored
Since vtkMultiVolume is only supported by vtkGPUVolumeRayCastMapper currently. Fixes overloaded-virtual warnings and hides specific API.
-
David Thompson authored
Without `vtkTypeMacro`, the vtkGDAL class cannot be wrapped for use by ParaView's client-server libraries -- they use the SafeDownCast method the macro provides. Add it.
-
- Jan 06, 2018
-
-
91a8e3a8 Fixed all compiler errors when vtkTypeBool is actually bool 322410ee Introduce typedef unsigned int vtkTypeUBool e3cce433 Changed more int to vtkTypeBool Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: David Gobbi <david.gobbi@gmail.com> Acked-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !3721
-
Utkarsh Ayachit authored
Fixes the following warning that popped up in ffmpeg libavformat 55.20.0. ``` Using AVStream.codec.time_base as a timebase hint to the muxer is deprecated. Set AVStream.time_base instead. ```
-
- Jan 05, 2018
-
-
-
aad077af backport mr 3690 to 8.1 release Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: David E. DeMarle <dave.demarle@kitware.com> Merge-request: !3766
-
122251c9 DynamicAnalysis: Blacklist third party modules and libraries 625e69a5 Remove unused file Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3770
-