- Feb 14, 2014
-
-
Bill Lorensen authored
The lex and yacc generated files retain some line preprocessor statements that contain non-existant filenames. These lines confuse newer version of lcov, the coverage tool. Change-Id: I3cbfd5b5583527d362cd80653f5fc4e970692bb1
-
- Feb 13, 2014
-
-
Bill Lorensen authored
af251066 COMP: Remove QtInitialization from otherPrint test
-
- Feb 12, 2014
-
-
Marcus D. Hanwell authored
e768cfb1 Make consistent with vtkBiQuadraticQuad 0b0b7b9e Added a test for biquadratic quad interpolation 588fc24f Fixed the BiQuadraticQuad interpolator
-
Bill Lorensen authored
9200beb3 ENH: Remove ThirdParty code from coverage results
-
Sebastien Jourdain authored
8c7aca78 Attempt to handle some system raise condition
-
Sebastien Jourdain authored
Change-Id: Iba00d02b64f9f04f587b9d80f4aba7c89ab1c566
-
Bill Lorensen authored
Change-Id: I6c1229bca9d161f7e83a715855ff0f296db9c0a2
-
Bill Lorensen authored
otherPrint.tcl fails for QtInitialization on gcc 4.8.2. Change-Id: Iaa221b41f879d9b58f490d0d5ee0d74feca94ad8
-
- Feb 11, 2014
-
-
Sebastien Jourdain authored
59b5c516 Add new set of catalyst web widgets
-
Sebastien Jourdain authored
This commit add a meta-widget at the analysis level to trigger creation of dynamic views along with a query/search widget. Change-Id: I43cee04a3e98010a9270648236ce3d9e128d9ef9
-
Dave DeMarle authored
bfed0a05 ENH: Script to generate API differences between two git revisions
-
- Feb 10, 2014
-
-
Berk Geveci authored
37dc617d Added EnSight tests to increase coverage.
-
Berk Geveci authored
6066b788 Fixed minor bug in the ensight gold reader.
-
- Feb 08, 2014
-
-
Berk Geveci authored
Also added associated data. Change-Id: I29de59dabf130855aff68c73ff50bf6f35048b56
-
Berk Geveci authored
Was not skipping bar3 elements properly. Also removed warnings that were no longer necessary. This reader now supports higher order elements. Change-Id: I9f89100d2a67fb704cdc59900d2fce16e7349c0f
-
- Feb 07, 2014
-
-
Marcus D. Hanwell authored
47bcdf2f Removed a few remaining Cg related files
-
Sebastien Jourdain authored
3e71420c Remove usage of the keyword with to allow old python
-
Berk Geveci authored
ad3b1a24 Added caching to temporal interpolator.
-
Tristan Coulange authored
3c7c0824 Add support for original ids for generic dataset
-
Tristan Coulange authored
0679bf40 BUG: fix some xdmf writer crashes
-
- Feb 06, 2014
-
-
Sebastien Jourdain authored
Change-Id: I9661715be9fee31060c1959d4044c953d3d88185
-
Berk Geveci authored
The temporal interpolator did not cache its input, causing it to request the input repeatedly when streaming over time. Fixed. Change-Id: Iacb8219f8ec95bc04f69ab301eb4ccb606a6873e
-
Berk Geveci authored
d67d5dbc Removed verts from streaklines - lines are enough.
-
Utkarsh Ayachit authored
4c3786b0 Add a delay between process launches.
-
Sankhesh Jhaveri authored
d90b36a8 ENH: Added test for vtkImageCroppingRegionsWidget to improve coverage
-
Berk Geveci authored
9c95cee8 Removed unnecessary recursion in pipeline streaming.
-
Berk Geveci authored
dca4464c Filter was modifying self in request. Fixed.
-
Utkarsh Ayachit authored
It so happens that the client process was launched before the server causing deadlocks in some cases. Fixed that by adding a small delay. In reality, we may need to logic to vtkTestDriver to make it more featured and parse outputs from processes to handle this correctly. We can do that in next stage. Change-Id: Ief6989c50e816bc8b6b7f8a780fd31b578079f4c
-
Dave DeMarle authored
e5f79532 Fixed minor typo in documentation.
-
Utkarsh Ayachit authored
ccb8acf6 Added test for vtkTableBasedClipDataSet.
-
Berk Geveci authored
Change-Id: I5be08f01e36842a8db3623ac1f2142dafc23fcdd
-
Berk Geveci authored
0110b9d1 Fixed minor typo - case sensitivity issue. 2b1a0e32 Cleaned up the Exodus metadata.
-
Berk Geveci authored
Change-Id: I4eb8017bd202c9952704f09ec9c94ad42d6e04ee
-
Berk Geveci authored
Filters are not allowed to call functions that call their MTime to update during any request passes. vtkParticleTracerBase was calling a Set method that did that. Fixed. Change-Id: I2381c8400eff3d6a081df796ca5726fc89d75a96
-
Berk Geveci authored
When filters set CONTINUE_EXECUTING, the pipeline used recursion to continue executing. I don't think that this was the original intent. Fixed it with a 1 line change. Change-Id: I98da463e3bde81fa10cde95a82827de357ff3f07
-
Berk Geveci authored
Change-Id: I141f107218cf5d851b1c4cd559a2786cbb554882
-
Tristan Coulange authored
Original point and cell ids were not computed for generic dataset because the arrays were not initialized. Change-Id: I16245f0d766ae11345a784335629c69095821898
-
Joachim Pouderoux authored
d4fc9b3e BUG: Add a missing include for VS 2013
-
Tristan Coulange authored
Change-Id: I4f384d4860e6d333c4027e8b8617f7923ab7141e
-
- Feb 05, 2014
-
-
Berk Geveci authored
Change-Id: I4b481b2882a781fa4707805798baedee90961732
-