| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
* commit 'a1d7a9b8592e8b842b940f43733cc2df5d5d81bb':
HDFFV-10738 Wrong INTENT for H5LTread_dataset_double_f
|
| |\
| |/
|/|
| | |
ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~BMRIBLER/hdf5_bmr_fixbug:develop to develop
* commit 'fe104cc38ffbdb39d3e04da107d86ebfc7e8b622':
Test improvement Description Moved the new tests to a more appropriate test function. Platforms tested: Linux/64 (jelly)
Fixed HDFFV-10210 and HDFFV-10587 Description: - Added parameter validation (HDFFV-10210) - Added detection of division by zero (HDFFV-10587 - CVE-2018-17438) - Fixed typos in various tests Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Description
Moved the new tests to a more appropriate test function.
Platforms tested:
Linux/64 (jelly)
|
| |\ \
| | | |
| | | |
| | | | |
https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_fixbug into develop
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Description:
- Added parameter validation (HDFFV-10210)
- Added detection of division by zero (HDFFV-10587 - CVE-2018-17438)
- Fixed typos in various tests
Platforms tested:
Linux/64 (jelly)
Linux/64 (platypus)
Darwin (osx1011test)
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
develop
* commit 'b66df06dbf607741127137ebfda373890cb37649':
Changes that show the right way to iterate over enums.
Changes that show the right way to iterate over enums.
Used the H5_INC_ENUM macro to squash enum value increment warnings.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into tfile_vfd
|
| | | | | | |
|
| |/ / / / |
|
|/ / / / |
|
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Fixed.
Also fixed INTENT issues for H5DS, H5IM and H5TB when reading or getting.
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
* commit '7a589a0a39bc3b46981f4902e5fc1150c05ecebd':
Fix CMake error in name
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit '2e867d2a6dd5f330011f20333064aa0c12464d59':
Commented out memcpy overlap check while we investigate parallel filters issues.
|
|/ /
| |
| |
| | |
parallel filters issues.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit '2db272521e2da51663aa65fc9297cd6cf763e641':
Yanked check for memcpy n > 0
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit '5c80d3d91284bdcd048d9325b1a601d0ddfca8bd':
- Added H5MMprivate.h #includes where needed - Added casts to quiet H5MM_memcpy warnings - Removed char * casts from HDmemcpy
Added an H5MM_memcpy call that checks for buffer overlap.
|
| | |
| | |
| | |
| | |
| | | |
- Added casts to quiet H5MM_memcpy warnings
- Removed char * casts from HDmemcpy
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to develop
* commit '0c20c65e2f3abf390ad87c9167daca4cdff2de39':
Added the HDopen work-around on windows to pio_engine.c
Adds _wopen support on Windows so that files with UTF-8 names can be opened.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
can be opened.
Fixes: HDFFV-2714, HDFFV-3914, HDFFV-3895, HDFFV-8237, HDFFV-10413, HDFFV-10691
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
develop
Fix issues with direct chunk operations and the single chunk index.
* commit 'c812a6c9ec5ff440dc405167c54b86fdb18dcfa4':
Fix issue with direct chunk write not updating the "last chunk" index cache. Fix issues involving datasets being "no allocated" when they contain cached raw data.
|
| |\ \
| |/ /
|/| |
| | | |
develop
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
~JSOUMAGNE/hdf5:topic_thread_private to develop
* commit 'dc69df49e6a8896606c9e4bd0987613a02f7a25a':
CMake: fix pthread linking to only be private
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '86598573641dfa27278c9e29df0fa79bd7d8e07f':
Add API routines to retrieve, restore, reset, and free library state.
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
(Primarily for use in the async VOL connector, which has to schedule API
operations for future execution and then restore the state of the library when
the operation actually executes)
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
~SONGYULU/hdf5_ray:HDFFV-10705-memory-leak-in-scale-offset-2 to develop
* commit '5f22afff3a05a2c8fc694ddb0c7e1081a660b398':
Added a note of bug fix for HDFFV-10705.
|
|/ / / / |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
develop
* commit 'fc3f606d5c30d614b7e6cddaf4d0dafd80987bec':
Fixed the MANIFEST
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* commit '775e3740d64ca9a8a31ded673e93815d76387dad':
Update documents following DHF5 1.10.5 release.
|
| | | | |
|
| |/ /
|/| |
| | |
| | |
| | | |
cache. Fix issues involving datasets being "no allocated" when they
contain cached raw data.
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
* commit '33db9f56449c974fed6b4a8a19072546bcd31e15':
Fix typo.
Move 'minimize dataset object header flag' into API context
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
~SONGYULU/hdf5_ray:HDFFV-10705-memory-leak-in-scale-offset to develop
* commit 'b23079de3af4bfb7aa0508fb81aacd67a76c2114':
HDFFV-10705: Fixed memory leak in scale offset filter.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* commit '64f21ec6397d00e45ff4d41e70c5131241be587e':
Correct CMake examples for a binary install
Correct varname
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
* commit 'd6663b95ac7e9e378b24bd721ea4403ca98d4adf':
Revise "management" VOL callbacks into 'info' and object 'wrap / retrieval' classes.
|
|/ /
| |
| |
| | |
classes.
|
|\ \
| | |
| | |
| | |
| | | |
* commit '8a4371f69ae07619fa9561431b9ee9df9d5b3e47':
Minor fix in h5str_sprintf for NULL region references
|
|/ / |
|