Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
7fa219e2040Protected H5Oset_comment() in h5dump test generator. (Assumes environment variable overrides default VOL connector)
Quincey KoziolQuincey Koziol
82e3368f788Range check # of 'extra' command-line parameters against array size.
Quincey KoziolQuincey Koziol
2eec9f839b6Refactor "extra" command-line arguments, and clean up code so the tool doesn't assert when exiting.
Quincey KoziolQuincey Koziol
828504f46afExtend h5debug to support 3-D datasets for chunks.
Jordan HendersonJordan Henderson
3454833bf7bFix memory error in h5dump xml 'escape the string' routine
Dana RobinsonDana Robinson
aa30bd054d6Fixed pio_perf const pointers.
Dana RobinsonDana Robinson
6eebd57742cFurther updates to the tools warnings fixes from code review.
Dana RobinsonDana Robinson
e0d954f8455Updates to tools warning PR from code review.
Dana RobinsonDana Robinson
3efed9c1110Fixes for warnings in the tools code.
Dana RobinsonDana Robinson
97431e256b7Moved -Woverlength-strings to the developer flags.
Allen ByrneAllen Byrne
d90b2ae7e23Add "override with" to error message
Allen ByrneAllen Byrne
6e841228332HDFFV-10576 add Option name to Error Message
Allen ByrneAllen Byrne
5383152d67eRestrict errors to gcc 4.8 and above.
David YoungDavid Young
1cff43a935dFor compatibility with non-C99 Visual Studio versions, use "%" PRIuMAX instead of "%ju".
David YoungDavid Young
0f2bc7d918cFix `test/swmr_sparse_reader.c:118:77: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]` and `test/snapshots-hdf5/current/test/swmr_sparse_reader.c:129:100: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]`.
David YoungDavid Young
c506a1f4358Fix `src/H5FDdirect.c:1346:5: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]`.
Allen ByrneAllen Byrne
b5481fac248Fix NoFilter build
Allen ByrneAllen Byrne
117ead60a31TRILAB-244 separate CXX warnings and errors from C
Larry KnoxLarry Knox
68e1561d877Add missing ')'.
Larry KnoxLarry Knox
8767748f87dAdd C++ warnings treated as error for autotools builds.
Larry KnoxLarry Knox
7fd40ef81eeMove macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and remove duplicate versions.
Larry KnoxLarry Knox
38abd125c16Address PR suggestions and add overlooked GCC compiler version flags.
Larry KnoxLarry Knox
76af1a4b5f6Don't add general warnings flags for unsupported old versions of gcc and g++ (older than gcc/g++ 4.2). Correct gnu-cxxflags to determine warnings flags to be added based on C++ compiler version instead of C compiler version.
Allen ByrneAllen Byrne
9b219082235Remove old szip line
Dana RobinsonDana Robinson
2f5d6bac34fFixed h5diff command-line parameters to use 1 and 2 instead of src and dst.
Dana RobinsonDana Robinson
957e4eba9c3Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.
Allen ByrneAllen Byrne
7381bea1e8eOESS-65 add option to use AEC library in place of SZip
Dana RobinsonDana Robinson
ce4be694e8dSeparated VFD and VOL parameters in tools.
Quincey KoziolQuincey Koziol
d35daa45e90Trim trailing whitespace
Dana RobinsonDana Robinson
071fe1dc397Fixed some minor cmp callback bugs and cleaned warnings.
Dana RobinsonDana Robinson
58dfaafcceaFixed problems with S3 and HDFS VFDs. * Updated info struct parameter to correct info_string * Fixed Makefile.am where the S3 VFD was listed twice, causing duplicated symbols errors.
Dana RobinsonDana Robinson
6609048ecfaUpdate h5repack long arguments for id-->value changes.
Dana RobinsonDana Robinson
755971029c3Changed identifiers and command-line options from "id" to "value" in tools code to be in agreement with H5VL API terminology.
Allen ByrneAllen Byrne
aea3232b32dTRILAB-192 version of std=f2008 special check
Allen ByrneAllen Byrne
21de7f28184Fix shadowed type
Allen ByrneAllen Byrne
8521689caafTRILAB-192 - cleanup edits and match CMake CXX to autotools
Jacob SmithJacob Smith
094effdf0d2Add enable-mirror-vfd flag to configure options.
Jacob SmithJacob Smith
a3f6f24c82bTidying of Mirror VFD. * Rename server-stop utility to mirror_server_stop. * Remove external dependency on bzero(). * Modify test/use_common to use only the public API. * Rename internal bitswap macro to follow convention.
Jacob SmithJacob Smith
3bc88775139Add function header comment for `mirror_writer:run_writer()`.
Jacob SmithJacob Smith
b11015c4cceAdd Splitter VFD to library. * "Simultaneous and equivalent" Read-Write and Write-Only channels for file I/O. * Only supports drivers with the H5FD_FEAT_DEFAULT_VFD_COMPATIBLE flag for now, preventing issues with multi-file drivers. Add Mirror VFD to library. * Write-only operations over a network. * Uses TCP/IP sockets. * Server and auxiliary server-shutdown programs provided in a new directory, `utils/mirror_vfd`. * Automated testing via loopback ("remote" of localhost).
Larry KnoxLarry Knox
333388c7446Add missing " and update function calls incorrectly named load_gcc_arguments.
Allen ByrneAllen Byrne
481e3aff7cdTRILAB-192 update LTparse files
Dana RobinsonDana Robinson
59d1a0e7a1fAdded support for passing connector info strings via the command line to the tools internals.
Dana RobinsonDana Robinson
55e2b3170e8Fix for passthrough VOL not passing tools tests due to incorrect optional callback queries.
Larry KnoxLarry Knox
9c8ec41791cUpdate all load_gcc_arguments to load_gnu_arguments. Fixes TRILAB-212.
vchoivchoi
5aa4de3c326Fix according to PR feedback.
vchoivchoi
8754e38ce7bFix an error in previous merge: should use NULL instead of FAIL.
Larry KnoxLarry Knox
74fdd50f59eSquashed commit of the following: commit 8963c3bf756f8f8ec21beea9bd29a767e77675a8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Wed Apr 8 16:52:27 2020 -0500 Commit changes to gnu-cxxflags to remove unmatched " and to gnu-fflags to not add C warnings flags to H5_FCFLAGS.
Larry KnoxLarry Knox
01a152f83caAdd \d to list of characters allowed after '-' in versions.
Jordan HendersonJordan Henderson
14bb06448b5Fix memory leak in t_span_tree.c test