- Mar 28, 2014
-
-
Sebastien Jourdain authored
Change-Id: Ie865bdb8924223aca06e2f5a1125d0b28443afd7
-
Sebastien Jourdain authored
Change-Id: I992f94cf7e71dff2f3cd1ef925121b3a4238a0cc
-
- Mar 25, 2014
-
-
Sebastien Jourdain authored
Change-Id: I5da656305be57dd9d8e78c6f498daecdab2120f8
-
Sebastien Jourdain authored
Change-Id: I3bf5b6ce78c9653d094e9b3cbb1302c4ac498990
-
- Mar 21, 2014
-
-
Sebastien Jourdain authored
Change-Id: I9dfd374b20c9516c2f2bdf84a82dbb8b90365c1f
-
- Mar 18, 2014
-
-
Sebastien Jourdain authored
Change-Id: Ied803827399742991f96df04b920d8459e80c92b
-
- Mar 13, 2014
-
-
Sebastien Jourdain authored
Change-Id: I808ce6ef3e7981409184fdb7a54a4655f3439b79
-
- Mar 12, 2014
-
-
Sebastien Jourdain authored
This JS version match also the current data generated with the ParaView plugin. Change-Id: I0fe444db0687a803b1f51bc75add796bd042a2a5
-
David C. Lonie authored
73431db6 Rendering/Volume: Convert new baseline to ExternalData content link
-
Brad King authored
This should have been converted prior to addition in the parent commit. Change-Id: I6722de844eb3440334911a7e484fd5f66cae2e0f
-
Brad King authored
2ad9f474 Set CMake Policies CMP0025 and CMP0042 as necessary 3a04542c Examples: Set required CMake version and policies before project() 59836055 Refactor top-level CMake Policy settings as loop 08df7a88 Accelerators/Dax: Remove extra call to cmake_minimum_required ee1c7530 vtkhdf5: Remove extra calls to cmake_minimum_required
-
Dave DeMarle authored
0e07b099 Add new baseline for dashlin1.
-
David C. Lonie authored
Change-Id: Ie94d3e883da1c43a7dc7383a80d73339dbaf5f92
-
Robert Maynard authored
9cc56d49 Add caching for time steps in EnSightGoldReader binary reader.
-
- Mar 11, 2014
-
-
Brad King authored
CMake 3.0 introduces these policies to improve default behavior on OS X. Set them explicitly in VTK to avoid policy warnings. VTK already works with the NEW behavior. Policy CMP0025 affects the project() command when the Apple Clang compiler is used so we need to set it in all the Examples. Policy CMP0042 affects shared libraries on OS X, enabling MACOSX_RPATH by default. Set it in directories where we create libraries. Also tell KWSys to enable MACOSX_RPATH explicitly instead of setting the policy. Change-Id: I543b60ee1b8f629adb150e01ee83d99dddb66f46
-
Brad King authored
Update CMakeLists.txt files in the Examples to call the cmake_minimum_required() command and set policies before calling the project() command. This is necessary because policies may affect the project() command behavior. Change-Id: Id7d4e68b35fabdff29c1ecb0b9e7475e5588b753
-
Brad King authored
Use a loop in the top-level CMakeLists.txt file to set policies, and comment each item with the version of CMake that introduced it. Also do this in Testing/External/CMakeLists.txt since that is used as the top-level source tree for building tests externally. Change-Id: Ic4f0fab6f23d1409ad1140617292f2751896540f
-
Brad King authored
This directory is never used as the top-level source. Change-Id: Id3878915df82c6e69323af625cc5d3906629faf4
-
Brad King authored
Drop calls to this command in subdirectories. They are never used as the top-level source directory. Change-Id: I6249719417ea8adb9297fab9f7e969c944bb3a13
-
David C. Lonie authored
c8bec1f2 Handle polyhedra in vtkUnstructuredGridWriter. 42b0733e Process facestream in vtkExtractUnstructuredGridPiece::RequestData.
-
Utkarsh Ayachit authored
eb41a259 Added ability to control alpha shape output
-
Joachim Pouderoux authored
5d42650d Fix bag plot and functional bag plots tests.
-
Joachim Pouderoux authored
Use precomputed table of densities to avoid precision differences on some machines. Also remove unuseful normalization step in the plot and algorithm. Change-Id: Ifb28b82b276ee93b66f4ddf8f4375f7b3b465b94
-
- Mar 10, 2014
-
-
Change-Id: I7fb57f3a45922d9106e7395329d62e5f060b1417
-
Sean McBride authored
c85fdec0 Fixed clang analyzer warning about reading uninitialized data. d0f7675d Fixed clang analyzer warning about null deref 5c91a749 Suppress clang analyzer warning 4cc7d0f2 Fixed clang analyzer warnings about dereferences e3197161 Fixed null deref found by clang analyzer 5470f390 Fixed clang analyzer warning about dead store to 'cptr'. 9c290871 Fixed clang analyzer warning about dead store to 'itr'. d1926545 Fixed clang analyzer warning about dead store at very end of method. baea339c Fixed clang analyzer warnings about dead stores. 5ff4c6b0 Misc cleanup of code nearby clang analyzer warnings. 67ed07b0 Fixed clang analyzer warnings about dead stores. 8983273a Workaround clang analyzer warning by creating temp variable. c8389e93 Fixed clang analyzer warning about dead store to 'bestTime'. 6296aa13 Fixed clang analyzer warning about dead store to 'index'. 27fa3877 Fixed clang analyzer warning about passing null to memcpy. 480a8f9c Fixed clang analyzer warning about dead store to 'pd'. ...
-
Georg Hammerl authored
Change-Id: I69137fd0b90ae9f5194af99995df6b1af06d1b41
-
Dave DeMarle authored
1d754ec2 fix a compilation warning
-
Dave DeMarle authored
londinium's compiler doesn't realize that the first pass doesn't use xm1, so it complains that it might use it uninitialized. Change-Id: If1263f4075b02aa6d3fcfda8b42b55d7cae72a7e
-
Ben Boeckel authored
d7ec6c1b AVIWriter: Fix a comment typo 3e7585ca AVIWriter: Don't overflow the fourcc storage
-
Dave DeMarle authored
0f6d7456 Fix pipeline update issues in vtkImageExport 070b804c Add a test for vtkImageImport / vtkImageExport
-
Sean McBride authored
f062ed5a Fixed a bunch of clang -Wabsolute-value warnings
-
Sean McBride authored
74f4888a Removed -fobjc-gc from VTK_REQUIRED_OBJCXX_FLAGS
-
Brad King authored
CMake 3.0 introduces policy CMP0046 to diagnose missing dependencies named by the add_dependencies command. Drop such unused dependencies from Wrapping/Python. Change-Id: I60a976f92b51c10313910c12fbede46e90be9a96
-
Brad King authored
CMake 3.0 introduces policy CMP0040 to diagnose add_custom_command calls whose TARGET option names a target that does not exist. Drop such unused custom commands from HDF5. Change-Id: Ic1fc58a3e2f171c35a9c055cdeca7bcc484ff837
-
David C. Lonie authored
f61c11bc Add new baseline for rendering without floating point buffers. f521f415 Return early if ProjectedTetrahedra volume rendering is unsupported. 16368b4d Disable FP frame buffer when GL_ARG_texture_float is not present.
-
- Mar 09, 2014
-
-
Utkarsh Ayachit authored
5a8a0927 Added ability to probe filter to allow disabling of passing field data.
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: Id9b23f75e4a34a665bcbb73010bb447f749d84b9
-
7debeb05 Merge topic 'exodus-title' into master d7a22a58 Merge topic 'ply-reader-error' into master b5d3024d Merge topic 'fix-dataset-surface-filter-for-polyhedron-cells2' into master 486b71ee STLReader: Fix error signaling when reading files a1f1505c ExodusIIReader: Add the title to the field data 37d058e5 STLReader: Close the file when an error occurs 00c09514 Merge topic 'dax-api-changes' into master db0712bb Merge topic 'select-translucent-geometry' into master 3a2a3ce5 Merge topic 'python-command-support-additional-call-data-types' into master 146df042 Merge remote-tracking branch 'pvvtk/pv-master' into HEAD 9480aebf Merge topic 'fix_TestSeedWidget_failure' into master c458abe7 BUG: Duplicate class definition of vtkSeedCallback2 cc48ce10 Merge topic 'fix_TestSeedWidget_failure' into master 0b5f32e3 Merge topic 'fix_java_warnings' into master 7d5b2480 BUG: Duplicate class definition in TestSeedWidget2 f128c29d Merge topic 'stl-writer-errors' into master ...
-