- Feb 10, 2025
-
-
Ben Boeckel authored
These should be converted to `.sha512` files by CMake machinery, but developers that miss running `SetupForDevelopment.sh` may accidentally end up committing the files directly.
-
230320bb Update .gitignore file Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11869
-
39431b7e Add change log for c++17 requirement 859cd6a8 README.md: update minimum compiler dependencies 245ea7ef Resolve an ambiguous call issue setting nlohmann::json value from vtkStdString 488ae974 vtkCompilerWarningFlags: ignore noisy attribute warnings from GCC < 9.1 0500438a ci el7-mindeps: use image with devtoolset-8 84bc1abf ci: add devtoolset-8 to launcher for el7-mindeps builder 3dc003b3 ci: update el7-mindeps to install devtoolset-8 bca44ed6 vtkTableBasedClipCases.cxx: remove unneeded implementation file ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11049
-
29e3b2cb vtkXMLMultiGroupDataReader: Deprecate Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Reviewed-by:
Jean Fechter <jean.fechter@kitware.com> Merge-request: !11888
-
Kitware Robot authored
-
- Feb 09, 2025
-
-
8c9e3da7 Fixed float -> uint8 overflow Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11896
-
Kitware Robot authored
-
- Feb 08, 2025
-
-
Kitware Robot authored
-
- Feb 07, 2025
-
-
fe6aa6ae clang-tidy: fix `bugprone-unused-local-non-trivial-variable` lints 725e30b2 clang-tidy: fix `readability-container-size-empty` lints b74a3121 clang-tidy: fix `readability-redundant-member-init` lints 3be8fa8f clang-tidy: fix `readability-avoid-return-with-void-value` lints 4ac38f30 clang-tidy: fix `readability-redundant-casting` lints 3bc5a648 clang-tidy: fix `readability-redundant-inline-specifier` lints Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !11893
-
0ec5d113 Rendering/Tk: use `std::max` instead of a macro 03874953 vtkColorTransferFunction: use `std::max` instead of a macro 0e2d4617 vtkDynamic2DLabelMapper: use `std::abs` 07ea1ff7 TestGraphLayoutStrategy: use `std::abs` d60d113c vtkLargeInteger: use `std::abs` c744b300 Testing: remove open-coded `ABS` macros for `std::abs` db446cbf ExerciseMultiProcessController: use `std::abs` 5b860c6a vtkMPICommunicator: use `std::min` rather than a custom impl ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11889
-
827a0af4 xdmfHDF: Use UseSerialFile by default Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11900
-
62993c42 Address reviews 281c875c Document changes regarding Id handling 974efe95 do not interpolate original point ids and refactor some parts Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11899
-
Mathieu Westphal (Kitware) authored
Deprecate vtkXMLMultiGroupDataReader and remove mentions
-
8b12a20c Update test 2669937a Add a RelativeMode 15f2b117 Output is not temporal: set information accordingly bfac0020 Be consistent with which mesh is kept 103f9e03 Factorize enum-to-string conversion 2e33c604 Make FieldData manipulation generic 6331667b Init in header Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !11884
-
Charles Gueunet authored
-
Charles Gueunet authored
-
Charles Gueunet authored
Suggestion, we may not interpolate any vtkIdType array ?
-
Kitware Robot authored
-
- Feb 06, 2025
-
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
output is at a fixed time defined by the FirstTimeStep parameter.
-
Nicolas Vuaille authored
Composite use mesh from first Timestep. Do the same for non-composite.
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
This simplify the code and should improve other data objects support like HyperTreeGrids
-
Nicolas Vuaille authored
Also move member from protected to private, to match current design for VTK. This is a breaking change
-
Kitware Robot authored
-
- Feb 05, 2025
-
-
6e7b59c2 Change name from reader() to create_reader() b9c5e5e2 Make the reader method a property 9dc35178 Move constants at class level and refactor _update_accessor 107a2bc1 Add vtkXArrayCFReader and take advantage of XArray lazy loading Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !11885
-
336ba37e Added release note for shadow map light transforms c82ca6da Update shadow map tests to account for fixed light transforms 17a472d2 Fix light transforms due shadow map computation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !11881
-
Dan Lipsa authored
-
d7f1dbbf Add DegeneratedCell Test 04952f01 Restore vtkGeometryFilter behavior for degenerated cells Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11879
-
6ce78cab vtkLineIntegralConvolution2D: conditionalize minmax impls 922d167a vtkMersenneTwister_Private: remove unused code 626e3f0e vtkMySQLQuery: remove unused function 9ac04e4a vtkPostgreSQLQuery: remove unused function 8f948197 vtkOpenVRRenderWindowInteractor: remove unused function fb43d62e vtkTkRenderWidget: remove unused functions 26edc6fd vtkTkImageViewerWidget: remove unused functions dde9482e vtkEqualizerContextItem: remove unused code ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11890
-
Kitware Robot authored
-
- Feb 04, 2025
-
-
31ede1a8 ANARI: Exposed factory for external apps Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !11898
-
Spiros Tsalikis authored
This is done because, similarly to ioss library, the vtkXDMFReader decides which rank reads which part of the dataset and not the xdmf2 library itself.
-
9c6c952e vtkPiecewiseFunction: actually assign a fallback SearchMethod 2e9d08b6 vtkImageToStructuredPoints: fix improper bounds alignment 8f114753 vtkPostgreSQLDatabase: factor out clamping aad39093 Interaction/Widgets: clamp RepresentationState first e14e3a4a vtkAxis: fix clamping assignment e641ea55 vtkImplicitModeller: factor out clamping ac81ee5c vtkSelectionSource: factor out clamping 80c48cd5 vtkCamera: clamp ViewAngle before updating Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !11892
-
Jaswant Panchumarti (Kitware) authored
- Exclude downloaded files inside .gitlab/ - Remove tooling related paths from gitignore because these should be handled by developers in their user gitignore using the command - `git config core.excludesFile $HOME/.gitignore`
-
Kitware Robot authored
-
- Feb 03, 2025
-
-
Cory Quammen authored
-
Cory Quammen authored
-
Cory Quammen authored
On the Intel oneAPI 2021 compilers, this call was leading to compilation error due to an ambiguous call to __is_path_src: bits/fs_path.h:119:16: error: call to '__is_path_src' is ambiguous : decltype(__is_path_src(std::declval<_Source>(), 0)) Resolved by statically casting the string to a std::string
-