Commit Graph

17113 Commits

Author SHA1 Message Date
Quincey Koziol
4a17aff408 Add API context interface and use it throughout the library. 2018-03-15 16:54:30 -05: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
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
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
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
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
Dana Robinson
3b17287368 Brings H5Z and H5PL packages in sync with VOL integration branch. 2017-11-17 15:21:49 -08: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
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
Allen Byrne
fea722ec67 Add note for plugins 2017-11-16 09:04:51 -06:00
Allen Byrne
637a8f7562 Correct linkage of filters and other libs 2017-11-16 09:04:51 -06:00
Dana Robinson
dc487ebad8 Merge pull request #782 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_fix to develop
* commit 'cb235453a9276c371085e40ea1c87d9b641e511e':
  Changed ar to always use -cr instead of the autotools default of cru.
2017-11-15 16:46:53 -06:00
Dana Robinson
cb235453a9 Changed ar to always use -cr instead of the autotools default
of cru.
2017-11-15 14:24:59 -08:00
Dana Robinson
bdb4d56532 Merge pull request #780 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:minor_dev_warnings to develop
* commit '5ce8dd5e946c85522edd76f3288e7052bde86b8a':
  Minor warning fixes
2017-11-15 14:28:27 -06:00
Dana Robinson
5ce8dd5e94 Minor warning fixes 2017-11-15 02:58:16 -08:00
Dana Robinson
14beb8be8c Merge pull request #778 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5o_schism_work to develop
* commit 'fcfc5f116d08642de962919ac26092c74b924644':
  Moved code from H5O.c to H5Oint.c
  Added H5Oint.c file.
2017-11-15 02:32:20 -06:00
Allen Byrne
2ccfce9327 Merge pull request #777 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '7fbc3df3fa1b5250f13ef7ce7bbf9fc85eb76e0a':
  HDFFV-10329 - Note new JIRA issue
  Correct link lines of libraries
2017-11-14 16:50:06 -06:00
Dana Robinson
fcfc5f116d Moved code from H5O.c to H5Oint.c 2017-11-14 13:40:30 -08:00
Allen Byrne
7fbc3df3fa HDFFV-10329 - Note new JIRA issue 2017-11-14 15:32:08 -06:00
Allen Byrne
addde7dcb8 Correct link lines of libraries 2017-11-14 15:07:26 -06:00
Dana Robinson
45b561f2f2 Added H5Oint.c file. 2017-11-14 12:34:31 -08:00
Dana Robinson
1ddb1a08f1 Merge pull request #772 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_warning_fix to develop
* commit 'a25366cc980695cebe40c2d471bfe5166dcb28a2':
  Fixed that annoying ar warning about -u being ignored.
2017-11-14 13:05:25 -06:00
Larry Knox
b315a659a2 Merge pull request #776 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '10a9fb5319ab0dcd0e14e40a8ab5c38e8211f764':
  Remove extra '&'s that cause syntax errors on Macs.
2017-11-14 11:14:18 -06:00
Allen Byrne
f8bf6c3a1e Merge pull request #775 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '00e640368e71eac1adeb9f630c6de15261b26083':
  Fix Windows link error
2017-11-14 11:10:18 -06:00
lrknox
10a9fb5319 Remove extra '&'s that cause syntax errors on Macs. 2017-11-14 09:52:47 -06:00
Allen Byrne
00e640368e Fix Windows link error 2017-11-14 09:47:04 -06:00
Larry Knox
751855f4d5 Merge pull request #760 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'b11de4ebc42bf1b7d5dd733654a5ce78410518ba':
  Add check for realtimeOutput environment variable set containing characters to indicate test output should be piped through tee to chklog files in order to send output to stdout as tests run instead of waiting to cat chklog file to stdout when each set of tests is completed.  This should stop buildbot from timing out when a test set doesn't complete in less than 20 minutes.
2017-11-13 21:34:57 -06:00