AuthorCommitMessageCommit dateIssues
Larry KnoxLarry Knox
2c3bde7f744Add assignment to get value from environment variable realtimeOutput.Propagate changes to Makefile.ins with bin/reconfigure.
Larry KnoxLarry Knox
b233f18db47Add HDF5 1.8.20 RELEASE.txt file to HISTORY-1_8.txt.Removed new features and bug fixes released in HDF5 1.8.20 from RELEASE.txt. Copied Platforms Tested, Tested Configuration Features Summary, More Tested Platforms, and Known Problems sections from 1.8.20 RELEASE.txt to hdf5_1_8 RELEASE.txt.HISTORY-1
Allen ByrneAllen Byrne
10370741d5cMMerge pull request #801 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit '4ce226f73829a0c115e4d78c19ca65b85872fe82': Update macro
Allen ByrneAllen Byrne
4ce226f7382Update macro
Larry KnoxLarry Knox
6e678369cb5MMerge pull request #795 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8* commit 'cbd412df247dc83cab1d5c123667ff499593913f': Merge pull request #776 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop Add check for realtimeOutput environment variable set containing characters to indicate test output should be piped through tee to chklog files in order to send output to stdout as tests run instead of waiting to cat chklog file to stdout when each set of tests i...
Larry KnoxLarry Knox
cbd412df247MMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
Larry KnoxLarry Knox
38035669b59Merge pull request #776 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop Add check for realtimeOutput environment variable set containing characters to indicate test output should be piped through tee to chklog files in order to send output to stdout as tests run instead of waiting to cat chklog file to stdout when each set of tests is completed. This should stop buildbot from timing out...* commit '10a9fb5319ab0dcd0e14e40a8ab5c38e8211f764': Remove extra '&'s that cause syntax errors on Macs.
Larry KnoxLarry Knox
bb62f7311f8MMerge pull request #787 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8* commit 'd113b892320d8c428707c4dd71f2c144bc68546c': Update .so numbers in hdf5_1_8 to match updates for hdf5_1_8_20 branch.
Allen ByrneAllen Byrne
4c3cc3c1751MMerge pull request #790 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit 'cb8cb07758db67825ea1dbccde11fa8185f8667a': Fix change typo HDFFV-10328 Undo changesHDFFV-10328
Allen ByrneAllen Byrne
cb8cb07758dFix change typo
Allen ByrneAllen Byrne
59d30acb9f2HDFFV-10328 Undo changesHDFFV-10328
Larry KnoxLarry Knox
d113b892320Update .so numbers in hdf5_1_8 to match updates for hdf5_1_8_20 branch.
Allen ByrneAllen Byrne
1d8776ea304MMerge pull request #785 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit '191f4c1e6d4060541958d960c7f96ec014e8194f': Another fix for error handling HDFFV-10328 fix whitespace HDFFV-10328 set external reference before copy Fix windows link error HDFFV-10328 Updated notes HDFFV-10328 - move declaration to top of function HDFFV-10328 - fix typo HDFFV-10328 -Allocate H5Zclass structure from dlopened plugin. HDFFV-10329 - add new jira issue. ...2 JIRA Issues
Allen ByrneAllen Byrne
191f4c1e6d4Another fix for error handling
Allen ByrneAllen Byrne
d45f14904baHDFFV-10328 fix whitespaceHDFFV-10328
Allen ByrneAllen Byrne
7644154a6edHDFFV-10328 set external reference before copyHDFFV-10328
Allen ByrneAllen Byrne
90f5daedef4Fix windows link error
Allen ByrneAllen Byrne
64b2f1277bdHDFFV-10328 Updated notesHDFFV-10328
Allen ByrneAllen Byrne
22be80a2007MMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)* commit 'dc81497bd0840c8adab0cea51ca814359b80305d': Add RELEASE.txt note for HDFFV-10274. Initialize hid_t variables in test_Attr_bug9. Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added ...HDFFV-10274
Allen ByrneAllen Byrne
ef2857ec380HDFFV-10328 - move declaration to top of functionHDFFV-10328
Allen ByrneAllen Byrne
c3da7ac06feHDFFV-10328 - fix typoHDFFV-10328
Allen ByrneAllen Byrne
d401d5bd103HDFFV-10328 -Allocate H5Zclass structure from dlopened plugin.HDFFV-10328
Neil FortnerNeil Fortner
dc81497bd08MMerge pull request #779 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:hdf5_1_8 to hdf5_1_8* commit 'f7a7d0a00613cba997212fa8032091629a678797': Add RELEASE.txt note for HDFFV-10274. Initialize hid_t variables in test_Attr_bug9. Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added ...HDFFV-10274
Neil FortnerNeil Fortner
f7a7d0a0061Add RELEASE.txt note for HDFFV-10274.HDFFV-10274
Neil FortnerNeil Fortner
97bc393449fInitialize hid_t variables in test_Attr_bug9.
Neil FortnerNeil Fortner
1b2c2ca9a6aFix HDFFV-10274. When deleting all (or almost all) of the messages inan object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case.HDFFV-10274
Allen ByrneAllen Byrne
e08e4ce6c3bHDFFV-10329 - add new jira issue.HDFFV-10329
Allen ByrneAllen Byrne
b939e38f744Fix linking of libs
Binh-Minh RiblerBinh-Minh Ribler
98343817a69MMerge pull request #773 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 to hdf5_1_8* commit 'c47ece75b86e729b3bee4804549ba79b8da71799': Changed file path to relative.
Binh-Minh RiblerBinh-Minh Ribler
c47ece75b86MMerge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
Binh-Minh RiblerBinh-Minh Ribler
caac3b1d106Changed file path to relative.
Larry KnoxLarry Knox
732986044baMMerge pull request #756 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit '21c955c9bdc210015a3e338b9b1f25a2966b11db': Correct issue number
Allen ByrneAllen Byrne
21c955c9bdcCorrect issue number
Allen ByrneAllen Byrne
a15937c53e9MMerge pull request #746 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit '1b94b971051a8c890796cdfb661630b75ef05707': HDFFV-10321 merge from developHDFFV-10321
Allen ByrneAllen Byrne
1b94b971051HDFFV-10321 merge from developHDFFV-10321
Allen ByrneAllen Byrne
afba1a0045dMMerge pull request #740 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit '6220cf9ab83500c499641c4e861dee6e9a360fa2': Update H5Zfilter_avail note
Allen ByrneAllen Byrne
6220cf9ab83Update H5Zfilter_avail note
Larry KnoxLarry Knox
33258b78bbdMMerge pull request #737 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8* commit 'e57c83fce0b1b68b57098fe8a5da378095086103': Update version string on hdf5_1_8 development branch following creation of new hdf5_1_8_20 branch.
Larry KnoxLarry Knox
e57c83fce0bUpdate version string on hdf5_1_8 development branch following creation of newhdf5_1_8_20 branch.
Scot BreitenfeldScot Breitenfeld
42cdbb9e71aMMerge pull request #735 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to hdf5_1_8* commit '89cfc8617c6dd0fd89c73e40a1b2993bff13858a': updated configure changes with bin/reconfig
Scot BreitenfeldScot Breitenfeld
89cfc8617c6updated configure changes with bin/reconfig
Allen ByrneAllen Byrne
7bfab2c1537MMerge pull request #728 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8* commit 'fb3ce2f3a1d72fd2b36aaf5c17c884ac673a1dda': HDFFV-10297 fix grammar HDFFV-10297 - clarify note. HDFFV-10297 Update release note Fix test DEPENDSHDFFV-10297
Allen ByrneAllen Byrne
fb3ce2f3a1dMMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)* commit 'ccc8c6f05d7b8ca9cc713e88d660a51264ef802d': HDFFV-10037: fixed wrong C link flags HDFFV-10037: fixed wrong C link flagsHDFFV-10037
Allen ByrneAllen Byrne
886e2e5c3d0HDFFV-10297 fix grammarHDFFV-10297
Allen ByrneAllen Byrne
2ec67d3e6ccHDFFV-10297 - clarify note.HDFFV-10297
Allen ByrneAllen Byrne
5d98481706cHDFFV-10297 Update release noteHDFFV-10297
Scot BreitenfeldScot Breitenfeld
ccc8c6f05d7MMerge pull request #726 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to hdf5_1_8* commit '01a092a911cba3800bb839122b7c5217cec12de3': HDFFV-10037: fixed wrong C link flags HDFFV-10037: fixed wrong C link flagsHDFFV-10037
Scot BreitenfeldScot Breitenfeld
01a092a911cHDFFV-10037: fixed wrong C link flagsHDFFV-10037
Scot BreitenfeldScot Breitenfeld
31543659c12HDFFV-10037: fixed wrong C link flagsHDFFV-10037
Allen ByrneAllen Byrne
c9da4809facFix test DEPENDS