Will Dunklin

Results 13 issues of Will Dunklin

This PR adds switches the implementation of dicomweb assetstore imports away from the custom defined `Resource` methods to be interoperable with other Girder `AssetstoreAdapters`. Moving the code to `DICOMwebAssetstoreAdapter` means...

Notable changes: * Added option to enable C++17 which is on by default * Change fallback C++ standard to C++11 from C++98 * Update CMake minumum required version to 3.10...

[mesh.h's](https://github.com/Kitware/kwiver/blob/master/vital/types/mesh.h#L92-L183) `mesh_vertex_array` claims to be an array of vertices of dimension `d`, however the [typedef](https://github.com/Kitware/kwiver/blob/master/vital/types/mesh.h#L92-L183) for the internal vertex representation `vert_t` is hardcoded to have a dimension of `3`. It...

`pip install`ing this package fails when using `python3.12`: ``` $ python3.12 -m pip install singularity-compose Defaulting to user installation because normal site-packages is not writeable Collecting singularity-compose Downloading singularity-compose-0.1.18.tar.gz (32...

From my CI work I've noticed that building SENSEI with ADIOS2 2.9.0 causes the following tests to fail: ``` - testADIOS2SST - testPartitionersADIOS2SST ``` Both tests seem to be segfaulting...