- Apr 17, 2014
-
-
Sebastien Jourdain authored
6ec408f0 Fix WebGL background orientation
-
Sebastien Jourdain authored
Change-Id: I39dc2632178b3faa9cb5d7d2cb5ba4c3451d6c93
-
Sebastien Jourdain authored
8241ef56 Fix center of rotation for WebGL renderer
-
Sebastien Jourdain authored
Change-Id: Id84e31ddca4449a54f869b53dfff374281d3f7ca
-
Sean McBride authored
a46f6116 Fixed unused variable warning in release
-
Sean McBride authored
3d1f2d74 Fixed confusing indentation, no behaviour change
-
- Apr 16, 2014
-
-
Sean McBride authored
Variable was only used in an assert() and so caused an unused variable warning in release. Change-Id: I58e9cba411ae55a3b8a1a28d1b5ddc2d173a6a9d
-
Bill Lorensen authored
4f30bff3 COMP: Guard against infinite loop in vtkClearOpenGLErrors
-
Joachim Pouderoux authored
a2d8d416 Fix potential compiler error with ternary operator.
-
Sean McBride authored
Hopefully it's the indentation that was wrong, and not that braces were missing... this seems to be the consensus on vtk-dev. Warned by clang's experimental -Windent "warning: statement has higher indent than preceding if, but is not part of it" Change-Id: I921d4849f1da362e7301ed0cacb2520b3508fd01
-
Joachim Pouderoux authored
Change-Id: Ib09815c7b7b41ecc03e1e82f3a896f26b1e23d09
-
Ben Boeckel authored
9bb5faff Use VTK_TEST_OUTPUT_DIR rather than rebuilding the path e2d1a14e Support Python+MPI testing 3b70ea86 Support JUST_VALID for Python tests 063ddda4 Support flags to tests common at the module level e7851823 Support custom ExternalData targets for tests 72cc9e3c Support VTKExternalData_OBJECT_STORES as well d1548cd5 Store VTK's ExternalData in its source directory 5b742fd8 Support custom baselines in tests e04656f3 Build the VTK test data directory properly 910a306b Allow overriding the baseline directory in tests f79be069 Allow for overriding the data directory in tests e05e78f0 Skip adding the executable if no tests are created b7535cae Allow arguments to be passed directly to Python b6e69cba ParallelMPI: Add missing return statement 3c35e552 Infovis: Add an include for newer Boost versions a6faf425 Copy Statistics tests to StatisticsGnuR ...
-
Ben Boeckel authored
All of the other test variants use this variable; MPI should as well. Change-Id: I7d67cabf697cf6bd2e40a0e70d66d16d26766464
-
Ben Boeckel authored
Change-Id: I221ab7225292f8436bb9c7dacfb97ec16c4ce276
-
Ben Boeckel authored
This skips the rtImage.py trampoline which is unnecessary for some tests (ParaView). Change-Id: I167ba77a2784ee3c63727399136f393a21cc25f5
-
Ben Boeckel authored
Change-Id: I89143a7c876ba36e9d7c3a72931fe3013ceecfb6
-
Ben Boeckel authored
Change-Id: Ia122edc87d3cab238e9bf37b66a66e1631596be4
-
Ben Boeckel authored
Allows for VTK-specific object sotres versus generic ExternalData object stores. Change-Id: I935bf761e5509a330303e9abe0f278bfcb750b42
-
Ben Boeckel authored
If a parent project wants to use ExternalData (say…ParaView), VTK stores its data in ParaView's source tree. Store it in VTK's instead. Change-Id: I7b9ab18159338d6d56d406de40d78e6f66405900
-
Ben Boeckel authored
Change-Id: I0a5df3d25ec33ffc272e33a032a19af38689d938
-
Ben Boeckel authored
If VTK is not the top level directory, an extra set of path components will be injected between ExternalData and Testing. Compute this path and add it to the expected output directory. Change-Id: I13dc4b412f6a785f57fd99896b37475510a9833e
-
Ben Boeckel authored
Change-Id: I3171a120a8c5c9ce501c612c58890d7fd98d62be
-
Ben Boeckel authored
Change-Id: I0eeb38eaf23d77240c5bcb136e164b0b9ef127e4
-
Ben Boeckel authored
Change-Id: Iaa8eee6b01c96aaddd27df64ad6e5c4674dd3597
-
Ben Boeckel authored
Change-Id: I3c8cb3d929d5b9f2eb54c9f2742eb079ca44c6f8
-
Ben Boeckel authored
Change-Id: Ie23821e2a0c527637a7b863c0edad752374dd5a3
-
Ben Boeckel authored
Change-Id: I1ae50e6d904856aa67364c955f15c7a016a417e1
-
Ben Boeckel authored
Managing separate files with the new functions is really messy. Change-Id: Id9cbc2a0de08a4ddc8760d1f924cbbf5af1af3df
-
Ben Boeckel authored
Change-Id: I227cffd4d212d27030b887bb679ccfde3607320a
-
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
-