summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #830 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-12-191-1/+15
|\ | | | | | | | | * commit '0065fd4b6d5edf61b21cd352c74268de13fd516a': Fix -- HDFFV-10363 Fortran compilation fails for xlf and cmake builds
| * Fix -- HDFFV-10363 Fortran compilation fails for xlf and cmake buildsM. Scot Breitenfeld2017-12-191-1/+15
|/
* Merge pull request #817 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-12-0710-52/+38
|\ | | | | | | | | | | | | HDFFV-10223 * commit '6eab04894e88f7dcc0e684271328efc409a98662': HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake
| * HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmakeM. Scot Breitenfeld2017-12-0710-52/+38
|/ | | | This is now fixed via the HDFFV-10325 fix.
* Merge pull request #815 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_normalize ↵Dana Robinson2017-12-079-132/+109
|\ | | | | | | | | | | | | to develop * commit 'ec1e00a55f7b005fa9d87f92e58bc312286d0b8a': Normalization with VOL integration branch.
| * Normalization with VOL integration branch.Dana Robinson2017-12-059-132/+109
| |
* | Merge pull request #807 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:noF77 to developScot Breitenfeld2017-12-063-687/+857
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'fbe6c69097c03cfe3f37d9ab114c0ad438fd434e': (37 commits) removed duplicate exports of DS subroutines removed duplicate exports of DS subroutines clean-up moved dll export to Module removed parameters added missing parameter added missing parameter removed duplicate exports of DS subroutines removed fortran comments exported global variables for windows export var. initialized integer constants Update macros 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. Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning. 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 Windows code in H5PLpath.c ...
| * Merge branch 'noF77' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb ↵M. Scot Breitenfeld2017-12-060-0/+0
| |\ | | | | | | | | | into noF77
| | * Merge branch 'noF77' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb ↵M. Scot Breitenfeld2017-12-060-0/+0
| | |\ | | | | | | | | | | | | into noF77
| | | * clean-upM. Scot Breitenfeld2017-12-051-7/+1
| | | |
| | | * moved dll export to ModuleM. Scot Breitenfeld2017-12-052-338/+336
| | | |
| | | * removed parametersM. Scot Breitenfeld2017-12-041-2/+0
| | | |
| | | * added missing parameterM. Scot Breitenfeld2017-12-041-0/+2
| | | |
| | | * added missing parameterM. Scot Breitenfeld2017-12-041-0/+1
| | | |
| | | * removed duplicate exports of DS subroutinesM. Scot Breitenfeld2017-12-041-62/+3
| | | |
| | | * removed fortran commentsM. Scot Breitenfeld2017-12-041-7/+7
| | | |
| | | * exported global variables for windowsM. Scot Breitenfeld2017-12-042-2/+331
| | | |
| | * | removed duplicate exports of DS subroutinesM. Scot Breitenfeld2017-12-063-406/+340
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added missing parameter added missing parameter removed parameters moved dll export to Module clean-up
| | * | Merge branch 'develop' into noF77M. Scot Breitenfeld2017-12-0627-1199/+1356
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | exported global variables for windows removed fortran comments
| * | | | removed duplicate exports of DS subroutinesM. Scot Breitenfeld2017-12-063-79/+342
| | |_|/ | |/| |
| * | | Merge branch 'develop' into noF77M. Scot Breitenfeld2017-12-0425-1197/+1025
| |\ \ \ | | |/ / | |/| / | | |/
| * | 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 ↵M. Scot Breitenfeld2017-11-290-0/+0
| |\ \ | | | | | | | | | | | | into noF77
| | * | misc. clean-upM. Scot Breitenfeld2017-11-291-2/+2
| | | |
| | * | Merge branch 'develop' into noF77M. Scot Breitenfeld2017-11-2941-1410/+1520
| | |\ \
| | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.cDana Robinson2017-11-291-1/+1
| | | | |
| * | | | 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
| |/ / /