2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initialize VolumeSampler in InterpolatingVolumeDataAccessor correctly when LOD > 0. More... 4 months ago
Use consistent capitalization of LOD. More... 4 months ago
Reduce build parallelism for gitlab-ci. More... 4 months ago
Do not install link libraries on Linux/MacOS. More... 4 months ago
Change order of Abseil libs so they work with single-scan linkers on Linux. More... 4 months ago
[MSCOSDU-2089] fix resource usage that were moved from More... 4 months ago
Set INSTALL_RPATH correctly for MacOS.
Morten Ofstad
as morten.ofstad
More... 4 months ago
Update openssl and make sure to set libdir when configuring. More... 4 months ago
Fix library names for Absl/Crc32c/GCP for Linux/MacOS.
Morten Ofstad
as morten.ofstad
More... 4 months ago
Move back to alpine:latest after updating the dependencies to versions that compile with GCC 13. More... 4 months ago
Include stdint.h where needed. It was pulled in indirectly by string.h prior to GCC 13. More... 4 months ago
Specify C++14 standard when building abseil and google cloud libraries. Make the dependencies of google cloud libraries depend on the actual packages built rather than test for platform. More... 4 months ago
Update GCP dependencies to latest versions that compile with GCC 13. More... 4 months ago
Fix alpine linux to version 3.18 for the time being until we can update all dependencies. More... 4 months ago
Update GCP to version 1.19.0 and build as external project (with abseil and Crc32c built as separate external projects). More... 4 months ago
Fix PyGlobal so it doesn't include the constructor for DMSOpenOptions that take a authProviderCallback argument. More... 4 months ago
Update Azure SDK for C++ to latest version (1.10.3). More... 5 months ago
Allow pip to break system packages in the alpine Dockerfile. Alpine now uses Python 3.11 that implements the new PEP 668, Marking Python base environments as “externally managed”. More... 5 months ago
Next development release is 3.5 More... 5 months ago
Add specific dependencies for Ubuntu 22.04 and provide build example. More... 6 months ago
Unescape escaped characters in extractStringVal function in VDSObjectParser. Simplified logic a little in getNextToken() where it handles quoted strings (no change in behaviour). More... 6 months ago
Update buildspec.yaml More... 6 months ago
Improved parameter validation of dimension parameter for methods on the VolumeDataLayout so it is consistent with commercial VDS implementation. More... 6 months ago
Default to -1 adaptive level when there is no adaptive levels metadata. Fix assert hit when getting effective adaptive load level for uncompressed data. More... 6 months ago
Don't use HINTS to specify python path, it only works if there is a cmake file there. Add numpy to requirements in pyproject.toml since we use the headers during compilation. More... 6 months ago
Added APIs to query the compressed/uncompressed size and available adaptive levels for a wavelet compressed VDS. More... 6 months ago
Output Java and Python bindings for DMSOpenOptions with httpProxy. More... 6 months ago
Added new option for setting HTTP proxy for the DMS service to the DMSOpenOptions. More... 6 months ago
Link to VDS use-cases from README.md
Morten Ofstad
as morten.ofstad
More... 7 months ago
URL Encoding Fails for checking 9 as alphanumeric due to off by one error More... 7 months ago