2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made getObjectBuffer() a static method on CPPJNIObjectContext
Stein Pedersen
as stein.pedersen
More... about 1 year ago
Add functionality to attach an owned buffer (by means of a GlobalRef) to an object context
Stein Pedersen
as stein.pedersen
More... about 1 year ago
Support importing from SEG-Y files that are sorted in descending order. Add a --keep-original-order command-line parameter to disable the re-ordering to ensure that these files can be round-tripped, but this is less compatible with other software that might assume the VDS axis has CoordinateMin < CoordinateMax. More... about 1 year ago
Check for nullptr before adding reference in OpenVDS::GetAccessManager(). More... about 1 year ago
Build OpenSSL as part of the build on Non Windows platforms More... about 1 year ago
Do not create a channel descriptor with NoValue for 1-bit data in generateSimpleInMemory3DVDS as it is not allowed. More... about 1 year ago
Remove tuple include More... about 1 year ago
For 1 bit convert all the values More... about 1 year ago
Update SerializeVolumeData signature More... about 1 year ago
Remove extra definition of ErrorRequest More... about 1 year ago
Cleanup BlockCopy More... about 1 year ago
Use conversion parameters to ensure pages are in correct More... about 1 year ago
Fix manylinux-2_24 docker failing to build since debian moved stretch into archive More... about 1 year ago
Fix trace coordinate metadata for 2D More... about 1 year ago
Add 1bit source test for requestVolumeSubset with remapping More... about 1 year ago
Fix remapping between 1bit dimension groups other than dimension groups starting with 0 More... about 1 year ago
Make sure we have the ConversionParameters on the page More... about 1 year ago
Update gitlab cicd caching properties More... about 1 year ago
Update envionment variable spec in readme More... about 1 year ago
Silence curl logs on errors. These errors are propagated anyway. More... about 1 year ago
DMS Proxy add support for SD_SVC_URL and SD_SVC_API_KEY environment variables More... about 1 year ago
GONGR-6461_Move_openvds_containerize_logic_to_common_pipeline More... about 1 year ago
MacOS build fixes
Morten Ofstad
as morten.ofstad
More... about 1 year ago
Turn the 'inconsistent metadata' case back into an error. It looks like it was changed by accident when the logging interface was added. Update tests to check that the expected errors are logged and can be picked up through the VolumeDataRequest object. More... about 1 year ago
Make VolumeDataRequest::GetErrorCode()/GetErrorMessage() wait for the request to complete (if it hasn't done so already) so they can return sensible values. More... about 1 year ago
Add python version of getVDSChunkCount to VolumeDataAccessManager More... about 1 year ago
Refactored the TokenRefresher Code and added client credentials logic More... about 1 year ago
Move hue_vds_objects as a depdeneny of openvds_objects More... about 1 year ago
Disable OpenMP by default More... about 1 year ago
Add a python benchmark example More... about 1 year ago