- 19 Nov, 2019 9 commits
-
-
David Diederich authored
-
Jørgen Lind authored
Fix build for Fedora 31 / Centos 7 See merge request osdu/open-vds!1
-
- Set CMAKE_INSTALL_DIR to lib${LIBSUFFIX} for Azure Storage SDK * Azure Storage SDK does not use GNUInstallDir cmake include to set the CMAKE_INSTALL_<dir> variables resulting in invalid LIBDIR paths for distributions that use lib64. However, they provide a way to override it which is what this change uses to set the correct path - Add WERROR=OFF for cpprestsdk * Warning about deprecated-copy when building with gcc 9. Causes the build to fail if werror is enabled - Remove const from dimensionDistribution * uniform_real_distribution<float> call operator is not const which causes an error when building with gcc 9
-
Jørgen Lind authored
Ci pipeline See merge request osdu/open-vds!2
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 15 Nov, 2019 7 commits
-
-
Morten Ofstad authored
Moved ValueConversion.h and VolumeSampler.h to the public API. Fixed includes and list of headers to install.
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Morten Ofstad authored
Added complete documentation for VolumeDataAxisDescriptor. Got rid of the CoordinateRange since it's not really a range (i.e. Max can be smaller than Min) and documented this better. Fixed documentation for VolumeDataAccessManager::GetVolumeDataLayout().
-
Morten Ofstad authored
-
Morten Ofstad authored
Removed Access enum as it was not used (read/readwrite access is handled when you create the VolumeDataPageAccessor, not when you open the VDS).
-
- 14 Nov, 2019 7 commits
-
-
David Diederich authored
-
David Diederich authored
-
David Diederich authored
Conflicts: build-environment.Dockerfile
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 13 Nov, 2019 8 commits
-
-
David Diederich authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
David Diederich authored
-
Jørgen Lind authored
-
Jørgen Lind authored
on public Function and public Members
-
Morten Ofstad authored
Refactored the Open/Close methods so there are alternate versions that take an IOManager instead of OpenOptions. This is meant to make it easier to test the code by creating IOManagers that e.g. store everything in memory instead of in an object store. Renamed the Destroy(handle) method to Close(handle) and added documentation for Open/Create/Close calls.
-
Jørgen Lind authored
-
- 12 Nov, 2019 4 commits
-
-
Jørgen Lind authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
David Diederich authored
This process begins by creating a Docker Image for the development environment, setting up the dependencies that will be need in the build. Then, it compiles the program by running cmake / make.
-
- 11 Nov, 2019 3 commits
-
-
Morten Ofstad authored
-
Jørgen Lind authored
-
Jørgen Lind authored
-
- 08 Nov, 2019 2 commits
-
-
Stein Pedersen authored
-
Stein Pedersen authored
-