Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'develop' into noF77 | M. Scot Breitenfeld | 2017-12-04 | 25 | -1197/+1025 |
|\ | |||||
| * | Merge pull request #809 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_normalize ↵ | Dana Robinson | 2017-12-01 | 14 | -754/+675 |
| |\ | | | | | | | | | | | | | | | | | | | | | | to develop * commit '2e80fbbfcc5a15c296c16e4a4295ce77a9af6587': Fixed an incorrect FUNC_ENTER macro. Normalization with VOL integration branch. | ||||
| | * | Fixed an incorrect FUNC_ENTER macro. | Dana Robinson | 2017-12-01 | 1 | -1/+1 |
| | | | |||||
| | * | Normalization with VOL integration branch. | Dana Robinson | 2017-12-01 | 14 | -753/+674 |
| |/ | |||||
| * | Merge pull request #808 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_normalize ↵ | Dana Robinson | 2017-12-01 | 17 | -448/+355 |
| |\ | | | | | | | | | | | | | | | | | | | to develop * commit 'c0021b348d01e4c87645224fc308697e39c95029': Normalization with VOL integration branch. | ||||
| | * | Normalization with VOL integration branch. | Dana Robinson | 2017-11-30 | 17 | -448/+355 |
| |/ | |||||
* | | export var. | M. Scot Breitenfeld | 2017-11-29 | 2 | -64/+66 |
| | | |||||
* | | initialized integer constants | M. Scot Breitenfeld | 2017-11-29 | 1 | -63/+63 |
| | | |||||
* | | Merge branch 'noF77' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb ↵ | M. Scot Breitenfeld | 2017-11-29 | 0 | -0/+0 |
|\ \ | | | | | | | | | | into noF77 | ||||
| * | | misc. clean-up | M. Scot Breitenfeld | 2017-11-29 | 1 | -2/+2 |
| | | | |||||
| * | | Merge branch 'develop' into noF77 | M. Scot Breitenfeld | 2017-11-29 | 41 | -1410/+1520 |
| |\ \ | | |/ | |||||
| | * | Merge pull request #800 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2017-11-27 | 1 | -0/+1 |
| | |\ | | | | | | | | | | | | | | | | | * commit 'c3249ecd79735fd8d32f0527db40493cbe89b502': Update macros | ||||
| | | * | Update macros | Allen Byrne | 2017-11-27 | 1 | -0/+1 |
| | | | | |||||
| | * | | Merge pull request #798 in HDFFV/hdf5 from ↵ | Dana Robinson | 2017-11-27 | 21 | -639/+658 |
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:misc_windows_warnings to develop * commit '9fdd984cdea6fce8b5fdd16a7ccc3cc9bbca6fed': Changed casts to const void * Casted pointers to void to quiet warnings on Linux. Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows. Fixed misc Warnings flagged by VS2017. | ||||
| | | * | Changed casts to const void * | Dana Robinson | 2017-11-27 | 1 | -2/+2 |
| | | | | |||||
| | | * | Casted pointers to void to quiet warnings on Linux. | Dana Robinson | 2017-11-27 | 1 | -1/+1 |
| | | | | |||||
| | | * | Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows. | Dana Robinson | 2017-11-27 | 5 | -282/+300 |
| | | | | |||||
| | | * | Fixed misc Warnings flagged by VS2017. | Dana Robinson | 2017-11-27 | 21 | -363/+364 |
| | |/ | |||||
| | * | Merge pull request #794 in HDFFV/hdf5 from ↵ | Dana Robinson | 2017-11-21 | 1 | -12/+19 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:uninit_cb_struct to develop * commit '22e58124ec26da5ffe2833f53c8d73ee9edf0570': Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning. | ||||
| | | * | Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning. | Dana Robinson | 2017-11-21 | 1 | -12/+19 |
| | |/ | |||||
| | * | Merge pull request #793 in HDFFV/hdf5 from ↵ | Dana Robinson | 2017-11-21 | 6 | -114/+159 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:uninit_cb_struct to develop * commit '20bb11b52640befc4a0073520b23d9e49bf3e96c': Fixed an uninitialized filter callback struct in H5Dchunk.c and unified the naming and initialization of said struct throughout the library. This was causing a crash on VS2015 in debug mode when the debug heap complained. Fixes HDFFV-10330. | ||||
| | | * | Fixed an uninitialized filter callback struct in H5Dchunk.c and | Dana Robinson | 2017-11-21 | 6 | -114/+159 |
| | |/ | | | | | | | | | | | | | | | | unified the naming and initialization of said struct throughout the library. This was causing a crash on VS2015 in debug mode when the debug heap complained. Fixes HDFFV-10330. | ||||
| | * | Merge pull request #792 in HDFFV/hdf5 from ↵ | Dana Robinson | 2017-11-21 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:H5Z_H5PL_normalize to develop * commit 'cd72e02a336369ee25a26d4ad63d4c498e613f70': Fixed Windows code in H5PLpath.c | ||||
| | | * | Fixed Windows code in H5PLpath.c | Dana Robinson | 2017-11-21 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge pull request #788 in HDFFV/hdf5 from ↵ | Dana Robinson | 2017-11-20 | 10 | -342/+352 |
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:H5Z_H5PL_normalize to develop * commit '3b1728736840e25d5cd1b048f09025e7c0f22123': Brings H5Z and H5PL packages in sync with VOL integration branch. | ||||
| | | * | Brings H5Z and H5PL packages in sync with VOL integration branch. | Dana Robinson | 2017-11-17 | 10 | -342/+352 |
| | |/ | |||||
| | * | Merge pull request #783 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2017-11-17 | 8 | -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 typos | Allen Byrne | 2017-11-17 | 1 | -5/+4 |
| | | | | |||||
| | | * | HDFFV-10328 remove allocation note | Allen Byrne | 2017-11-17 | 1 | -9/+1 |
| | | | | |||||
| | | * | HDFFV-10328 - remove allocation changes | Allen Byrne | 2017-11-17 | 3 | -70/+6 |
| | | | | |||||
| | | * | Fix typo | Allen Byrne | 2017-11-16 | 1 | -1/+1 |
| | | | | |||||
| | | * | HDFFV-10328 merge allocation changes from 1.8 | Allen Byrne | 2017-11-16 | 3 | -340/+422 |
| | | | | |||||
| | | * | Fix some of the whitespace | Allen Byrne | 2017-11-16 | 1 | -127/+127 |
| | | | | |||||
| | | * | Add note for plugins | Allen Byrne | 2017-11-16 | 1 | -0/+19 |
| | | | | |||||
| | | * | Correct linkage of filters and other libs | Allen Byrne | 2017-11-16 | 4 | -13/+13 |
| | |/ | |||||
| * | | intialized h5open_f arrays | M. Scot Breitenfeld | 2017-11-29 | 1 | -3/+3 |
| | | | |||||
| * | | misc clean-up | M. Scot Breitenfeld | 2017-11-21 | 1 | -24/+24 |
| | | | |||||
| * | | added public, private | M. Scot Breitenfeld | 2017-11-21 | 1 | -102/+106 |
| | | | |||||
| * | | misc. code clean-up | M. Scot Breitenfeld | 2017-11-20 | 2 | -76/+75 |
| | | | |||||
| * | | misc. clean-up | M. Scot Breitenfeld | 2017-11-17 | 1 | -3/+1 |
| | | | |||||
| * | | HDFFV-10325: removed the COMMON/EQUIV statements. | M. Scot Breitenfeld | 2017-11-17 | 2 | -608/+512 |
| |/ | |||||
* | | Update macros | Allen Byrne | 2017-11-29 | 2 | -2/+3 |
| | | |||||
* | | Changed casts to const void * | Dana Robinson | 2017-11-29 | 1 | -2/+2 |
| | | |||||
* | | Casted pointers to void to quiet warnings on Linux. | Dana Robinson | 2017-11-29 | 1 | -1/+1 |
| | | |||||
* | | Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows. | Dana Robinson | 2017-11-29 | 5 | -282/+300 |
| | | |||||
* | | Fixed misc Warnings flagged by VS2017. | Dana Robinson | 2017-11-29 | 21 | -363/+364 |
| | | |||||
* | | Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning. | Dana Robinson | 2017-11-29 | 1 | -12/+19 |
| | | |||||
* | | Fixed an uninitialized filter callback struct in H5Dchunk.c and | Dana Robinson | 2017-11-29 | 6 | -114/+159 |
| | | | | | | | | | | | | unified the naming and initialization of said struct throughout the library. This was causing a crash on VS2015 in debug mode when the debug heap complained. Fixes HDFFV-10330. | ||||
* | | Fixed Windows code in H5PLpath.c | Dana Robinson | 2017-11-29 | 1 | -1/+1 |
| | | |||||
* | | Brings H5Z and H5PL packages in sync with VOL integration branch. | Dana Robinson | 2017-11-29 | 10 | -342/+352 |
| | |