Commit Graph

17181 Commits

Author SHA1 Message Date
M. Scot Breitenfeld
d60ec508bc initialized integer constants 2017-11-29 15:24:27 -06:00
M. Scot Breitenfeld
5c7f7a7bfa Merge branch 'noF77' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into noF77 2017-11-29 10:28:39 -06:00
Allen Byrne
04f22540e2 Update macros 2017-11-29 10:27:00 -06:00
Dana Robinson
796cc17f41 Changed casts to const void * 2017-11-29 10:27:00 -06:00
Dana Robinson
eeb1802055 Casted pointers to void to quiet warnings on Linux. 2017-11-29 10:27:00 -06:00
Dana Robinson
fd5531e302 Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows. 2017-11-29 10:27:00 -06:00
Dana Robinson
abd2ab411a Fixed misc Warnings flagged by VS2017. 2017-11-29 10:27:00 -06:00
Dana Robinson
e432a23f8b Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning. 2017-11-29 10:27:00 -06:00
Dana Robinson
2b7f23a333 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.
2017-11-29 10:27:00 -06:00
Dana Robinson
5c472f5d7b Fixed Windows code in H5PLpath.c 2017-11-29 10:27:00 -06:00
Dana Robinson
d5b70b549e Brings H5Z and H5PL packages in sync with VOL integration branch. 2017-11-29 10:27:00 -06:00
Allen Byrne
459e214ed5 HDFFV-10328 - fix typos 2017-11-29 10:27:00 -06:00
Allen Byrne
7aad737c96 HDFFV-10328 remove allocation note 2017-11-29 10:27:00 -06:00
Allen Byrne
6019c126c4 HDFFV-10328 - remove allocation changes 2017-11-29 10:27:00 -06:00
Allen Byrne
fbae544330 Fix typo 2017-11-29 10:27:00 -06:00
Allen Byrne
f4f94e1bf8 HDFFV-10328 merge allocation changes from 1.8 2017-11-29 10:27:00 -06:00
Allen Byrne
3098356df0 Fix some of the whitespace 2017-11-29 10:26:59 -06:00
Allen Byrne
bbc0c85ab2 Add note for plugins 2017-11-29 10:26:59 -06:00
Allen Byrne
b162b94998 Correct linkage of filters and other libs 2017-11-29 10:26:59 -06:00
M. Scot Breitenfeld
858e6c3c9c HDFFV-10325: removed the COMMON/EQUIV statements. 2017-11-29 10:25:47 -06:00
M. Scot Breitenfeld
4f7af1390b misc. clean-up 2017-11-29 10:08:10 -06:00
M. Scot Breitenfeld
caaca121bd Merge branch 'develop' into noF77 2017-11-29 09:59:47 -06:00
M. Scot Breitenfeld
4db7461569 intialized h5open_f arrays 2017-11-29 09:52:37 -06:00
Allen Byrne
4d4eb4cd5c Merge pull request #800 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'c3249ecd79735fd8d32f0527db40493cbe89b502':
  Update macros
2017-11-27 16:56:25 -06:00
Dana Robinson
4dfffe1c78 Merge pull request #798 in HDFFV/hdf5 from ~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.
2017-11-27 14:35:36 -06:00
Allen Byrne
c3249ecd79 Update macros 2017-11-27 13:06:10 -06:00
Dana Robinson
9fdd984cde Changed casts to const void * 2017-11-27 09:15:45 -08:00
Dana Robinson
8d8dc867a4 Casted pointers to void to quiet warnings on Linux. 2017-11-27 09:11:53 -08:00
Dana Robinson
856e475c47 Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows. 2017-11-27 08:57:26 -08:00
Dana Robinson
8cb4529211 Fixed misc Warnings flagged by VS2017. 2017-11-26 18:13:18 -08:00
Dana Robinson
f116545ce4 Merge pull request #794 in HDFFV/hdf5 from ~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.
2017-11-21 16:54:16 -06:00
Dana Robinson
22e58124ec Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning. 2017-11-21 13:20:33 -08:00
Dana Robinson
5cc29c26a8 Merge pull request #793 in HDFFV/hdf5 from ~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.
2017-11-21 14:02:22 -06:00
Dana Robinson
20bb11b526 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.
2017-11-21 10:38:15 -08:00
Dana Robinson
4d2e7ea666 Merge pull request #792 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Z_H5PL_normalize to develop
* commit 'cd72e02a336369ee25a26d4ad63d4c498e613f70':
  Fixed Windows code in H5PLpath.c
2017-11-21 09:51:27 -06:00
Dana Robinson
cd72e02a33 Fixed Windows code in H5PLpath.c 2017-11-21 01:22:21 -08:00
M. Scot Breitenfeld
bdd2d3a1be misc clean-up 2017-11-20 21:01:43 -07:00
M. Scot Breitenfeld
51bb1d431a added public, private 2017-11-20 20:39:35 -07:00
Dana Robinson
fe417b3025 Merge pull request #788 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Z_H5PL_normalize to develop
* commit '3b1728736840e25d5cd1b048f09025e7c0f22123':
  Brings H5Z and H5PL packages in sync with VOL integration branch.
2017-11-20 13:32:17 -06:00
M. Scot Breitenfeld
a0d40002a3 misc. code clean-up 2017-11-20 11:11:35 -07:00
Dana Robinson
3b17287368 Brings H5Z and H5PL packages in sync with VOL integration branch. 2017-11-17 15:21:49 -08:00
M. Scot Breitenfeld
c9b78a6714 misc. clean-up 2017-11-17 14:23:01 -07:00
Allen Byrne
f3fd3f293f Merge pull request #783 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* 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
2017-11-17 14:51:25 -06:00
M. Scot Breitenfeld
5683be3427 HDFFV-10325: removed the COMMON/EQUIV statements. 2017-11-17 13:29:04 -07:00
Allen Byrne
bb3fb6f134 HDFFV-10328 - fix typos 2017-11-17 14:20:14 -06:00
Allen Byrne
bd28c0b42d HDFFV-10328 remove allocation note 2017-11-17 14:02:07 -06:00
Allen Byrne
9599e55176 HDFFV-10328 - remove allocation changes 2017-11-17 13:59:57 -06:00
Allen Byrne
dfaeaa35cd Fix typo 2017-11-16 15:00:13 -06:00
Allen Byrne
9f1cd84c15 HDFFV-10328 merge allocation changes from 1.8 2017-11-16 11:45:36 -06:00
Allen Byrne
8e193705c5 Fix some of the whitespace 2017-11-16 09:28:58 -06:00