2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix Emscripten build. More... about 1 month ago
Add CoreFoundation and SystemConfiguration frameworks as dependencies for MacOS when building Curl ourselves.
Morten Ofstad
as morten.ofstad
More... about 1 month ago
Make sure range is initialized in VolumeDataStoreIOManager::PrepareReadChunkImpl() -- this was causing problems for reading uncompressed VDSs from Azure (and probably other CSPs). More... about 1 month ago
Improve error reporting for corrupted VDS files in VolumeDataStoreVDSFile. More... about 1 month ago
Fix potential out-of-bounds read in CopyFrom1Bit function, note that this function is not currently used anywhere. More... about 1 month ago
Limit the format passed to Wavelet_Decompress to be the original format or a quantized version so conversion from integer formats to R32 are handled the same as for other compression methods. More... about 1 month ago
Add RequestVolumeSubsetIntegerFormatConversionU8/U16 tests. More... about 2 months ago
Only move from upload/download handler after checking from error in DmsIoManagerFactory. Use the same pattern for extracting response string in all places. More... about 2 months ago
Disable libidn2 when building Curl since we're going to link statically and we don't want to add extra dependencies. If not disabled, Curl's build system uses check_library_exists to determine if it should be used, but we don't know that we have to add extra libraries to the linker command-line if it does. More... about 2 months ago
Determine AWS region for bucket with HeadBucket operation (https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadBucket.html). More... about 2 months ago
Update README. More... about 2 months ago
Fix line-endings issue in patch step for azure-sdk-for-cpp. More... about 2 months ago
Patch the downloaded azure-sdk-for-cpp so it compiles with VS2017. More... about 2 months ago
Update Linux build instructions. More... about 2 months ago
[34710] added support for chunked datasets More... 2 months ago
Clean up chunking support, fix all IOManagers so they all use exclusive IORanges and subtract 1 when creating the range HTTP header. More... 2 months ago
Downgrade Abseil to version 20230125.4 which is the last one to support VS2017. More... 2 months ago
Add OPENSSL_ROOT_DIR to CMAKE_PREFIX_PATH when building curl and aws-crt and make sure to set PKG_CONFIG_USE_CMAKE_PREFIX_PATH=ON when building aws-crt since they forgot to set cmake_minimum_required which means pkg_check_modules in FindOpenSSL would return information for the *system* openssl instead of the one we built. More... 2 months ago
Add all available compression information to compression-info from VDSInfo. More... 2 months ago
SEGYImport fix for SEGY with descending secondary keys More... 3 months ago
Fix missing initialization of new VolumeIndexer in CreateTempBufferIndexer overloads that take an existing VolumeIndexer as a parameter. More... 3 months ago
Clean up java CMakeLists and add missing VolumeData.java and WaveletAdaptiveLevel.java files. More... 3 months ago
Update ManyLinux to 2_28 since 2_24 is EOL and has too old compilers to work with new versions of abseil. More... 3 months ago
Fix unused variable and catch by value warnings (treated as errors) in RequestVolumeTraces tests. More... 3 months ago
Improve SimpleRequestVolumeTraces tests so it takes LOD into account (but still only tests LOD 0 by default). Add new TestLODTracesRequest test based on Julien Lacoste's Java code that reproduced the issue with RequestVolumeTraces when LOD > 0. More... 3 months ago
Fix RequestVolumeTraces when LOD > 0. More... 3 months ago
Initialize VolumeSampler in InterpolatingVolumeDataAccessor correctly when LOD > 0. More... 3 months ago
Use consistent capitalization of LOD. More... 3 months ago
Reduce build parallelism for gitlab-ci. More... 3 months ago
Do not install link libraries on Linux/MacOS. More... 3 months ago