summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Various code cleanupBinh-Minh Ribler2017-12-0420-543/+521
* Merge pull request #794 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:uninit_cb_struc...Dana Robinson2017-11-211-12/+19
|\
| * Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning.Dana Robinson2017-11-211-12/+19
|/
* Merge pull request #793 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:uninit_cb_struc...Dana Robinson2017-11-216-114/+159
|\
| * Fixed an uninitialized filter callback struct in H5Dchunk.c andDana Robinson2017-11-216-114/+159
|/
* Merge pull request #792 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Z_H5PL_normal...Dana Robinson2017-11-211-1/+1
|\
| * Fixed Windows code in H5PLpath.cDana Robinson2017-11-211-1/+1
* | Merge pull request #788 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Z_H5PL_normal...Dana Robinson2017-11-2010-342/+352
|\ \ | |/
| * Brings H5Z and H5PL packages in sync with VOL integration branch.Dana Robinson2017-11-1710-342/+352
|/
* Merge pull request #783 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-11-178-479/+507
|\
| * 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
|\
| * Changed ar to always use -cr instead of the autotools defaultDana Robinson2017-11-152-6/+6
|/
* Merge pull request #780 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:minor_dev_warni...Dana Robinson2017-11-159-35/+41
|\
| * Minor warning fixesDana Robinson2017-11-159-35/+41
|/
* Merge pull request #778 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5o_schism_work...Dana Robinson2017-11-156-2667/+2739
|\
| * 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
|\ \ | |/ |/|
| * 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
|\
| * 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
|\ \
| * | 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
|\ \ \ | |/ / |/| |
| * | 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
|\ \
| * \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...lrknox2017-11-061-1/+1
| |\ \
| * | | Add check for realtimeOutput environment variable set containinglrknox2017-11-061-26/+58
* | | | Merge pull request #770 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to developNeil Fortner2017-11-132-7/+106
|\ \ \ \
| * | | | Initialize hid_t variables in test_Attr_bug9.Neil Fortner2017-11-131-4/+4
| * | | | Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_na...Neil Fortner2017-11-1048-4719/+4367
| |\ \ \ \
| * | | | | Fix HDFFV-10274. When deleting all (or almost all) of the messages inNeil Fortner2017-11-102-7/+106
* | | | | | Merge pull request #771 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:plugin_path_fix...Dana Robinson2017-11-135-9/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | 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 ~DEROBINS/hdf5_der:zero_allocation...Dana Robinson2017-11-112-8/+62
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Removed asserts from H5MM calls that conflict with stated behaviorDana Robinson2017-11-092-8/+62
* | | | | Merge pull request #768 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:misc_warnings_d...Dana Robinson2017-11-106-11/+10
|\ \ \ \ \
| * | | | | 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
|\ \ \ \ \
| * | | | | Split internal H5R functionality into H5Rint.c.Dana Robinson2017-11-0814-854/+951
| | |_|_|/ | |/| | |
* | | | | Merge pull request #766 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:plugin_rework_d...Dana Robinson2017-11-0920-1738/+2021
|\ \ \ \ \ | |_|/ / / |/| | | |