Merge pull request #513 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to hdf5_1_8
* commit '839bbd544a8cf11184e0d8429778ebf45c522d10':
Fix for HDFFV-10051 Fix for issue #2 reported in HDFFV-10051: The layout "dirty" flag for a compact dataset is not reset properly after flusing the data at dataset close. --Reset the "dirty" flag before flushing the message. Issue #1 reported in HDFFV-10051 is not a problem for 1.8.
Fix for HDFFV-10051
Fix for issue #2 reported in HDFFV-10051:
The layout "dirty" flag for a compact dataset is not reset properly after flusing the data at dataset close.
--Reset the "dirty" flag before flushing the message.
Issue #1 reported in HDFFV-10051 is not a problem for 1.8.
Merge pull request #518 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
* commit '0fbb49ac81078a35f8d999bf9242d8a12b0921cf':
Added H5LaccProp.h/cpp to CMakeLists.txt
Merge pull request #502 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
* commit '8b1a53896565cafca3795d139a37148f89bf928d':
Add H5Lexists wrappers Description: Added wrappers H5Location::exists() for H5Lexists. Added new class LinkAccPropList to be used by H5Location::exists() Rearranged source files in Makefile.am Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Improvement of class hierarchy Description: - Moved c...
Add H5Lexists wrappers
Description:
Added wrappers H5Location::exists() for H5Lexists.
Added new class LinkAccPropList to be used by H5Location::exists()
Rearranged source files in Makefile.am
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
Improvement of class hierarchy
Description:
- Moved class Attribute to be derived from class H5Location instead of
IdComponent because an attribute id can be used as loc_id in C APIs.
- Copied wrappers of H5A APIs in H5Location into H5Object because H5A
functions do not take an attribute id as loc_id. The original wrappers
will be deprecated in future releases.
- Revised comments
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx101...
Merge pull request #514 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_8 to hdf5_1_8
* commit '8501476da2ae370035de5421711345e4f4d645a7':
Adds a new H5DO HL test that ensures chunk overwrites work properly. Part of HDFFV-10187.
Merge pull request #510 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '7112b53b32445a067247fd802356002b182a7a02':
Windows does not know what a uint is Index value used in math operation with hsize_t
Merge pull request #508 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '073f13ed5fc0190d3ffd4561bbde71c531f08ec8':
Change position of declaration to top of block
Change the signature of H5PLget_size function
Merge pull request #485 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to hdf5_1_8
* commit '8c2d4c354413d4f3578aa30cf28ee4c4f5c137cf':
Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934) Modifications made based on pull request (#485) comments.
Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934) Incorporate the code changes that were missing from the original patch: (1) Additional tests in hl/test...
Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934)
Modifications made based on pull request (#485) comments.
Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934)
Incorporate the code changes that were missing from the original patch:
(1) Additional tests in hl/test/test_dset_opt.c
(2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but not dirty
Tested on playtpus, ostrich, kituo, mayll, osx1010test, quail, emu.
Merge pull request #504 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8
* commit '0ff30fa67ca92fe59d99b4bbc6addbc01f219043':
Move libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIES and other changes to Makefiles and config/conclude.am to eliminate link errors with new libdynlib*_la_LDFLAGS which were added to stop libdynlib* files linking to external libraries.
Move libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIES
and other changes to Makefiles and config/conclude.am to eliminate
link errors with new libdynlib*_la_LDFLAGS which were added to stop
libdynlib* files linking to external libraries.
Merge pull request #495 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
* commit '6c161ba4dc7c25da6ecbe98aec10fff7b1365df6':
Fixed a comment.
Code improvement Description: - Moved class H5File to inherit from class Group because an HDF5 file is a root group - Cleanup header file inclusion and class forward declaration - Revised comments Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Code improvement
Description:
- Moved class H5File to inherit from class Group because an HDF5 file is
a root group
- Cleanup header file inclusion and class forward declaration
- Revised comments
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
Merge pull request #475 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_8 to hdf5_1_8
* commit '932e1883035d2c676bbaa129d44e57a180804d14':
Ran bin/reconfigure on jam after changes to make_err.
Added missing #ifdef __cplusplus macros to H5Epubgen.h. Fixes HDFFV-9638.
Merge pull request #455 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
* commit '326030c665c53dfb04491a92ec88e38749bfbeb0':
Format changes only. Platforms tested: Linux/32 2.6 (jam) - very minor
Merge pull request #446 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '0b7812b6fef61e1ab31a852bc1c92d49ef12aa53':
Correct typo of file name
Merge pull request #420 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
* commit '1b907d93d7ec3d8beb64cb084ceb2c9b4b436cbb':
Miscellaneous clean-up: format and comments Platforms tested: Linux/64 (jelly) - very minor
Merge pull request #411 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
* commit 'bee3ca742946eff20f64e35048dc00429b99e362':
Description: Only format changes: mostly tabs vs. spaces Platforms tested: Linux/64 (jelly)
Merge pull request #404 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '51e3309491efb4f8a21f23ef5d00b3b5138b7905': (25 commits)
Add missing test status
HDFFV-10143 branch does not have HDprintf
Fix typo deletion
HDFFV-10143 Update new feature section.
HDFFV-10143 clean up format and function return
Update with checks for index bounds
Correct usuage of HD prefix
FIX pkg include error
HDFFV-10143 fix use before set
HDFFV-10143 check for H5PL_PACKAGE in 1.8
...