Allen Byrne
e0e020eb6b
Small fixes for tools and skip autotools tests for no filter
2020-05-20 09:31:54 -05:00
David Young
13bb3afdc6
Reduce differences between my -Werror branch and develop:
...
Rename index -> idx, fileno -> fnumber, fileno -> fno to avoid GCC
shadowed declaration warnings about index(3).
Convert #pragma GCC diagnostic push/pop/ignored to the HDF5 library's
H5_GCC_DIAG_OFF()/H5_GCC_DIAG_ON() macros.
2020-05-20 09:31:54 -05:00
Jordan Henderson
2e962dc49b
Introduce new H5VL _by_value routines
2020-05-20 09:31:53 -05:00
kmu
51f9a51c25
fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-compare, Wmisleading-indentation, Wshadow
2020-05-20 09:31:53 -05:00
Dana Robinson
eaaedabaa5
Replaced my_isnan with C99 isnan in h5diff.
2020-05-20 09:31:53 -05:00
Dana Robinson
6e8ce00c0b
Optimized the floating point comparisons a little bit.
2020-05-20 09:31:53 -05:00
Dana Robinson
23f103cf6b
Fix for failing h5diff tests involving floating-point compares.
2020-05-20 09:31:53 -05:00
kmu
30e61cf090
squash cast warning fix
2020-05-20 09:31:52 -05:00
Allen Byrne
cfd8856288
Change tools debug macros to not use error stack
2020-05-20 09:31:52 -05:00
kmu
8d5ae4f460
fix float type cmp warning
2020-05-20 09:31:51 -05:00
kmu
27c618b91d
fix unused related warnings
2020-05-20 09:31:51 -05:00
kmu
6b07d692f4
more fix and address comments
2020-05-20 09:31:51 -05:00
kmu
a6e8f34b7b
remove unsed var,function,macro, etc
2020-05-20 09:31:51 -05:00
Allen Byrne
e54dcb1609
Correct standalone function attributes
2020-05-20 09:31:50 -05:00
Allen Byrne
f59dfcb711
Standalone should not use import/export attributes
2020-05-20 09:31:50 -05:00
Dana Robinson
3e6a192e9c
Squashed commit of the token_refactoring branch:
2020-05-20 09:31:50 -05:00
Allen Byrne
16245b0440
Update tools hid_t declarations with H5I_INVALID_HID
2020-05-20 09:20:26 -05:00
Allen Byrne
d915fa7f07
Fix standalone compile issues
2020-05-20 09:20:25 -05:00
kmu
95e509db46
fix and address comments
2020-05-20 09:20:25 -05:00
kmu
1d46e82317
fix intel compile warnings
2020-05-20 09:20:25 -05:00
kmu
fb8f955a73
Revert "fix warnings from Intel compiler"
...
This reverts commit 8b9338ab57 .
2020-05-20 09:20:24 -05:00
kmu
6725222332
fix warnings from Intel compiler
2020-05-20 09:20:23 -05:00
Quincey Koziol
d1d4635550
Small changes from the token_refactoring branch, to reduce the delta to develop
2020-05-20 09:20:23 -05:00
Jordan Henderson
295185f368
Fix issue in h5dump where reference objects weren't being destroyed
2020-05-20 09:20:22 -05:00
Jordan Henderson
ac6aeb9adf
Clean up tools warnings introduced by H5TOOLS_ERR_INIT macro
2020-05-20 09:20:22 -05:00
Jordan Henderson
d4aa380dd1
Refactor tools library error handling macros
2020-05-20 09:20:22 -05:00
Allen Byrne
463671a4f4
Fix compile statement order
2020-05-20 09:20:22 -05:00
Allen Byrne
972c57f769
HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3
2020-05-20 09:20:22 -05:00
Allen Byrne
e5cb404bb2
Add unknown define for h5dump ref objects
2020-05-20 09:20:22 -05:00
Allen Byrne
d486a9b27e
HDFFV-10980 - h5diff uses new ref APIs
2020-05-20 09:20:22 -05:00
Allen Byrne
931bc7fa51
Revert and move declaration
2020-05-20 09:20:21 -05:00
Allen Byrne
d6356f58f1
Correct struct access
2020-05-20 09:20:20 -05:00
Allen Byrne
1814f0363f
Fix duplicate and varname
2020-05-20 09:20:20 -05:00
Allen Byrne
1409fcee4e
Fix compile and test issues from DT
2020-05-20 09:20:20 -05:00
Allen Byrne
34518626c4
Fix issues found with ONLY_SHARED_LIBS option
2020-05-20 09:20:20 -05:00
Allen Byrne
70b7848c8e
Revert declaration used in macro.
2020-05-20 09:20:20 -05:00
Allen Byrne
91a6e37dbc
Revert declaration deletion.
2020-05-20 09:20:20 -05:00
Allen Byrne
56249af938
Address compile warnings
2020-05-20 09:20:19 -05:00
Allen Byrne
14578dabd4
Fix compile errors - mostly in jni
2020-05-20 09:20:19 -05:00
Allen Byrne
64601e9a96
HDFFV-10876 Update dump to match DDL spec
2020-05-20 09:20:19 -05:00
Allen Byrne
19e6c0b26a
Update h5ls help and rework dump_mem routines for attrs
2020-05-20 09:20:18 -05:00
Allen Byrne
2a30c55439
Update data output reference
2020-05-20 09:20:18 -05:00
Allen Byrne
8972b96622
Update reference files and fix int as string
2020-05-20 09:20:18 -05:00
David Young
77144641df
Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings level and fixing some code.' (commit 5c911d8baf)"
2020-05-20 09:20:17 -05:00
David Young
f089da9c15
Demote errors to warnings for a couple of unused-but-set variables that
...
I cannot untangle right now.
2020-05-20 09:17:27 -05:00
David Young
440bf2fc34
Mark an unused parameter H5_ATTR_UNUSED.
2020-05-20 09:17:27 -05:00
Allen Byrne
753e0ff0c9
Comment correction
2020-05-20 09:17:26 -05:00
Allen Byrne
1e7387a5f8
HDFFV-10876 Update h5dump and h5ls for new ref api.
2020-05-20 09:17:26 -05:00
David Young
c8f533cfc3
Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,
...
including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and
I share.
Now I need to put this branch on a fork with a less confusing name than
vchoi_fork!
2019-12-09 10:30:58 -06:00
Vailin Choi
227688c9cd
Modifications for the following items in the punch list:
...
(A) #5 : Add the "pb_expansion_threshold" field to the "H5F_vfd_swmr_config_t" structure
and update H5Pset_vfd_swmr_config() and H5Pget_vfd_swmr_config() accordingly
(B) #13 bullet 2: Comment H5F_vfd_swmr_config_t in H5Fpublic.h properly
(copied from John's description in the RFC)
(C) Change the field name "vfd_swmr_writer" to "writer" in "struct H5F_vfd_swmr_config_t"
(as indicated on page 11 in the RFC) and all references to it
2019-11-14 13:15:23 -06:00