| Make conversion of VolumeDataHash to uint64_t explicit. |
|
More...
|
about 6 years ago
|
| Set correct number of samples for inline/crossline dimensions. Explicitly call commit() to write back remaining pages at the end. |
|
More...
|
about 6 years ago
|
| Mark newly created pages as dirty. Don't increase the pages read count when creating pages. |
|
More...
|
about 6 years ago
|
| Work-in-progress data import, creates page accessors and writes pages to the Amplitude channel. |
|
More...
|
about 6 years ago
|
| Added primary and secondary key header fields to SEGYFileInfo and the serialized version. |
|
More...
|
about 6 years ago
|
| Implemented createPage in VolumeDataPageAccessor to make it possible to do low-level brick-by-brick writes. Fixed various bugs related to writable pages. |
|
More...
|
about 6 years ago
|
| Update to unconditionally use GTEST_SKIP after upgrading gtest. |
|
More...
|
about 6 years ago
|
| Make createContantValueDataBlock available as part of the VolumeDataStore. |
|
More...
|
about 6 years ago
|
| Fix warning in SimpleVolumeDataPageRead test. |
|
More...
|
about 6 years ago
|
| Initialize to zero |
|
More...
|
about 6 years ago
|
| Added createPage()/readPage() methods to VolumeDataPageAccessor interface and re-implemented readPageAtPosition() as an inline method in terms of getChunkIndex() and readPage(). |
|
More...
|
about 6 years ago
|
| Fix 8 byte integer value conversion |
|
More...
|
about 6 years ago
|
| Make sure the create() call also creates the data access manager instance for the handle. |
|
More...
|
about 6 years ago
|
| Introduced a persistentID for the SEGYFileInfo. Added new options to the SEGYUpload tool to specify the bucket, region, prefix and persistentID for the uploaded dataset. |
|
More...
|
about 6 years ago
|
| Make getUniqueHash() actually unique by seeding the random number generators with a hash of the current time. |
|
More...
|
about 6 years ago
|
| OpenVDS DataAccess test |
|
More...
|
about 6 years ago
|
| Add hashing for std::basic_string to HashCombiner. |
|
More...
|
about 6 years ago
|
| Fixed missing assignment of layoutDescriptor and metadataContainer to handle when calling create(). |
|
More...
|
about 6 years ago
|
| Compile fix |
|
More...
|
about 6 years ago
|
| Update AccessManager |
|
More...
|
about 6 years ago
|
| Upgrade to gtest 1.9.0 (taken from gihub commit 33a0d4f6d76a0ed6061e612848532cba82d42870 |
|
More...
|
about 6 years ago
|
| Add constant filling of chunks |
|
More...
|
about 6 years ago
|
| Linux build fix |
|
More...
|
about 6 years ago
|
| Fix zlib build in denbug on windows |
|
More...
|
about 6 years ago
|
| Remove S3 Downloader test |
|
More...
|
about 6 years ago
|
| * Added code to serialize VolumeDataLayout objects * Added test for serialization of VolumeDataLayout objects * Added a 'keys' vector to the MetadataContainer and added a MetadataType field to the keys to allow for ordered iteration through the metadata key/value pairs. * Changed the AWS settings for test data to be CMake options instead of environment variables to make it work the same as locating test data. * Added a getLayoutDescriptor() method to VolumeDataLayout and added some member variables to hold missing information about overall LOD settings. * Fixed Base64Encode() functions and allow empty input to Base64Decode() function. |
|
More...
|
about 6 years ago
|
| Optional build of zlib |
|
More...
|
about 6 years ago
|
| Fix linux build |
|
More...
|
about 6 years ago
|
| Implemented VolumeDataChannelMapping properly. |
|
More...
|
about 6 years ago
|
| Add missing BuildZlib.cmake file |
|
More...
|
about 6 years ago
|