2
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 28, 2024 — Nov 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make conversion of VolumeDataHash to uint64_t explicit.
Morten Ofstad
as morten.ofstad
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.
Morten Ofstad
as morten.ofstad
More... about 6 years ago
Mark newly created pages as dirty. Don't increase the pages read count when creating pages.
Morten Ofstad
as morten.ofstad
More... about 6 years ago
Work-in-progress data import, creates page accessors and writes pages to the Amplitude channel.
Morten Ofstad
as morten.ofstad
More... about 6 years ago
Added primary and secondary key header fields to SEGYFileInfo and the serialized version.
Morten Ofstad
as morten.ofstad
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.
Morten Ofstad
as morten.ofstad
More... about 6 years ago
Update to unconditionally use GTEST_SKIP after upgrading gtest.
Morten Ofstad
as morten.ofstad
More... about 6 years ago
Make createContantValueDataBlock available as part of the VolumeDataStore.
Morten Ofstad
as morten.ofstad
More... about 6 years ago
Fix warning in SimpleVolumeDataPageRead test.
Morten Ofstad
as morten.ofstad
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().
Morten Ofstad
as morten.ofstad
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.
Morten Ofstad
as morten.ofstad
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.
Morten Ofstad
as morten.ofstad
More... about 6 years ago
Make getUniqueHash() actually unique by seeding the random number generators with a hash of the current time.
Morten Ofstad
as morten.ofstad
More... about 6 years ago
OpenVDS DataAccess test More... about 6 years ago
Add hashing for std::basic_string to HashCombiner.
Morten Ofstad
as morten.ofstad
More... about 6 years ago
Fixed missing assignment of layoutDescriptor and metadataContainer to handle when calling create().
Morten Ofstad
as morten.ofstad
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.
Morten Ofstad
as morten.ofstad
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.
Morten Ofstad
as morten.ofstad
More... about 6 years ago
Add missing BuildZlib.cmake file More... about 6 years ago