2
I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Oct 19, 2024 — Oct 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a race condition in the constant hash determination in the remap request where several jobs would observe they were the first one and could overwrite each others results, leading to blocks erroneously being marked as constant. More... about 1 month ago
Add unicode support also for huebds tool. More... 2 months ago
Fix warnings about converting int to float. More... 2 months ago
Add segment-based analysis of binned data in order to not count blank space around the edges of a survey when checking for an excess of empty traces.
Morten Ofstad
as morten.ofstad
More... 2 months ago
Update which Python versions are available in the Manylinux containers More... 3 months ago
Add CLAUDE.md for using Claude code. More... 3 months ago
Add Windows Unicode support to all command-line tools More... 3 months ago
Some older VDS files create by Bluware libraries don't have all the fields of the channel descriptor specified. The VDSObjectParser code was missing logic to default these fields to sensible values, which has now been added. More... 6 months ago
Fix the documentation of the GetErrorCode method so it explains the return value without referring to a non-existent class. More... 6 months ago
Clean up the error handling so the VolumeDataRequestProcessor's ProcessPageInJob() and VolumeDataAccessManagerImpl::AddCopyPageJob() method doesn't access the error field of a page without holding a lock. More... 6 months ago
Install and include SetCompilerFlagsForTarget.cmake (Jonathan Watmough). More... 6 months ago
Set CMAKE_POLICY_VERSION_MINIMUM=3.5 for several external projects that require it. More... 6 months ago
Set CMAKE_POLICY_VERSION_MINIMUM to 3.5 in the CMakePresets.json file in order to build with CMake 4.0. This is a workaround until we can fix the problems caused by the manylinux docker images being updated. There are two problems, jsoncpp which can be fixed by building as an external project instead of add_subdirectory (and specifying the CMAKE_POLICY_VERSION_MINIMUM for the configure step of the external project) and the CMakeRC resource compiler used for some of the help text which probably have to be patched on download in order to fix it. More... 6 months ago
prestack 2D check for offset in requested range More... 6 months ago
Fix a very rare problem for 4D data where we need to eliminate layers that have 4D chunks because they cannot be serialized. This happens when you have a trace-mapped channel with more than one mapped value (e.g. SEGYTraceHeader) and a layer with a dimensiongroup that doesn't include dimension 0 (only Dimensions_123 for 4D data). Update GetBaseLayer/GetTopLayer so they work also when a layer has been eliminated. More... 7 months ago
Clarify how the unit of the Sample axis descriptor is used to discriminate between time and depth domain data. More... 7 months ago
SEGYImport add check in Scan for primary key disorder More... 7 months ago
avoid 32-bit overflow; limit write size More... 8 months ago
fix: added back the BRANCH_NAME parsing to allow '/'s in the branch name. More... 8 months ago
fix: AWS update builds for S3-based build process. More... 8 months ago
update aws buildspec with recent ecr tag More... 8 months ago
Make sure we destroy the VolumeDataPageAccessors created by the VolumeDataRequestProcessor when the VDS is closed. More... 9 months ago
Update DISABLE_DMS_IOMANAGER to disable compilation of all files used by DMS.
Morten Ofstad
as morten.ofstad
More... 10 months ago
Make sure we include the Curl backend if needed by any enabled IOManager. Change the DISABLE_CURL_IOMANAGER to effectively work like 'DISABLE_HTTP_IOMANAGER' which is what it really should have been from the start.
Morten Ofstad
as morten.ofstad
More... 10 months ago
Ignore traces with primary/secondary keys that are inconsistent with the segment they belong to or unsorted compared to the other traces in the segment. This avoids out-of-bounds access when trying to put them into the volume data chunks. More... 10 months ago
Add dependency on Python targets being built to the doc generation process to ensure it does not start building the docs before the python module can be imported by conf.py. More... 10 months ago
Extend conditions to disable IOManagerCurl More... 11 months ago
Add missing AzurePresigned_IOManager guard More... 11 months ago
Fix compilation with disabled Curl/Azure Presigned More... 11 months ago
Reset the written region and clear the copied to chunk list when a page is written back. Check for m_layer being null in LimitPageListSize() so it doesn't crash when a VDS that has dirty pages is closed. More... 12 months ago