- 28 Feb, 2022 2 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 25 Feb, 2022 1 commit
-
-
Jørgen Lind authored
-
- 24 Feb, 2022 1 commit
-
-
Jørgen Lind authored
-
- 23 Feb, 2022 1 commit
-
-
Jørgen Lind authored
Default to IOManagerAwsCurl, the old IOManagerAWS can be used by defining OPENVDS_AWSCURL env variable
-
- 22 Feb, 2022 4 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 21 Feb, 2022 4 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
-
- 16 Feb, 2022 2 commits
-
-
Add proper error handling for Close() and implement a RetryableClose() that doesn't proceed with deleting the handle if an error occurs. Added a ScopedVDSHandle helper class for C++ that is more convenient to use than a unique_ptr with a custom deleter that calls Close() and also has explicit Close() and RetryableClose() methods. Rewrote all tools and tests to use the new ScopedVDSHandle class instead of unique_ptrs.
-
-
- 14 Feb, 2022 1 commit
-
-
Jørgen Lind authored
-
- 11 Feb, 2022 1 commit
-
-
- 10 Feb, 2022 3 commits
-
-
Jørgen Lind authored
-
Fix typo in requestVolumeSamples which was introduced when the code was refactored to use _ndarraypositions function to marshal the sample positions.
-
Jørgen Lind authored
-
- 09 Feb, 2022 1 commit
-
-
Johan Seland authored
-
- 07 Feb, 2022 2 commits
-
-
Skip copying chunks that have not been written in the source when calling CopyPage(). This ensures an identical copy of sparse VDSs can be made.
-
Jørgen Lind authored
-
- 04 Feb, 2022 1 commit
-
-
- 31 Jan, 2022 2 commits
-
-
Morten Ofstad authored
-
Morten Ofstad authored
-
- 28 Jan, 2022 2 commits
-
-
Morten Ofstad authored
Add default cases to switches in RequestVolumeSubsetWithDifferentFormatsAndDimensionGroups test to avoid warnings. Remove unused volumeDataLayout to fix warning about unused variable.
-
Morten Ofstad authored
-
- 27 Jan, 2022 2 commits
-
-
Morten Ofstad authored
-
Morten Ofstad authored
Only serialize layer status for layers that have a metadatamanager, this avoids adding information for remapped layers that are not actually stored on the remote.
-
- 26 Jan, 2022 8 commits
-
-
Morten Ofstad authored
-
Morten Ofstad authored
Throw runtime error instead of aborting the process in case of illegal voxel format in calls to GetVoxelFormatByteSize/GetElementSize
-
Morten Ofstad authored
-
Morten Ofstad authored
-
Morten Ofstad authored
Fix problem with dereferencing nullptr in VolumeDataLayer::GetProduceStatus and don't call this method in FindLayerToRemapFrom as it leads to problems with re-entrancy.
-
Morten Ofstad authored
-
Morten Ofstad authored
Fix wrong error handling if zlib uncompress fails in DeserializeVolumeData. Converted an error case in CopyDataBlockIntoLinearBuffer into an assert since it cannot happen if the code around it is correct.
-
Morten Ofstad authored
-
- 25 Jan, 2022 1 commit
-
-
- 24 Jan, 2022 1 commit
-
-
Jørgen Lind authored
-