summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Brings H5Z and H5PL packages in sync with VOL integration branch.Dana Robinson2017-11-2910-342/+352
| | | * | | | HDFFV-10328 - fix typosAllen Byrne2017-11-291-5/+4
| | | * | | | HDFFV-10328 remove allocation noteAllen Byrne2017-11-291-9/+1
| | | * | | | HDFFV-10328 - remove allocation changesAllen Byrne2017-11-293-70/+6
| | | * | | | Fix typoAllen Byrne2017-11-291-1/+1
| | | * | | | HDFFV-10328 merge allocation changes from 1.8Allen Byrne2017-11-293-340/+422
| | | * | | | Fix some of the whitespaceAllen Byrne2017-11-291-127/+127
| | | * | | | Add note for pluginsAllen Byrne2017-11-291-0/+19
| | | * | | | Correct linkage of filters and other libsAllen Byrne2017-11-294-13/+13
| | | * | | | HDFFV-10325: removed the COMMON/EQUIV statements.M. Scot Breitenfeld2017-11-292-647/+552
| | | |/ / /
| | * | | | Merge pull request #814 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to...Binh-Minh Ribler2017-12-0520-544/+522
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Fixed typo.Binh-Minh Ribler2017-12-041-1/+1
| | | * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2017-12-0446-1836/+1684
| | | |\ \ \ | | | |/ / / | | |/| | |
| | * | | | 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
| | |/ / /
| | | * | Various code cleanupBinh-Minh Ribler2017-12-0420-543/+521
| * | | | Merge pull request #821 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to hdf...hdftest2017-12-116-7/+7
| |\ \ \ \
| | * | | | Snapshot version 1.10 release 2 (snap4)hdftest2017-12-116-7/+7
| |/ / / /
| * | | | Merge pull request #819 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to h...Vailin Choi2017-12-085-16/+16
| |\ \ \ \
| | * \ \ \ Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5...Vailin Choi2017-12-071-0/+11
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #810 in HDFFV/hdf5 from hdf5_1_10_release_txt_update to hd...Richard Warren2017-12-051-0/+11
| |\ \ \ \ \
| | * | | | | Updated RELEASE.txt to include note on bug fix for HDFFV-10272, LBNL-ECP(10334)Richard Warren2017-12-011-0/+11
| * | | | | | Merge pull request #804 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to h...Vailin Choi2017-12-0534-337/+1033
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | | * | | | Fix for daily test failures.Vailin Choi2017-12-075-16/+16
| | |/ / / /
| | * | | | Resolve conflicts from previous merge.Vailin Choi2017-12-051-2/+2
| | * | | | Merge branch changes from hdf5_1_10.Vailin Choi2017-12-0588-6453/+7084
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix for HDFFV-9947 H5SencodeVailin Choi2017-11-2833-340/+1037
* | | | | | Change reference from dl to CMake variableAllen Byrne2017-12-041-2/+2
* | | | | | H5detect and H5make_libsettings need include folderAllen Byrne2017-12-011-0/+6
|/ / / / /
* | | | | Merge pull request #805 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to hdf...Scot Breitenfeld2017-11-2888-6452/+7084
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-11-2888-6452/+7084
| |\ \ \ \ |/ / / / / | | _ / / | | / /
| * | | 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
| |\ \ | | |/ | |/|