- 01 Jan, 2014 1 commit
-
-
Utkarsh Ayachit authored
There was a race condition in vtkDataEncoder when terminating all worker threads. There was a potential that worker threads would terminate just before the master thread started to wait for them to terminate. This patch addresses that issue by ensure that no threads can terminate until the master thread starts to wait for them. Change-Id: I7c9b7571e03b7d19a30329403d5c4dbfc3c2ad3e
-
- 28 Dec, 2013 4 commits
-
-
Utkarsh Ayachit authored
af508c83 Fix send/receive for composite datasets. 84c0666e Preserve composite-data names in legacy readers/writers.
-
Utkarsh Ayachit authored
Send/Receive for composite datasets was using custom logic which predated the fact that vtkGenericDataObject[Reader|Writer] supports composite datasets. Fixed that. vtkCommunicator no longer needs custom logic to ship composite datasets. Change-Id: I94fbac0abb83069281cb3c2fa9e223b5cca63a0d
-
Utkarsh Ayachit authored
vtkCompositeDataWriter/vtkCompositeDataReader didn't preserve composite data block names. Fixed that. Change-Id: Iad7c950bab05064f617e881f09cd7ff179398673
-
Utkarsh Ayachit authored
13b31513 Adding new naming modes to vtkSplitColumnComponents.
-
- 27 Dec, 2013 5 commits
-
-
Utkarsh Ayachit authored
vtkSplitColumnComponents now support multiple naming conventions for naming array components, including ways to use the component name specified in the array, if any. Also enabled the TestTableSplitColumnComponents and adding logic to test the new naming modes in it. Change-Id: I42848d522d643043cbb6fb793f1d5ad3c63c52f4
-
Dave DeMarle authored
a443bea2 Fixed compiler warning about shadow declaration of variable
-
Bill Lorensen authored
2dc2e641 ENH: Add test for POpenFOAMReader
-
Sankhesh Jhaveri authored
Change-Id: I8a17792958f726e3a2b46ba88728dfd6339f236b
-
Bill Lorensen authored
Change-Id: I7fccf57a0bfaa524d31f18d3e74449ca5990087a
-
- 26 Dec, 2013 1 commit
-
-
Bill Lorensen authored
352e3122 ENH: Add test for vtkOpenFOAMReader
-
- 25 Dec, 2013 3 commits
-
-
Bill Lorensen authored
Change-Id: Ib3fe1840f712a626179de7de4261427de1aeeb60
-
Bill Lorensen authored
5df08873 COMP: Shadowed variable warning
-
Bill Lorensen authored
Change-Id: I35049798497e8c690e8cd69ad955219a0c740ce2
-
- 24 Dec, 2013 4 commits
-
-
Sebastien Jourdain authored
44ea875c Add Web event for viewport interaction
-
Sebastien Jourdain authored
Change-Id: I4dfb1603fb41d3c0675691e846c1883bf56ba729
-
Bill Lorensen authored
e38e93f4 ENH: Added test for vtkMFIXReader
-
Andrew Bauer authored
f3ef1790 Changes to allow for multiblocks and seeds to change over time steps.
-
- 23 Dec, 2013 5 commits
-
-
Bill Lorensen authored
Added a test for MFIXReader. Sample dataset provided by Terry Jordan. Change-Id: Ib1f2b37d8882550260fc35d5e5c9967f01983c51
-
Utkarsh Ayachit authored
ba45df80 BUG: Remove broken vtkSESAMEReader
-
Dave DeMarle authored
e9ebae9a Fix warnings and TestEmptyInput test
-
George Zagaris authored
This commit fixes various warnings for the windows dashboards and warnings due to unused variables when compiling in release mode. Further, TestEmptyInput was failing on vtkPUnstructuredGhostDataGenerator, which, was not checking for empty input. Fixed that. Change-Id: I9d7154d0be9af6b42516b136f489619ddd1b3e85
-
Utkarsh Ayachit authored
f6c0f71c Fixes issue with MFix reader and timesteps.
-
- 22 Dec, 2013 2 commits
-
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: I4adcb5b54c0b06e5b59577e56753cc246984c9d6
-
Utkarsh Ayachit authored
0ae9a6d7 Merge topic 'fix-java-windows-install-rules' into master 40e24641 Provide valid dll directory path for Java install rules d44754cc Merge topic '0014453-fix-for-streamtracer' into master 0664ec35 Merge topic 'dataset-surface-fix' into master 3978a87e Fixed issue in filter leading to sanitizer errors. 0dec660c Merge topic 'module-RUNTIME_LIBRARY_DIRS' into master c7e38430 Merge remote-tracking branch 'pvvtk/pv-master' into HEAD a9b6127d Merge topic 'areroul_is_not_valid' into master e24213c3 Merge topic '0014200-incorrect-vtkAxisActor2D-scaling' into master dd4b51b9 Report runtime linker search path to VTK clients 7b045ad7 Fix typo in vtktiff CMakeLists to areroul. 0f33c6a7 Merge topic 'unstructured-ghost-zones' into master 09a16733 Merge topic '0014446-raycastrendertexture-must-enable-blending' into master 2f40000d Merge topic 'tcl_interactive' into master dff62296 Merge topic 'Coverage_HyperOctreeIO' into master a99e8317 Merge topic 'Coverage_ChacoGraphReader' into master ...
-
- 21 Dec, 2013 1 commit
-
-
Bill Lorensen authored
vtkSESAMEReader is not tested in VTK. Furthermore there is no data in VTK to test it. There is data in the paraview data git repo. A small test program that reads the paraview file fails with this error: ERROR: VTK/Common/ExecutionModel/vtkExecutive.cxx, line 754 vtkCompositeDataPipeline (0x7fc312002af0): Algorithm vtkSESAMEReader(0x7fc3120022a0) returned failure for request: vtkInformation (0x7fc31060da20) Debug: Off Modified Time: 1244 Reference Count: 1 Registered Events: (none) Request: REQUEST_DATA ALGORITHM_AFTER_FORWARD: 1 FORWARD_DIRECTION: 0 FROM_OUTPUT_PORT: 0 There is vtkPrismSESAMEReader in the paraview repo that does work. Rather than duplicate the working code in paraview, this patch remove the untested, non-working vtkSESAMEReader from VTK/IO/Geometry. Change-Id: I194824b28c951b2d85f26ee85d8004fda44f19d8
-
- 20 Dec, 2013 10 commits
-
-
Sebastien Jourdain authored
40e24641 Provide valid dll directory path for Java install rules
-
Sebastien Jourdain authored
Change-Id: Ia7d59e282e235df95ea3d984e7f7d84772f710f7
-
Berk Geveci authored
921fac16 bug 14453 fix for stream tracer
-
Andrew Bauer authored
By default this class assumed that multiblock dataset inputs and seeds would not change over time. This is a bad assumption. Also, there were variables to turn this behavior off but the setter methods were never created. Now, the more general behaviour is to assume that multiblock data sets and seeds may change over time and to provide the setter methods to change to the more efficient calculations based on static information. Change-Id: Ib4cf5ef818f314708d1aac5e2247a66b59fe7654
-
Terry Jordan authored
This is a fix to remove an errant additional scalar causing the timestep information array to be misaligned with the variable name array. Change-Id: I9697fb8d724959a3703cd29ef3d2a41b50e67d14
-
Berk Geveci authored
3978a87e Fixed issue in filter leading to sanitizer errors.
-
Berk Geveci authored
vtkDataSetSurfaceFilter had some funky code designed to optimize (minimize) allocation of small objects. This required apparently writing beyond the limits of an array. It was not a bug but made tools like the clang sanitizer think that it was. Fixed it while still maintaining the allocation optimization, at the cost of a bit more memory usage. Change-Id: I3ef7051e85601a4440f02cb4dfe2e15227a06e87
-
Utkarsh Ayachit authored
Change-Id: I61dd2b74ecf898020d64b08efd04436d0c340b28
-
Utkarsh Ayachit authored
21df2adc Change the default compression level for PNG to 5.
-
- 19 Dec, 2013 4 commits
-
-
David Gobbi authored
7b045ad7 Fix typo in vtktiff CMakeLists to areroul.
-
Dave DeMarle authored
2d3ecda0 bug#0014200 fix incorrect text scaling
-
Brad King authored
Add a <module>_RUNTIME_LIBRARY_DIRS module information value. Teach vtk_module_config to report <ns>_RUNTIME_LIBRARY_DIRS by collecting and de-duplicating the directories from the modules. This restores the VTK_RUNTIME_LIBRARY_DIRS value provided by VTKConfig prior to modularization. It is useful for consuming applications to find their runtime library files for packaging. Change-Id: I488d5c1395203a2492a4f5cc9b3c1d97385a31c3
-
John Stark authored
Change-Id: I11ac729635cd1cd1cdcd5283218ce49a950bc176
-