- Apr 17, 2015
-
-
4834510e Update documentation for save VTK XML using previous version. 46bde594 VTK XML files are saved using previous version if possible. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !122
-
5c501fbe Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk into Convert-TestEmptyInput-to-Python 23d1d381 Added TestEmptyInput.py Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !112
-
966ccb3e touch files; previous commit encountered gitlab error c71a7894 add support for mixing usemtl and vertex definitions, add test for this. 010c8b6f dont show warning about comments in MTL file unless debug mode on ef27b0b0 remove previous files e782156f touch data files to get dashboard greener 3f6e3f0d remove previous md5 refs 89730556 update md5 files in repo 3a92b7a2 exclude header so that vtkSmartPointer can be used ... ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Bill Lorensen <bill.lorensen@gmail.com> Merge-request: !26
-
a8a773be Add virtual data method CopyInformationToPipeline. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by: me +1. Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !72
-
a0027397 Getting rid of unused variable warning in release builds. 76c2b853 Particle path fixes. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !113
-
ceca59d5 Update the GLUT test baseline Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Lonie <david.lonie@kitware.com> Merge-request: !131
-
Sankhesh Jhaveri authored
The baseline was invalidated by the latest external lighting changes
-
f0a6f29c BUG #15199: EnSightReader does not crash if you change CaseFileName Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !118
-
f65f0481 Fixed division by zero Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !119
-
73d88b4b Baselines from nightlies. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !130
-
David C. Lonie authored
-
042d540b Reimplementing AppendData using vtkDataArrayIteratorMacro and std::copy Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !129
-
Mathieu Westphal (Kitware) authored
-
- Apr 16, 2015
-
-
4a537d8f Fixed STLReader regression vs VTK 5.10.1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !128
-
Sean McBride authored
Normally stl text files are of the form: solid foo\n <stuff>\n endsolid foo\n But SolidWorks generates them like: solid foo\n <stuff>\n endsolid With no trailing "foo" and no trailing newline. That may or may not be valid, but VTK 5.10.1 opened such files, but I've just found that VTK 6.2/master does not.
-
06b656e6 Number baselines consecutively. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !127
-
David C. Lonie authored
The alternates were _1, _4, _5, and the test backend expects consecutive numbers. Renamed to _1, _2, _3.
-
e280dbdc Merge branch 'upstream-kwsys' into update-kwsys ce26403a KWSys 2015-04-16 (1ea01a46) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !124
-
e0ea6f38 Add new baselines for dash3's continuous build. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !126
-
David C. Lonie authored
-
30c437a3 Documentation: Define reviewer vote shortcuts and meanings Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !121
-
b2106a70 Fix lighting for external rendering environments Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !115
-
c05ab35b Fix bad destructor Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !125
-
Dan Lipsa authored
-
Brad King authored
List the allowed leading and trailing lines that have special meanings.
-
Ken Martin authored
-
Brad King authored
-
Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 1ea01a46 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 5843f590..1ea01a46 Ben Boeckel (1): 425fa73e Add missing malloc return value casts Brad King (11): dec9c30b SharedForward: Hard-code the ldpath buffer size to below VS 14 limit 9c3eacf8 Add CONTRIBUTING.rst file with instructions to contribute cc4046a8 Directory: Work around PGI problem with Linux Large File Support 5a15cb3b Base64: Use size_t for lenghts in API 57c3ef1d Suppress deprecation warnings for GetVersionEx on Intel compiler b33e7b96 FStream: Fix exception spec on our standard stream replacements d4e7f08e Directory: Check opendir return value before using it 4a698414 hashtable: Give prime number table functions internal linkage 20f50727 SystemInformation: Add missing 'break' in StacktraceSignalHandler 69bccf2e SystemTools: Teach Touch with !create to succeed on missing file 1ea01a46 Tell Git to export '.gitattributes' Domen Vrankar (5): 2b042ff6 SystemTools: Optionally report error from GetRealPath 7c9a970a Glob: Remove dead code 1b75ad3d Glob: Remove addition of extra '/' 5d6204e9 Glob: Handle symlink cycles in directory paths 4890f30c Glob: Add support for directory listing Jean-Christophe Fillion-Robin (2): c38ba638 SystemInformation: Improve Get(Available/Total)VirtualMemory for windows 58308145 SystemInformation: Improve comments in private implementation Paul Martin (1): d2aa1afd SystemTools: Update CopyFileAlways stream library workarounds Sean McBride (3): 87c65319 SharedForward: Suppress clang -Wcast-qual warnings with conditional pragma 093eae34 SystemInformation: Fix -Wswitch-enum warnings 9367a33b testHashSTL: Fix warnings by marking private functions static Simon Gomizelj (1): 2f0165f1 Terminal: Add xterm-termite to VT100 color support whitelist Stephen Kelly (3): e4fe1d1a SystemTools: Refactor selection of Windows directory APIs af86ac7d SystemTools: Fix build with SunCC/stlport. d30c9b03 Workaround SolarisStudio bug with libstdc++.
-
Dan Lipsa authored
If data does not have ghosts or blanking, the previous version is used.
-
1942a721 Update baselines. 0ac3ec4d Exercise the new default vtkTextMapper implementation. 4f7460a5 Remove the RenderingFreeTypeOpenGL module. 953d3b7c Align to a fixed-height font bbox, rather than a "tight" one. 9175559c Update vtkTextMapper's alignment to match current conventions. 118d9b7d python: add the generated files to the list as well 8e045af4 Print image name on test failure. 25d74126 Remove tcl [info command "rtExMath"] check from test. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !82
- Apr 15, 2015
-
-
f9b54047 Use previous version for XML files if there is no vtkGhostType array. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !116
-
Sean McBride authored
Found by clang UBSAN running a unit test.
-
Dan Lipsa authored
-
Dan Lipsa authored
This works for vtkXMLStructuredDataWriter and vtkXMLUnstructuredDataWriter.
-
47ff51dc Fixed null deref found by cppcheck f63ff5b3 Avoid cppcheck division by 0 warning e385f7d2 Fix warning about identical comparisons 8525d6fc Removed dead store found by cppcheck a7b7b304 Workaround cppcheck warning by refactoring loop 1e8db01c Fix possible null deref by bailing early Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !110
-
3cc4d9fc Fix -Wimplicit-fallthrough warnings; introduce VTK_FALLTHROUGH Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Reviewed-by:
Andrew Maclean <andrew.amaclean@gmail.com> Tested-by:
Andrew Maclean <andrew.amaclean@gmail.com> Merge-request: !59
-
- Apr 14, 2015
-
-
Peter Karasev authored
-
Peter Karasev authored
-
Sankhesh Jhaveri authored
Account for positional lighting. Fix calculations for focal point and cutoff.
-