- Apr 16, 2014
-
-
Ben Boeckel authored
Change-Id: I6546ff164baca86afb1a73b896dd10b1bce2c005
-
Ben Boeckel authored
Change-Id: I5f19b101063e1a25d4f5db5c4356ce5efffbd90d
-
Ben Boeckel authored
Change-Id: If92879d67d11dfc5965ef42a8c173539801b3c98
-
Ben Boeckel authored
Change-Id: I10a54acbd076e055d8071414f2fff1ebafe1653d
-
Ben Boeckel authored
Things this commit does in the process of rewriting the testing infrastructure: - argument parsing and per-file option handling has been factored out into separate functions to avoid duplication; - macros have been replaced with functions; - all languages use the same structure (add the tests, then build the executable); - -E## support has been removed; use ${testname}_ARGS instead; - some style cleanups; - replace directory properties with variables so that multiple test sets may be made at one time; - set test labels from the TEST_LABELS module.cmake option. Change-Id: Ic75023208725e5c09043feabdf758014b66fa26e
-
George Zagaris authored
071f1438 ENH: Add blanking to vtkXMLUniformGridAMRReader
-
- Apr 15, 2014
-
-
Zack Galbreath authored
c06dd72d preserve R data.frame row names
-
Zack Galbreath authored
When converting from an R data.frame to a vtkTable, store their row names (if any) in a string column at the beginning of the table. Change-Id: Ie9bc73a8c83ae7aec46ce05bc0de849a1c0f3da2
-
Cory Quammen authored
d4d486aa Improved comment handling 36d9e0ec Fixed linkage problem in Windows
-
George Zagaris authored
Change-Id: Ie3a7d94877dd70b82bc86b20816980013956c9ef
-
Cory Quammen authored
There were some problems with how comments were read and written. Fixed these problems for comments that precede a value. These changes were submitted upstream to jsoncpp, but have not been merged (see http://sourceforge.net/p/jsoncpp/patches/25/). Change-Id: I6235519a21d6897eb81a3987835794acf4844167
-
Cory Quammen authored
Change-Id: I66f0cc98129cb70aae15d94cdbf19dc2d5839f55
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: I5cc51b7ba563873469ac8c188c877bb1bf948539
-
f44d754c Merge topic 'ghost-points-support' into master 63b17d65 Merge topic 'catalyst-web-estimate' into master 0607cc53 Catalyst-Web estimate UI fix b6f86225 Merge topic 'catalyst-web-estimate' into master 794807f6 Add cost estimate for Catalyst Web e112ba8f Merge topic 'cocoa-arc' into master 02d690c7 Merge remote-tracking branch 'pvvtk/pv-master' into HEAD ce692f85 Merge topic 'custom-TestTM3DLightComponents-timeout' into master 1de7c32b Allow custom TestTM3DLightComponents timeout 7e252a2a Merge topic 'view-setings' into master 79ebd46f Merge topic 'fix-unittest-dashboard' into master bcb33444 Add #error when trying to build as Cocoa ARC 0adb5f1a fix variety of dashboard problems 5000f77d Merge topic 'Windent-unneeded-if' into master ad14e44c Remove unnessary 'if' before 'delete[]' c03cd57c Merge topic 'carbon-utf8' into master ...
-
- Apr 14, 2014
-
-
David Gobbi authored
170d6649 Fix bad SetColor/GetColor interaction in vtkProperty.
-
David Gobbi authored
The SetColor() method calls SetAmbientColor(), SetDiffuseColor(), and SetSpecularColor() and each of these can potentially trigger a ModifiedEvent. However, if the ModifiedEvent callback calls GetColor(), which it often will, this causes Bad Things to happen because GetColor() calls ComputeCompositeColor() which re-computes this->Color based on the values of AmbientColor, DiffuseColor, and SpecularColor. The fix is to make sure that Modified() is not called until all of the ivars have been set. Change-Id: I00a6799a1a9e31a6b28e102e11e4a6bd71f18d71
-
Joachim Pouderoux authored
df6c71a9 Fix and enhance bag plots.
-
- Apr 11, 2014
-
-
Sebastien Jourdain authored
5a833608 Change catalyst-web analysis API to expect full URL
-
Sebastien Jourdain authored
Change-Id: Ie60aa74ca3c5319d7bfab5268d7529485dd81831
-
Robert Maynard authored
c2a7f9ff Remove redundant checks for old JPEG compression fd35d0a3 Added progress updates when reading a volume 1fd42d60 Refactored the TIFF reader, add support for floats
-
Marcus D. Hanwell authored
As Robert Maynard pointed out we already control for this in the CanRead function, and so there is no need to repeatedly verify this on every volume or tile read. Change-Id: I47247928503c3e070a3905950fd726a2392c281a
-
Marcus D. Hanwell authored
Updating progress per page seems to give reasonable updates. Change-Id: I142f5e18fad8294df2367d82bea171567c005fa5
-
Marcus D. Hanwell authored
Fairly big refactoring of the TIFF reader, use templated methods in many more places, avoid loss of type after it is determined, added support for reading in 32 bit float TIFFs. Change-Id: I4abf61179461acfa04c2c17c4e6d20467587c984
-
Utkarsh Ayachit authored
6f12002e Added initial ghost points support to vtkDataSetSurfaceFilter.
-
- Apr 10, 2014
-
-
Sebastien Jourdain authored
0607cc53 Catalyst-Web estimate UI fix
-
Sebastien Jourdain authored
Change-Id: Ic58744ab805433fd58aa086d675b5fc1aad21d1b
-
Sebastien Jourdain authored
794807f6 Add cost estimate for Catalyst Web
-
Sebastien Jourdain authored
Change-Id: I3101ca92d225baccf37e61b6039f38fa48ec1318
-
Joachim Pouderoux authored
Fix the way how the bags are computed. They are now performed at 50 and 99% of the distribution. Functional bag plots also create a median serie which is the median line of all input series. Outliers series are also tagged with an "_outlier" extension in their name. Change-Id: I990428c9b79278be9be725491232b3e9d69190b0
-
- Apr 09, 2014
-
-
Sean McBride authored
bcb33444 Add #error when trying to build as Cocoa ARC
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: I36e7d9033c7ec65a4cbafc43f547eebf5219c237
-
1aa0a945 Merge topic '14646-scalar-bar-borders' into master 02666b57 Merge topic 'unreachable-return' into master d80ccfb6 Fix unreachable code warning in otherCellTypes.cxx. 2e262725 Merge topic 'catalyst-web-composite' into master 6d42e913 Improve basic search in web-catalyst f43db5e0 Merge topic 'R_row_names' into master 20d5df76 BUG: Border visibility from underlying vtkScalarBar actor 48341cd5 copy row names from R to vtkTable 0b03bebf Merge topic 'catalyst-web-composite' into master 3ce7a4f1 Improve ParaView cinema UI 01a29205 Merge topic 'NSOpenGLPFACompliant' into master dfaddbaa Merge remote-tracking branch 'pvvtk/pv-master' into HEAD 621c98ad Merge topic 'view-settings' into master 468f25df Removed all uses of deprecated NSOpenGLPFACompliant 410e53cd Name enum LEFT, BOTTOM, ... Location. 90ef4451 Merge topic 'vtkOStreamWrapper-std-string' into master ...
-
- Apr 07, 2014
-
-
Brad King authored
Generalize the timeout increase in commit 15605b33 (Increased the timeout slightly to allow passing on slow machines, 2013-03-03) to allow configuration of the timeout in the local cache. This will allow it to be increased on the few machines where we need to do so (typically for software-only GL) without increasing it everywhere. Change-Id: I37be08ab9fd6e2b2cab1239b55d0874aed577bf3
-
Dan Lipsa authored
Change-Id: I6c184424cc94e0c08df3af156a387a240988626c
-
Dan Lipsa authored
Change-Id: Ie8d28892ba4167136a066fc2723f1b549f8145fe