summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-25168-14379/+15166
|\ | | | | | | | | | | (2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds. (3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check. (4) Add version bounds check for cache image feature.
| * Merge pull request #783 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-11-178-479/+507
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bb3fb6f13461d724baa635e464585cb49d8848d2': HDFFV-10328 - fix typos HDFFV-10328 remove allocation note HDFFV-10328 - remove allocation changes Fix typo HDFFV-10328 merge allocation changes from 1.8 Fix some of the whitespace Add note for plugins Correct linkage of filters and other libs
| | * HDFFV-10328 - fix typosAllen Byrne2017-11-171-5/+4
| | |
| | * HDFFV-10328 remove allocation noteAllen Byrne2017-11-171-9/+1
| | |
| | * HDFFV-10328 - remove allocation changesAllen Byrne2017-11-173-70/+6
| | |
| | * Fix typoAllen Byrne2017-11-161-1/+1
| | |
| | * HDFFV-10328 merge allocation changes from 1.8Allen Byrne2017-11-163-340/+422
| | |
| | * Fix some of the whitespaceAllen Byrne2017-11-161-127/+127
| | |
| | * Add note for pluginsAllen Byrne2017-11-161-0/+19
| | |
| | * Correct linkage of filters and other libsAllen Byrne2017-11-164-13/+13
| |/
| * Merge pull request #782 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_fix to developDana Robinson2017-11-152-6/+6
| |\ | | | | | | | | | | | | * commit 'cb235453a9276c371085e40ea1c87d9b641e511e': Changed ar to always use -cr instead of the autotools default of cru.
| | * Changed ar to always use -cr instead of the autotools defaultDana Robinson2017-11-152-6/+6
| |/ | | | | | | of cru.
| * Merge pull request #780 in HDFFV/hdf5 from ↵Dana Robinson2017-11-159-35/+41
| |\ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:minor_dev_warnings to develop * commit '5ce8dd5e946c85522edd76f3288e7052bde86b8a': Minor warning fixes
| | * Minor warning fixesDana Robinson2017-11-159-35/+41
| |/
| * Merge pull request #778 in HDFFV/hdf5 from ↵Dana Robinson2017-11-156-2667/+2739
| |\ | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5o_schism_work to develop * commit 'fcfc5f116d08642de962919ac26092c74b924644': Moved code from H5O.c to H5Oint.c Added H5Oint.c file.
| | * Moved code from H5O.c to H5Oint.cDana Robinson2017-11-143-2662/+2662
| | |
| | * Added H5Oint.c file.Dana Robinson2017-11-145-5/+77
| | |
| * | Merge pull request #777 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-11-144-7/+20
| |\ \ | | |/ | |/| | | | | | | | | | * commit '7fbc3df3fa1b5250f13ef7ce7bbf9fc85eb76e0a': HDFFV-10329 - Note new JIRA issue Correct link lines of libraries
| | * HDFFV-10329 - Note new JIRA issueAllen Byrne2017-11-141-0/+12
| | |
| | * Correct link lines of librariesAllen Byrne2017-11-143-7/+8
| |/
| * Merge pull request #772 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_warning_fix ↵Dana Robinson2017-11-143-0/+8
| |\ | | | | | | | | | | | | | | | | | | to develop * commit 'a25366cc980695cebe40c2d471bfe5166dcb28a2': Fixed that annoying ar warning about -u being ignored.
| | * Fixed that annoying ar warning about -u being ignored.Dana Robinson2017-11-133-0/+8
| | |
| * | Merge pull request #776 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-11-141-8/+8
| |\ \ | | | | | | | | | | | | | | | | * commit '10a9fb5319ab0dcd0e14e40a8ab5c38e8211f764': Remove extra '&'s that cause syntax errors on Macs.
| | * | Remove extra '&'s that cause syntax errors on Macs.lrknox2017-11-141-8/+8
| | | |
| * | | Merge pull request #775 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-11-141-379/+379
| |\ \ \ | | |/ / | |/| | | | | | | | | | * commit '00e640368e71eac1adeb9f630c6de15261b26083': Fix Windows link error
| | * | Fix Windows link errorAllen Byrne2017-11-141-379/+379
| |/ /
| * | Merge pull request #760 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-11-141-26/+58
| |\ \ | | | | | | | | | | | | | | | | * commit 'b11de4ebc42bf1b7d5dd733654a5ce78410518ba': 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 'develop' of ↵lrknox2017-11-061-1/+1
| | |\ \ | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| | * | | Add check for realtimeOutput environment variable set containinglrknox2017-11-061-26/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 pull request #770 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to developNeil Fortner2017-11-132-7/+106
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bca20b40b4966552a844051c3d912d6aec50592f': 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.
| | * | | | Initialize hid_t variables in test_Attr_bug9.Neil Fortner2017-11-131-4/+4
| | | | | |
| | * | | | Merge branch 'develop' of ↵Neil Fortner2017-11-1048-4719/+4367
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_naf into develop
| | * | | | | Fix HDFFV-10274. When deleting all (or almost all) of the messages inNeil Fortner2017-11-102-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.
| * | | | | | Merge pull request #771 in HDFFV/hdf5 from ↵Dana Robinson2017-11-135-9/+9
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:plugin_path_fix to develop * commit '3a5e15819163e6e7c3de72a9ed8517ff200b02a7': Fixed the problems with LDFLAGS and AM_LDFLAGS in filter plugins.
| | * | | | | Fixed the problems with LDFLAGS and AM_LDFLAGS in filter plugins.Dana Robinson2017-11-135-9/+9
| |/ / / / /
| * | | | | Merge pull request #767 in HDFFV/hdf5 from ↵Dana Robinson2017-11-112-8/+62
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:zero_allocation_fix_develop to develop * commit '3e4f6138b60d8363c377e453d63f875775ec907a': Removed asserts from H5MM calls that conflict with stated behavior and added a test to ensure that this doesn't happen in the future.
| | * | | | Removed asserts from H5MM calls that conflict with stated behaviorDana Robinson2017-11-092-8/+62
| | | | | | | | | | | | | | | | | | | | | | | | and added a test to ensure that this doesn't happen in the future.
| * | | | | Merge pull request #768 in HDFFV/hdf5 from ↵Dana Robinson2017-11-106-11/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:misc_warnings_develop to develop * commit '0b846cee58af147e92a3ba7db45497fd9eaa09b4': Cleaned up misc warnings in src and test.
| | * | | | | Cleaned up misc warnings in src and test.Dana Robinson2017-11-106-11/+10
| |/ / / / /
| * | | | | Merge pull request #762 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5r_cleanup to ↵Dana Robinson2017-11-0914-854/+951
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit 'd0e32b545c41dcc36a69ab146b54b55e7ac9dc07': Split internal H5R functionality into H5Rint.c.
| | * | | | | Split internal H5R functionality into H5Rint.c.Dana Robinson2017-11-0814-854/+951
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #766 in HDFFV/hdf5 from ↵Dana Robinson2017-11-0920-1738/+2021
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:plugin_rework_develop_merge to develop * commit '00ade113c5fe7d48571a36091970328dcca68f50': Plugin test rework Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
| | * | | | Plugin test reworkDana Robinson2017-11-0920-1738/+2021
| |/ / / / | | | | | | | | | | | | | | | Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
| * | | | Merge pull request #763 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-11-088-2114/+1382
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '62124efa7e805bf34b54911e142f488a59867dd2': Remove tabs Remove tabs Remove tabs Remove tabs Remove tabs
| | * | | Remove tabsAllen Byrne2017-11-082-216/+144
| | | | |
| | * | | Remove tabsAllen Byrne2017-11-083-1297/+809
| | | | |
| | * | | Remove tabsAllen Byrne2017-11-081-17/+17
| | | | |
| | * | | Remove tabsAllen Byrne2017-11-081-68/+68
| | | | |
| | * | | Remove tabsAllen Byrne2017-11-081-516/+344
| |/ / /
| * | | Merge pull request #754 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2017-11-061-1/+1
| |\ \ \ | | |_|/ | |/| | | | | | | | | | * commit '275fabe6319783b672b6d6e54c1cf68796012224': Correct issue number