Merge pull request #537 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8
* commit '2fb535ceff613dfd2a02b5b78ba7c3b5df95424b':
Remove The HDF Group copyright header from 3rd party file. Remove java/COPYING file - no java directory in this branch.
Update text in COPYING files in subdirectories to match changes to copyright notices in source files. Update Copyright notices in acsite.m4 and bin/yodconfigure that were overlooked by chkcopyright. Remove broken and unnecessary urls from...
Update text in COPYING files in subdirectories to match changes to
copyright notices in source files.
Update Copyright notices in acsite.m4 and bin/yodconfigure that were
overlooked by chkcopyright.
Remove broken and unnecessary urls from comments in
hl/fortran/src/H5IMcc.c and hl/src/H5IM.c.
Commit bin/reconfigure changes to generated files.
Merge pull request #533 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to hdf5_1_8
* commit '133168d8fcd5210c66d65ba3c1b349f72fd39f0f':
Fixed for building shared fortran libraries on OS X, HDFFV-2772
fixed print formatting
Merge pull request #526 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
Added new wrappers for 1.8.19.
* commit '2bf8375001239d35a605117bf70a4aaf47207fff':
Added test Description: Added another test to invoke the Group constructor, taking an Attribute as a location. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus)
Removed ObjHeaderIException Description: ObjHeaderIException was just added but it is better to use the existing LocationIExcept...
Added test
Description:
Added another test to invoke the Group constructor, taking an Attribute
as a location.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Removed ObjHeaderIException
Description:
ObjHeaderIException was just added but it is better to use the
existing LocationIException instead to avoid using internal names.
Future improvement: use throwException to throw the appropriate
exception instead.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
Purpose: Add new C++ wrappers (HDFFV-10156)
Description:
Added wrappers for H5Iis_valid, H5Ps/get_nlinks, H5Tget_create_plist,
H5Oopen, and H5Oclose
// Checks if the given ID is valid.
static bool isValid(hid_t an_id);
// Sets the number of soft or user-defined links that can be
// traversed before a failure occurs.
void setNumLinks(size_t nlinks) const;
// Gets the number of soft or user-defined link traversals allowed
size_t...
Merge pull request #524 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '7557384b9b60c2561a2eb5b08027f59737cb49c7':
Correct name of reference file to be copied
HDFFV-10186 new testfile
Correct statement order
HDFFV-9055 add new test file
Tools merge from develop-1.10
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)
* commit '6cecb1352220daa248bed247ffd613c92c6c9f03':
Minor modifications for HDFFV-9934 Print out failure/success messages from running the tests in hl/test/test_dset_opt.c. Tested on emu, quail, kituo, platypus.
Updated for 1.8.19
Updated for 1.8.19.
Merge pull request #525 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to hdf5_1_8
* commit 'a59d5166bee9153c58c85847d19ad7fdd6beb7f6':
Minor modifications for HDFFV-9934 Print out failure/success messages from running the tests in hl/test/test_dset_opt.c. Tested on emu, quail, kituo, platypus.
Minor modifications for HDFFV-9934
Print out failure/success messages from running the tests in hl/test/test_dset_opt.c.
Tested on emu, quail, kituo, platypus.
Merge pull request #523 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8
Updated RELEASE.txt
* commit '1fd0db03214c4bfebe0a956b3dd4bcbe819c5246':
Updated for 1.8.19
Updated for 1.8.19.
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)