summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* removed duplicate exports of DS subroutinesM. Scot Breitenfeld2017-12-063-406/+340
* Merge branch 'develop' into noF77M. Scot Breitenfeld2017-12-0627-1199/+1356
|\
| * Merge pull request #809 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_normalize t...Dana Robinson2017-12-0114-754/+675
| |\
| | * Fixed an incorrect FUNC_ENTER macro.Dana Robinson2017-12-011-1/+1
| | * Normalization with VOL integration branch.Dana Robinson2017-12-0114-753/+674
| |/
| * Merge pull request #808 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_normalize t...Dana Robinson2017-12-0117-448/+355
| |\
| | * Normalization with VOL integration branch.Dana Robinson2017-11-3017-448/+355
| |/
* | export var.M. Scot Breitenfeld2017-11-292-64/+66
* | initialized integer constantsM. Scot Breitenfeld2017-11-291-63/+63
* | Merge branch 'noF77' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb i...M. Scot Breitenfeld2017-11-290-0/+0
|\ \
| * | misc. clean-upM. Scot Breitenfeld2017-11-291-2/+2
| * | Merge branch 'develop' into noF77M. Scot Breitenfeld2017-11-2941-1410/+1520
| |\ \ | | |/
| | * Merge pull request #800 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-11-271-0/+1
| | |\
| | | * Update macrosAllen Byrne2017-11-271-0/+1
| | * | Merge pull request #798 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:misc_windows_wa...Dana Robinson2017-11-2721-639/+658
| | |\ \ | | | |/ | | |/|
| | | * Changed casts to const void *Dana Robinson2017-11-271-2/+2
| | | * Casted pointers to void to quiet warnings on Linux.Dana Robinson2017-11-271-1/+1
| | | * Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows.Dana Robinson2017-11-275-282/+300
| | | * Fixed misc Warnings flagged by VS2017.Dana Robinson2017-11-2721-363/+364
| | |/
| | * 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
| | |/
| * | intialized h5open_f arraysM. Scot Breitenfeld2017-11-291-3/+3
| * | misc clean-upM. Scot Breitenfeld2017-11-211-24/+24
| * | added public, privateM. Scot Breitenfeld2017-11-211-102/+106
| * | misc. code clean-upM. Scot Breitenfeld2017-11-202-76/+75
| * | misc. clean-upM. Scot Breitenfeld2017-11-171-3/+1
| * | HDFFV-10325: removed the COMMON/EQUIV statements.M. Scot Breitenfeld2017-11-172-608/+512
| |/
* | Update macrosAllen Byrne2017-11-292-2/+3
* | Changed casts to const void *Dana Robinson2017-11-291-2/+2
* | Casted pointers to void to quiet warnings on Linux.Dana Robinson2017-11-291-1/+1
* | Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows.Dana Robinson2017-11-295-282/+300
* | Fixed misc Warnings flagged by VS2017.Dana Robinson2017-11-2921-363/+364
* | Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning.Dana Robinson2017-11-291-12/+19
* | Fixed an uninitialized filter callback struct in H5Dchunk.c andDana Robinson2017-11-296-114/+159
* | Fixed Windows code in H5PLpath.cDana Robinson2017-11-291-1/+1