summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Test increase of versionAllen Byrne2017-11-301-1/+1
| |/ |/|
* | Merge pull request #801 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-11-271-0/+1
|\ \ | | | | | | | | | | | | * commit '4ce226f73829a0c115e4d78c19ca65b85872fe82': Update macro
| * | Update macroAllen Byrne2017-11-271-0/+1
|/ /
* | Merge pull request #795 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2017-11-221-21/+55
|\ \ | |/ |/| | | | | * 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 is completed. This should stop buildbot from timing out when a test set doesn't complete in less than 20 minutes.
| * Merge branch 'hdf5_1_8' of ↵lrknox2017-11-213-517/+546
| |\ | |/ |/| | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
* | Merge pull request #787 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2017-11-217-49/+49
|\ \ | | | | | | | | | | | | * commit 'd113b892320d8c428707c4dd71f2c144bc68546c': Update .so numbers in hdf5_1_8 to match updates for hdf5_1_8_20 branch.
* \ \ Merge pull request #790 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-11-203-517/+546
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'cb8cb07758db67825ea1dbccde11fa8185f8667a': Fix change typo HDFFV-10328 Undo changes
| * | | Fix change typoAllen Byrne2017-11-201-1/+1
| | | |
| * | | HDFFV-10328 Undo changesAllen Byrne2017-11-203-516/+545
|/ / /
| | * Merge pull request #776 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-11-211-21/+55
| |/ | | | | | | | | | | | | | | | | | | | | | | 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 when a test set doesn't complete in less than 20 minutes. * commit '10a9fb5319ab0dcd0e14e40a8ab5c38e8211f764': Remove extra '&'s that cause syntax errors on Macs.
| * Update .so numbers in hdf5_1_8 to match updates for hdf5_1_8_20 branch.lrknox2017-11-177-49/+49
|/
* Merge pull request #785 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-11-1610-1747/+1710
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. Fix linking of libs
| * Another fix for error handlingAllen Byrne2017-11-161-3/+7
| |
| * HDFFV-10328 fix whitespaceAllen Byrne2017-11-161-29/+23
| |
| * HDFFV-10328 set external reference before copyAllen Byrne2017-11-161-5/+3
| |
| * Fix windows link errorAllen Byrne2017-11-161-370/+370
| |
| * HDFFV-10328 Updated notesAllen Byrne2017-11-161-0/+19
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-11-163-7/+114
| |\ | |/ |/| | | | | | | | | * 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 a test case.
* | Merge pull request #779 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:hdf5_1_8 to ↵Neil Fortner2017-11-143-7/+114
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 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 a test case.
| * | Add RELEASE.txt note for HDFFV-10274.Neil Fortner2017-11-141-0/+8
| | |
| * | Initialize hid_t variables in test_Attr_bug9.Neil Fortner2017-11-141-4/+4
| | |
| * | Fix HDFFV-10274. When deleting all (or almost all) of the messages inNeil Fortner2017-11-142-7/+106
|/ / | | | | | | | | | | 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 a test case.
| * HDFFV-10328 - move declaration to top of functionAllen Byrne2017-11-161-1/+2
| |
| * HDFFV-10328 - fix typoAllen Byrne2017-11-161-1/+1
| |
| * HDFFV-10328 -Allocate H5Zclass structure from dlopened plugin.Allen Byrne2017-11-157-1364/+1298
| |
| * HDFFV-10329 - add new jira issue.Allen Byrne2017-11-141-0/+12
| |
| * Fix linking of libsAllen Byrne2017-11-143-7/+8
|/
* Merge pull request #773 in HDFFV/hdf5 from ~BMRIBLER/hdf5_1_8_bmr:hdf5_1_8 ↵Binh-Minh Ribler2017-11-131-1/+1
|\ | | | | | | | | | | | | to hdf5_1_8 * commit 'c47ece75b86e729b3bee4804549ba79b8da71799': Changed file path to relative.
| * Merge branch 'hdf5_1_8' of ↵Binh-Minh Ribler2017-11-13162-8914/+10799
| |\ | |/ |/| | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_8_bmr into hdf5_1_8
* | Merge pull request #756 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Larry Knox2017-11-061-1/+1
|\ \ | | | | | | | | | | | | * commit '21c955c9bdc210015a3e338b9b1f25a2966b11db': Correct issue number
| * | Correct issue numberAllen Byrne2017-11-061-1/+1
|/ /
* | Merge pull request #746 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-11-0240-605/+1445
|\ \ | | | | | | | | | | | | * commit '1b94b971051a8c890796cdfb661630b75ef05707': HDFFV-10321 merge from develop
| * | HDFFV-10321 merge from developAllen Byrne2017-11-0240-605/+1445
|/ /
* | Merge pull request #740 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-10-311-2/+2
|\ \ | | | | | | | | | | | | * commit '6220cf9ab83500c499641c4e861dee6e9a360fa2': Update H5Zfilter_avail note
| * | Update H5Zfilter_avail noteAllen Byrne2017-10-311-2/+2
|/ /
* | Merge pull request #737 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2017-10-308-27/+27
|\ \ | | | | | | | | | | | | * commit 'e57c83fce0b1b68b57098fe8a5da378095086103': Update version string on hdf5_1_8 development branch following creation of new hdf5_1_8_20 branch.
| * | Update version string on hdf5_1_8 development branch following creation of newlrknox2017-10-308-27/+27
|/ / | | | | | | hdf5_1_8_20 branch.
* | Merge pull request #735 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to ↵Scot Breitenfeld2017-10-273-75/+75
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit '89cfc8617c6dd0fd89c73e40a1b2993bff13858a': updated configure changes with bin/reconfig
| * | updated configure changes with bin/reconfigM. Scot Breitenfeld2017-10-273-75/+75
|/ /
* | Merge pull request #728 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-10-262-3/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | * commit 'fb3ce2f3a1d72fd2b36aaf5c17c884ac673a1dda': HDFFV-10297 fix grammar HDFFV-10297 - clarify note. HDFFV-10297 Update release note Fix test DEPENDS
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-10-261-1/+1
| |\ \ | |/ / |/| | | | | | | | | | | * commit 'ccc8c6f05d7b8ca9cc713e88d660a51264ef802d': HDFFV-10037: fixed wrong C link flags HDFFV-10037: fixed wrong C link flags
* | | Merge pull request #726 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to ↵Scot Breitenfeld2017-10-251-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit '01a092a911cba3800bb839122b7c5217cec12de3': HDFFV-10037: fixed wrong C link flags HDFFV-10037: fixed wrong C link flags
| * | | HDFFV-10037: fixed wrong C link flagsM. Scot Breitenfeld2017-10-251-1/+1
| | | |
| * | | HDFFV-10037: fixed wrong C link flagsM. Scot Breitenfeld2017-10-251-1/+1
|/ / /
| * | HDFFV-10297 fix grammarAllen Byrne2017-10-251-1/+1
| | |
| * | HDFFV-10297 - clarify note.Allen Byrne2017-10-251-2/+5
| | |
| * | HDFFV-10297 Update release noteAllen Byrne2017-10-251-0/+1
| | |
| * | Fix test DEPENDSAllen Byrne2017-10-251-2/+1
|/ /
* | Merge pull request #724 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2017-10-241-2/+2
|\ \ | | | | | | | | | | | | * commit '9a92d408e137dc0e05ac0dd43810868a6a23ce7d': Fix typo
| * | Fix typoAllen Byrne2017-10-241-2/+2
|/ /