- Jan 17, 2020
-
-
Robert Maynard authored
By moving to a manual for loop we can work around this compiler limitation
-
Robert Maynard authored
-
- Jan 16, 2020
-
-
1bb45284 vtkJSSceneGraphSerializer: Add address for scene elements Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6399
-
T.J. Corona authored
-
324b9204 Revert "Added alternate baselines for FreeType Matplotlib tests with python 2" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6368
-
705d5bd0 Fix two more warnings in vtkmAccelerators Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6395
-
b0dbf363 Fix dependency list for Rendering::VtkJS Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6394
-
Ken Martin authored
Minor fixes
-
T.J. Corona authored
-
- Jan 15, 2020
-
-
c5fa36f0 ModuleSystem: document third party APIs and practices 911d524c ModuleSystem: document wrapping 17a56b09 ModuleSystem: add high-level overview of the new build system 942e5cae doxygen: generate doxygen from module system files ba4a062b doxygen: strip the build path from the generated source 913171a5 doxygen: update references for new code 2e65f50f doxygen: update module searching for the new module system 828cadab doc_version: fix syntax errors ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6121
-
9491fe1a docs: add documentation for building VTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6342
-
dc7c32fe Fix up/suppress two more warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6392
-
6ec5e644 Merge branch 'upstream-hdf5' into hdf5-debug-suffix dd05a89d hdf5 2020-01-15 (447adb48) b7fc0634 hdf5: update to avoid a _debug suffix in Debug builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sean McBride <sean@rogue-research.com> Merge-request: !6391
-
Ken Martin authored
hdf5 and SceneGraph
-
Ben Boeckel authored
* upstream-hdf5: hdf5 2020-01-15 (447adb48)
-
Code extracted from: https://gitlab.kitware.com/third-party/hdf5.git at commit 447adb48b0c96880ed90ba9875d73056d58f40cb (for/vtk-20200115-1.10.6).
-
Ben Boeckel authored
-
- Jan 14, 2020
-
-
1e6cc1b5 Remove Rendering::VtkJS from rendering kit 7e0e9e8a Fix memory leaks in archive tests 57bb8acd Declare destructors with override keyword c584bd24 Make VtkJS module, not Export, optionally depend on OpenGL2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6386
-
T.J. Corona authored
-
T.J. Corona authored
-
This topic adds support for building a wheel (`.whl`) for VTK. This is done by generating a `setup.py` file in VTK's build tree during its configuration step which then can be used to complete the build and make a wheel. It does not support making a valid `sdist` file because the `setup.py` is not the entry point to this build. The reason that things are done this way is because VTK's configuration logic is complicated and reimplementing it in `setup.py` is not maintainable. Instead, it takes whatever VTK is built and packages it up. When this mode is used, the sole purpose of the build tree is to build a wheel; it is not a general-purpose VTK build tree. This is because the structure expected by the `bdist_wheel` command is accomplished by setting output directories which causes standard things such as `bin` and `lib` to not be included. be56eefa setup.py.in: Check if CMAKE_EXE is set 7a3a49b9 vtkModuleWrapPython: handle relative loading on macOS as well 2a2824af vtkWheelFinalization: determine features from the build configuration 31eb55bf python: support generating a wheel for a VTK build 692a3ea4 cmake: only set the CMake destination if not set 7e79035d vtkModuleWrapPython: allow using SOABI suffixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5543
-
d02b9b92 add suppression for warnings in automoc Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6389
-
12dad5a5 missing include string in a file Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !6390
-
Yohann Bearzi (Kitware) authored
-
2878eda0 Little hack for htg supercursors Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !6387
-
- Jan 13, 2020
-
-
T.J. Corona authored
-
Ken Martin authored
Code generated by moc was producing warnings
-
4e8ff712 try fixing a couple xdmf3 warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6385
-
Yohann Bearzi (Kitware) authored
Super cursors in htg fail when reaching a neighbor outside extent. This commit adds a new invalid id in vtkHyperTreeGrid which is use to notify this case. This might need to be done better later
-
T.J. Corona authored
-
Ken Martin authored
implicit copy constructors
-
790e03eb Fix memory leak in TRUCHAS reader is H5Dread fails Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Merge-request: !6384
-
035813c3 Fix an issue and suppress some Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6382
-
e5b8c14e Add support for libarchive-enabled archivers b541ccab Add scene graph-enabled exporter for vtk-js 7c9cbbf4 Extend scene graph overrides to recurse class hierarchy d5fe84c2 Add method to count generations between class types a134de35 Remove LIC from OpenGL kit 0e69cece Remove ChemistryOpenGL2 from the OpenGL kit Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Acked-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !6372
-
T.J. Corona authored
Disabled by default, the archive module uses libarchive to compress and serialize archives to a buffer in memory rather than to disk.
-
T.J. Corona authored
This scene exporter differs from vtkJSONSceneExporter by exposing more class-to-class parity between VTK and vtk-js. It also utilizes the rendering module's scene graph traversal routines, which allow for the export of more than one renderer associated with a render window. Finally, it provides a layer of abstraction between the output data's format and its transcription, facilitating the use of compression, archival and in-memory serialization.
-
T.J. Corona authored
-
T.J. Corona authored
-
T.J. Corona authored
-
T.J. Corona authored
None of the rest of Domains/Chemistry is in a kit, and its inclusion into the OpenGL kit causes cyclic dependencies between IO, Rendering and itself.
-