17158 Commits

Author SHA1 Message Date
Dana Robinson
b391e160b0 Merge pull request #815 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_normalize to develop
* commit 'ec1e00a55f7b005fa9d87f92e58bc312286d0b8a':
  Normalization with VOL integration branch.
2017-12-06 18:49:38 -06:00
Scot Breitenfeld
fd21843b38 Merge pull request #807 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:noF77 to develop
* 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
  ...
2017-12-06 13:51:31 -06:00
M. Scot Breitenfeld
fbe6c69097 Merge branch 'noF77' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into noF77 2017-12-06 13:49:09 -06:00
M. Scot Breitenfeld
701029876e removed duplicate exports of DS subroutines 2017-12-06 13:48:29 -06:00
M. Scot Breitenfeld
be799b36d1 Merge branch 'noF77' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into noF77 2017-12-06 12:11:52 -06:00
M. Scot Breitenfeld
19507b91d5 removed duplicate exports of DS subroutines
added missing parameter

added missing parameter

removed parameters

moved dll export to Module

clean-up
2017-12-06 12:11:03 -06:00
M. Scot Breitenfeld
d025ece9a3 Merge branch 'develop' into noF77
exported global variables for windows

removed fortran comments
2017-12-06 12:10:38 -06:00
Dana Robinson
ec1e00a55f Normalization with VOL integration branch. 2017-12-05 10:41:54 -08:00
M. Scot Breitenfeld
23cec838a4 clean-up 2017-12-05 10:29:53 -06:00
M. Scot Breitenfeld
bd49f6460c moved dll export to Module 2017-12-05 10:03:49 -06:00
Binh-Minh Ribler
853ae26333 Merge pull request #814 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to develop
Renamed H5Location::exists to H5Location::nameExists and misc. cleanup

* commit '17d148434fff055a2e22c6ac715c7ecff536a5c3':
  Fixed typo.
  Various code cleanup Description:     - Replaced H5Location::exists with H5Location::nameExists and marked       H5Location::exists as deprecated.     - Miscellaneous test cleanup for consistency. Platforms tested:     Linux/32 2.6 (jam)     Linux/64 (jelly)     Darwin (osx1010test)
2017-12-04 23:05:47 -06:00
Binh-Minh Ribler
17d148434f Fixed typo. 2017-12-04 16:57:37 -06:00
M. Scot Breitenfeld
30807e1d80 removed parameters 2017-12-04 16:35:13 -06:00
M. Scot Breitenfeld
1f3eb82bce added missing parameter 2017-12-04 15:55:51 -06:00
M. Scot Breitenfeld
fc089499ad added missing parameter 2017-12-04 15:38:38 -06:00
M. Scot Breitenfeld
6d658a946c removed duplicate exports of DS subroutines 2017-12-04 15:26:19 -06:00
M. Scot Breitenfeld
9e39def205 removed fortran comments 2017-12-04 12:53:20 -06:00
Binh-Minh Ribler
8105ca7f96 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop 2017-12-04 12:25:54 -06:00
Binh-Minh Ribler
e33d677636 Various code cleanup
Description:
    - Replaced H5Location::exists with H5Location::nameExists and marked
      H5Location::exists as deprecated.
    - Miscellaneous test cleanup for consistency.
Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (jelly)
    Darwin (osx1010test)
2017-12-04 12:21:12 -06:00
M. Scot Breitenfeld
e416d37493 exported global variables for windows 2017-12-04 12:18:13 -06:00
M. Scot Breitenfeld
1feb23cd36 Merge branch 'develop' into noF77 2017-12-04 08:57:59 -06:00
Dana Robinson
930a0b5d7c Merge pull request #809 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_normalize to develop
* commit '2e80fbbfcc5a15c296c16e4a4295ce77a9af6587':
  Fixed an incorrect FUNC_ENTER macro.
  Normalization with VOL integration branch.
2017-12-01 10:08:04 -06:00
Dana Robinson
2e80fbbfcc Fixed an incorrect FUNC_ENTER macro. 2017-11-30 17:25:39 -08:00
Dana Robinson
bbb512bb55 Normalization with VOL integration branch. 2017-11-30 17:12:37 -08:00
Dana Robinson
20171a92a5 Merge pull request #808 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_normalize to develop
* commit 'c0021b348d01e4c87645224fc308697e39c95029':
  Normalization with VOL integration branch.
2017-11-30 18:03:47 -06:00
Dana Robinson
c0021b348d Normalization with VOL integration branch. 2017-11-30 09:56:43 -08:00
M. Scot Breitenfeld
d37c9b1cb0 export var. 2017-11-29 16:34:20 -06:00
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