- Jan 14, 2014
-
-
In commit 352e3122 (Add test for vtkOpenFOAMReader, 2013-12-24) we accidentally added files prefixed in "._" in addition to the actual data files. These files aren't real and, when you archive and untar a vtk release, produce file exists warnings. Change-Id: I13b600357f1b9712d55d8c0284c97fd1b0255683
-
- Jan 10, 2014
-
-
Dave DeMarle authored
Change-Id: I8ab5c3a36f2e1649cee91552b1a5c3f1be277dec
-
Scott Wittenburg authored
When the viewport is in selection mode, there is now some visual feedback indicating what the selection will contain. Change-Id: I118c47250dd3e56047227b1a4a483de0d30d96b0
-
Dave DeMarle authored
Merge branches 'cocoa-configure-event-rel', 'catalyst-web-rel' and 'pvweb-add-filebrowser-cache-option-rel' into release Change-Id: I3ce26eaa5cf8b7ce4da5a92f13527f60228b6a03
-
Scott Wittenburg authored
This new option will allow code that uses the filebrowser to specify whether or not to cache files read from the server when clicking on a path. If not using cache, files will be re-read from the server. Change-Id: Ife4cc398d8589345b61f044b4a855d4246f54b5a
-
Sebastien Jourdain authored
Change-Id: I4c28d423590edc3728c609b956a1421334ff60aa
-
Dave DeMarle authored
Change-Id: I552252efc4ad5b1079cca3d826f71cd6db58919a
-
Dave DeMarle authored
Change-Id: I577bec193792f4887f8086c145d57a55eb6cfef5
-
Dave DeMarle authored
Change-Id: Ied813c8463edda281156e4a7575aa0fd6c7e93ab
-
Dave DeMarle authored
Change-Id: I137498cf74b1e5d6abfab8d0206b0309f0e7075f
-
Dave DeMarle authored
Change-Id: Ie7be9be484edadff3a76621bd4a80c24a98a2617
-
Dave DeMarle authored
Change-Id: I1c669bab1c7449970adb43b4f2d334ba95e6e635
-
Burlen Loring authored
BUG 0014493. cast to pointer type when using NULL to intialize stl containers of pointers. Change-Id: I7ee397059a7be2639edccc9258842e19665085cd
-
Dave DeMarle authored
Change-Id: I9be778ca339261c6d43976e05d6b87a3be7d57e7
-
Dave DeMarle authored
Change-Id: I3fbd01ecf7479919a39272feb265ad71d7aaa310
-
Cory Quammen authored
MPI symbols weren't defined when linking the RenderingParallelLIC library on Intel compilers. Also, removed unnecessary include_directories() commands. Change-Id: I6c5eac0dc5b0c40db9bd0f0882bd60110e98a756
-
Dave DeMarle authored
Change-Id: Ibaf0ec68f0957d6978fd1bef695655c84c4194b8
-
Paul Edwards authored
This happens for datasets containing a mixture of cell types. The vtkIdList was not reset consistently between polyhedron cells and other cell types. Change-Id: I2ace508eff3515ac2b6173250d8e2d338e4ba3de
-
Dave DeMarle authored
Change-Id: I68a929ac6de0f25dc511a72ab854a92d072201db
-
- Jan 09, 2014
-
-
Jerome Robert authored
See: * http://vtk.org/Bug/view.php?id=10969 * http://vtk.org/Bug/view.php?id=7589 Change-Id: Idad20d624d4d23b7401d22b7c7b7b74506a9ff6f
-
- Jan 08, 2014
-
-
Brad King authored
Teach Utilities/Maintenance/SourceTarball.bash to generate separate archives for the source code, normal data, and large data. Organize the archive layout so that they can all be extracted on top of one another. Make the data archives extract into <prefix>/.ExternalData to appear as if the content came with the source tree. Add .ExternalData/README.rst to document the directory and indicate its existence. Change the BUILD_TESTING default to OFF when the file is not present. Teach SourceTarball.bash to leave this file out of the source tarball and put it in the normal data tarball. With this approach users can download and build the source with or without the data and never hit the network for test data by default. Change-Id: I33007959c87ea60a9b11f49e5f7af351fc2ca9b7
-
Brad King authored
Create a compute_MD5 function to abstract the differences between the Linux "md5sum" tool and the OS X "md5" tool. Change-Id: I79fdb8347f99a17643a73179bb98dc8c671442b9
-
Brad King authored
Port the Utilities/Maintenance/SourceTarball.bash from ITK 4.5.0 to VTK. Update the URL and tarball names for VTK. Change-Id: Id78cb69b781d646e0800322b50c2d2dba905124b
-
Marcus D. Hanwell authored
The BODR data is needed at runtime, added install rule. Change-Id: I1c7560799e2432acdf1fcb298e48f9ca63e22e4f
-
- Jan 07, 2014
-
-
Robert Maynard authored
Change-Id: Ie9b337d48b26fe4a67700c0dbbff55827cd9739c
-
- Jan 06, 2014
-
-
Andrew Bauer authored
Several setter methods needed to also reset the cache so I needed to revert back to the original macro that I removed during refactoring. Change-Id: I8efbfbaaf36fbf17345dd4748b18e77236b4693d
-
- Jan 05, 2014
-
-
Andrew Bauer authored
Change-Id: Icc00099eb296d242e4ae5ab05f928a7bdc74e108
-
Andrew Bauer authored
Change-Id: I1e75ab9f65a23c5038e1c8ce06a20464987dc364
-
Andrew Bauer authored
Change-Id: If4b3a83fcb842bb0a692df10efbd7da71ef29141
-
- Jan 01, 2014
-
-
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
-
- Dec 31, 2013
-
-
Sebastien Jourdain authored
Change-Id: Ib18bf718469c5b1338c7443744fc07f1a1172137
-
- Dec 30, 2013
-
-
Andrew Bauer authored
Before, the field data was getting cached incorrectly in that it was accessing the cached data set and field data when it only should have been accessing the cached data set but current point data. Change-Id: Ic15f84541ac98303d5526c81d1341e2cc589ca88
-
Andrew Bauer authored
I also changed the test that was failing to the proper result even though the test isn't fixed yet. Change-Id: I49a9fa27b0fa17005fd41212986839f513d06b3a
-
Sankhesh Jhaveri authored
37615d26 BUG: Fix buffer overflow in vtkPUnstructuredGridConnectivity
-
Sankhesh Jhaveri authored
Change-Id: Ie90e259a720081e01a5c0ffde56c82b0733de6aa
-
Dave DeMarle authored
1e2918be BUG 0013597 fix use system hdf5 for all build types
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: I06310aad5994680e2690a3383142bb18303b5a7b
-
84653eb2 Merge topic 'Warnings_MFIXReader' into master 5df08873 COMP: Shadowed variable warning 69b73931 Merge topic 'vtkweb-add-interaction-event' into master 44ea875c Add Web event for viewport interaction 0f37d1f3 Merge topic 'Coverage_MFIXReader' into master d4d08fe2 Merge topic 'particletracer_changing_multiblocks' into master e38e93f4 ENH: Added test for vtkMFIXReader efac93cd Merge topic 'Remove_SESAMEReader' into master 07da0477 Merge topic 'fix-warning' into master e9ebae9a Fix warnings and TestEmptyInput test 826262a8 Merge topic 'fix_mfix_reader' into master 00e86e74 Merge remote-tracking branch 'pvvtk/pv-master' into HEAD ba45df80 BUG: Remove broken vtkSESAMEReader f3ef1790 Changes to allow for multiblocks and seeds to change over time steps. f6c0f71c Fixes issue with MFix reader and timesteps.
-
- Dec 28, 2013
-
-
Utkarsh Ayachit authored
af508c83 Fix send/receive for composite datasets. 84c0666e Preserve composite-data names in legacy readers/writers.
-