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
David Young
7e4d20453e
First, reduce code duplication in h5tools_fopen(). Then, stop h5tools_fopen()
...
from using the SWMR VFD unless the h5tools_fopen() arguments specifically
choose that VFD.
2019-10-21 16:17:10 -05:00
David Young
6f1469fce4
Fix some tools: try all other VFDs before SWMR.
2019-10-18 15:58:02 -05:00
David Young
743c9358d1
Introduce PRI*HADDR and PRI*HSIZE for printing haddr_t and hsize_t.
2019-10-03 17:34:05 -05:00
David Young
d001d0ec27
Use calloc instead of malloc so that the VFD SWMR configuration
...
is initialized to default values.
2019-09-17 11:00:10 -05:00
David Young
2cb57cb926
Enable h5ls to use VFD SWMR.
2019-09-12 14:17:33 -05:00
Allen Byrne
27af9a7922
HD prefix and whitespace
2018-08-28 10:54:54 -05:00
Jordan Henderson
d075c0854d
Add quotes to places where MPI_C_LIBRARIES are linked against
2018-07-27 14:58:01 -05:00
Vailin Choi
b178d80be0
Changes made based on feedback from pull request #1039 .
2018-05-14 12:26:48 -05:00
Vailin Choi
ea66ac1e67
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'dcc66a4f157ace0858b788228550f3e104df3242': (35 commits)
GGC requires attribute before function
Correct COMPILE defs usage
Add missing module_dir property
Text cleanup
Correct sentence punctuation.
Add release note.
Use set_property for MT flag
Correct command usage
Remove APPEND
Fix typo
Add missing test lib
add missing folder to path
Fix another command revert
Missed a command revert
Revert to old style for LINK_FLAGS gen expr not working
LINK_FLAGS must be separate property sets
Fix link flags syntax
Revert refactor link flags
refactor link flags to interface
Refactor link flags
...
2018-05-14 11:20:03 -05:00
Allen Byrne
2347bffaa2
TRILABS-19 remove add_defintions and use generator expressions
2018-04-26 16:41:04 -05:00
Vailin Choi
e6bc326ec0
Fix for HDFFV-10180 Performance issues with H5Oget_info.
2018-04-24 15:10:13 -05:00
Allen Byrne
6c82c49dd5
TRILABS-20 set a compiler name on all project commands
2018-04-20 10:11:55 -05:00
Allen Byrne
46f2a2a432
TRILABS-19 Initial conversion of include_directories to targets
2018-04-17 15:57:58 -05:00
Allen Byrne
db3d744f25
HDFFV-10444 fix soversion numbers for libraries
2018-04-10 08:55:17 -05:00
Allen Byrne
24c62ba7fe
Change CMake min to 3.10
2018-03-09 12:32:06 -06:00
Allen Byrne
b36bad53d9
Inc CMake min, Add new tests, rework test CMake files
2018-02-27 12:57:07 -06:00
Allen Byrne
a77a08b02f
HDFFV-10384 Add optional arg to enable-error-stack
2018-02-14 16:14:48 -06:00
Allen Byrne
f0b0c35afb
HDFFV-10396 Eliminate overuse of h5tools_simple_prefix function
2018-01-25 09:58:24 -06:00
Allen Byrne
a5789f6c9a
HDFFV-8745 fix minor defects
2018-01-09 16:26:25 -06:00
Allen Byrne
f8e84c5509
HDFFV-8745 cleanup vl resource usage
2018-01-02 16:25:03 -06:00
Allen Byrne
5f4676f3c8
HDFFV-8745 - fix implementation of 8625
2018-01-02 14:39:45 -06:00
Allen Byrne
732074d47e
Add library INTERFACE and MPI to tools
2017-12-28 16:30:51 -06:00
Allen Byrne
075a32fa0c
Fix typos
2017-10-24 11:03:09 -05:00
Allen Byrne
8e2cedd066
HDFFV-10297 Cleanup, Initialize variables
2017-10-23 09:26:15 -05:00
Allen Byrne
8e30e7eb19
Avoid double free
2017-10-19 16:51:43 -05:00
Allen Byrne
afeaceef5f
Windows had issues - revert code changes for get_option
2017-10-19 12:45:17 -05:00
Allen Byrne
cf3342f8fc
Fix tools error handling and valgrind issues
2017-10-18 14:03:27 -05:00
Allen Byrne
78a5870680
Fix error handling issues
2017-10-17 16:13:12 -05:00
Allen Byrne
2cbdf46cb9
HDFFV-10297 add h5copy test and fix h5diff errors
2017-10-16 17:26:23 -05:00