- 06 Sep, 2019 6 commits
-
-
Jørgen Lind authored
Don't build zlib on other platforms than windows as default since its easier to just use the system zlib
-
Jørgen Lind authored
-
Morten Ofstad authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 05 Sep, 2019 2 commits
-
-
Jørgen Lind authored
-
Morten Ofstad authored
-
- 04 Sep, 2019 1 commit
-
-
Jørgen Lind authored
-
- 03 Sep, 2019 2 commits
-
-
Morten Ofstad authored
Added DeserializeVolumeDataTest with test data for all compression methods except WaveletLossless. Renamed Rle to RLE as it is an abbreviation and not a word.
-
Morten Ofstad authored
Made File class close the file in the destructor and removed the CloseGuard which isn't necessary anymore. Added asserts in File:open() to check that the file is not already open.
-
- 02 Sep, 2019 2 commits
-
-
Morten Ofstad authored
Added Base64Encode() function. Converted length parameter of Base64Encode/Decode() to be 64-bit to allow large buffers since there is no point in limiting the low-level implementation.
-
Morten Ofstad authored
-
- 30 Aug, 2019 6 commits
-
-
Morten Ofstad authored
-
Morten Ofstad authored
-
Morten Ofstad authored
-
Morten Ofstad authored
Update JSON handling to conform to new version of OpenVDS specification. Rename everywhere 'Lod' to LOD since it is an abbreviation and not a word.
-
Morten Ofstad authored
-
Morten Ofstad authored
Made copyMargin/isCopyMarginNeeded internal functions take VolumeDataPageImpl pointers to remove the need for static_cast.
-
- 29 Aug, 2019 1 commit
-
-
Jørgen Lind authored
its in a non working state
-
- 26 Aug, 2019 1 commit
-
-
Jørgen Lind authored
-
- 23 Aug, 2019 1 commit
-
-
Jørgen Lind authored
-
- 20 Aug, 2019 2 commits
-
-
Jørgen Lind authored
-
Morten Ofstad authored
Changed LodLevels enum to LODLevels and changed DimensionsND enum to be prefixed with Dimensions_ rather than using enum class.
-
- 14 Aug, 2019 1 commit
-
-
Jørgen Lind authored
stubbed out implementation
-
- 07 Aug, 2019 1 commit
-
-
Morten Ofstad authored
Changed Format enum to use '_' between the prefix (enum name) and the actual enumerated value. The reasoning is that this is intentionally not an 'enum class' and in this case the enum values are prefixed with the enum name which is made clear by the inclusion of the '_'. This change will match the coming changes to the JSON serialization.
-
- 05 Aug, 2019 2 commits
-
-
Morten Ofstad authored
-
Morten Ofstad authored
-
- 01 Aug, 2019 6 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 05 Jul, 2019 2 commits
-
-
Morten Ofstad authored
-
Morten Ofstad authored
-
- 04 Jul, 2019 1 commit
-
-
Morten Ofstad authored
Changed OpenOptions to be a kind of tagged union indicating the connection type to make room for other types than AWS. Still need to create an abstract Connection interface that the VolumeDataPageAccessor and JSON serialize/deserialize methods can use.
-
- 02 Jul, 2019 3 commits
-
-
Morten Ofstad authored
Moved MetadataKey/MetadataContainer to its own header file and renamed from VDSMetaData to Metadata. Added metadata container argument to create method.
-
Jørgen Lind authored
-
Jørgen Lind authored
-