- 25 Aug, 2020 2 commits
-
-
Jørgen Lind authored
Merge branch feature/jorgen.lind/python_cleanup_request with refs/heads/master into refs/merge-requests/214/train
-
Jørgen Lind authored
-
- 24 Aug, 2020 1 commit
-
-
Supports all data types except 'any', and works for 2d and 3d data. The blocksize and LOD level are currently hard-coded.
-
- 21 Aug, 2020 2 commits
-
-
Jørgen Lind authored
This reverts commit eb6e0338.
-
Jørgen Lind authored
-
- 20 Aug, 2020 3 commits
-
-
remove LRU cache and revert back to a cache similar to the original design, except that we explicitly tell the cache when to drop completed inlines
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 19 Aug, 2020 1 commit
-
-
Jørgen Lind authored
-
- 17 Aug, 2020 1 commit
-
-
Jørgen Lind authored
-
- 13 Aug, 2020 3 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 10 Aug, 2020 2 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 07 Aug, 2020 3 commits
-
-
Morten Ofstad authored
-
Morten Ofstad authored
-
Morten Ofstad authored
-
- 06 Aug, 2020 22 commits
-
-
Jørgen Lind authored
-
Morten Ofstad authored
-
Morten Ofstad authored
Fixed that IsOpen() would report the file was still open after it was closed if EnableWriting() had been called.
-
Morten Ofstad authored
-
Morten Ofstad authored
Added a method to create index entries for chunk data which allocates space in the VDS file and makes it possible to write the data without holding a lock.
-
Morten Ofstad authored
Allow NULL data pointer to WriteChunk if we want to write an empty chunk with metadata. Added WriteIndexEntry method to enable async operations. Made BulkDataStore error message thread-local.
-
Morten Ofstad authored
Make sure we append persistentID to the URL in a consistent way (which doesn't crash if the base URL is empty).
-
Morten Ofstad authored
-
Morten Ofstad authored
-
Morten Ofstad authored
Reworked changes to allow object store datasets without metadata tags and improve verification of serialized data.
-
Morten Ofstad authored
-
Morten Ofstad authored
Change HueBulkDataStore to use File class that has thread-safe Read/Write methods. Added IsReadOnly() call.
-
Morten Ofstad authored
-
Morten Ofstad authored
Make VolumeDataStore destructor virtual so we actually call the derived class's destructor during Close().
-
Morten Ofstad authored
Fix missing Commit of changes to SerializedVolumeDataLayout and missing update of FileMetadata on Flush.
-
Morten Ofstad authored
Set ProduceStatuses on loading serialized VolumeDataLayout, this can definitly be improved but for now we do it at the same place as VolumeDataStoreIOManager. Return correct CompressionInfo from ReadChunk().
-
Morten Ofstad authored
-
Morten Ofstad authored
Added basic implementation of WriteSerializedVolumeDataLayout and WriteChunk to VolumeDataStoreVDSFile.
-
Morten Ofstad authored
-
Morten Ofstad authored
-
Morten Ofstad authored
-
Morten Ofstad authored
-