| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into hdf5_1_8
|
| |
| |
| |
| |
| |
| |
| | |
on CYGWIN.
Added known problem entry to RELEASE.txt.
Set version for 1.8.19 release.
Barbara updated contents of README.txt file.
|
| |
| |
| |
| |
| |
| |
| | |
flag '-rpath /nowhere' to stop them being installed while keeping them
from linking with libhdf5, etc.
Incremented version to 1.8.19-pre1 and ran bin/release to create tar
and zip files for testing.
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into hdf5_1_8
|
| | | |
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| | |
Apply the fix for HDFFV-7853 H5Ocopy from develop to 1.8 branch.
This is the similar set of changes as in develop branch.
Some coding is added to do the copying because 1.8 does not flush out the
storage address when writing to a dataset.
|
|/
|
|
|
|
|
|
| |
1.8.19-pre1.
Note: changes to these scripts were brought from develop/hdf5_1_10
and modified for 1.8 version differences.
Update HDF5 version to 1.8.20-snap0.
Update HL .so number for added API function.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| | |
https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
|
| | |
|
|\ \
| |/
| |
| | |
https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
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 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.
|
| | | |
|
|/ /
| |
| |
| | |
removed and replace it with new url for COPYING file.
|
|/ |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| | |
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/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.
|
| |
| |
| |
| |
| |
| | |
healthcare (HDFFV-9934)
Modifications made based on pull request (#485) comments.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
* commit '5c4aeef7ff5845a98f4fea5d2be74aa258cd1562':
Fix illegal references for sanity checks. Correct illegal references for HDassert() checks when in debug mode. Tested on emu, osx1010test, mayll, kituo, ostrich.
|
| |
| |
| |
| |
| | |
Correct illegal references for HDassert() checks when in debug mode.
Tested on emu, osx1010test, mayll, kituo, ostrich.
|
|\ \
| |/
| |
| |
| |
| | |
* commit '043aabe8cbd1abcc41ea2fb887b3a8ddd706500c':
Made corrections according to code review. 1) Change fprintf to HDfprintf in hl/test/test_dset_opt.c 2) Remove extra line in src/H5Dpkg.h 3) Add one more test to hl/test/test_dset_opt.c Tested on mayll and osx1010test.
Incorporate patch from GE Heathcare (HDFFV-9934) 1) Integrate the patch 2) Fix bugs when debugging the patch 3) Add test to hl/test/test_dset_opt.c Tested on moohan, ostrich, platypus, emu, osx1010test, quail, kituo, mayll.
|
| |
| |
| |
| |
| |
| |
| | |
1) Change fprintf to HDfprintf in hl/test/test_dset_opt.c
2) Remove extra line in src/H5Dpkg.h
3) Add one more test to hl/test/test_dset_opt.c
Tested on mayll and osx1010test.
|
| |
| |
| |
| |
| |
| |
| | |
1) Integrate the patch
2) Fix bugs when debugging the patch
3) Add test to hl/test/test_dset_opt.c
Tested on moohan, ostrich, platypus, emu, osx1010test, quail, kituo, mayll.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Fixed Conflicts:
MANIFEST
test/plugin.c
|
|/ |
|
|
|
|
|
| |
Populate the fix for HDFFV-9697: Fix for unknown message from develop branch.
Tested on ostrich, platypus, kite, quail, osx1010test, emu, mayll, moohan, kituo.
|
|
|
|
| |
Fix for HDFFV-10141.
|
|
|
|
| |
Fixes HDFFV-10141.
|