summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix memory error in h5dump xml 'escape the string' routineJordan Henderson2020-05-201-4/+2
* Fixed pio_perf const pointers.Dana Robinson2020-05-201-4/+4
* Further updates to the tools warnings fixes from code review.Dana Robinson2020-05-202-4/+11
* Updates to tools warning PR from code review.Dana Robinson2020-05-202-12/+8
* Fixes for warnings in the tools code.Dana Robinson2020-05-2017-418/+754
* Moved -Woverlength-strings to the developer flags.Dana Robinson2020-05-202-15/+21
* Add "override with" to error messageAllen Byrne2020-05-201-5/+5
* HDFFV-10576 add Option name to Error MessageAllen Byrne2020-05-201-5/+5
* Restrict errors to gcc 4.8 and above.Allen Byrne2020-05-202-2/+6
* For compatibility with non-C99 Visual Studio versions, use "%" PRIuMAXDavid Young2020-05-201-2/+2
* Fix `test/swmr_sparse_reader.c:118:77: error: cast from pointerDavid Young2020-05-201-2/+2
* Fix `src/H5FDdirect.c:1346:5: error: ISO C90 forbids mixed declarationsDavid Young2020-05-201-4/+1
* Fix NoFilter buildAllen Byrne2020-05-201-1/+1
* TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-05-2013-55/+126
* Add missing ')'.Larry Knox2020-05-201-1/+1
* Add C++ warnings treated as error for autotools builds.Larry Knox2020-05-203-3/+4
* Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and removeLarry Knox2020-05-204-54/+18
* Address PR suggestions and add overlooked GCC compiler version flags.Larry Knox2020-05-202-19/+45
* Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-05-204-41/+53
* Remove old szip lineAllen Byrne2020-05-201-1/+0
* Fixed h5diff command-line parameters to use 1 and 2 instead of srcDana Robinson2020-05-2013-151/+151
* Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.Dana Robinson2020-05-2032-147/+540
* OESS-65 add option to use AEC library in place of SZipAllen Byrne2020-05-208-184/+197
* Separated VFD and VOL parameters in tools.Dana Robinson2020-05-207-226/+219
* Trim trailing whitespaceQuincey Koziol2020-05-20374-7321/+7317
* Fixed some minor cmp callback bugs and cleaned warnings.Dana Robinson2020-05-201-3/+5
* Fixed problems with S3 and HDFS VFDs.Dana Robinson2020-05-205-8/+13
* Update h5repack long arguments for id-->value changes.Dana Robinson2020-05-201-2/+2
* Changed identifiers and command-line options from "id" to "value" in toolsDana Robinson2020-05-204-27/+27
* TRILAB-192 version of std=f2008 special checkAllen Byrne2020-05-201-42/+47
* Fix shadowed typeAllen Byrne2020-05-201-3/+3
* TRILAB-192 - cleanup edits and match CMake CXX to autotoolsAllen Byrne2020-05-205-89/+200
* Add enable-mirror-vfd flag to configure options.Jacob Smith2020-05-202-17/+37
* Tidying of Mirror VFD.Jacob Smith2020-05-2011-56/+128
* Add function header comment for `mirror_writer:run_writer()`.Jacob Smith2020-05-201-1/+17
* Add Splitter VFD to library.Jacob Smith2020-05-2045-571/+11484
* Add missing " and update function calls incorrectly namedLarry Knox2020-05-201-12/+12
* TRILAB-192 update LTparse filesAllen Byrne2020-05-203-1206/+1129
* Added support for passing connector info strings via the commandDana Robinson2020-05-206-33/+48
* Fix for passthrough VOL not passing tools tests due to incorrectDana Robinson2020-05-206-44/+61
* Update all load_gcc_arguments to load_gnu_arguments.Larry Knox2020-05-201-11/+11
* Fix according to PR feedback.vchoi2020-05-201-1/+1
* Fix an error in previous merge: should use NULL instead of FAIL.vchoi2020-05-201-2/+2
* Squashed commit of the following:Larry Knox2020-05-202-4/+5
* Add \d to list of characters allowed after '-' in versions.Larry Knox2020-05-201-1/+1
* Fix memory leak in t_span_tree.c testJordan Henderson2020-05-201-0/+6
* Hide Frortran directive warningsAllen Byrne2020-05-201-7/+2
* Updated test ddl files so CMake passes after h5dump failures.Dana Robinson2020-05-202-10/+10
* Modifications based on PR review feedback.vchoi2020-05-201-71/+51
* Add two routines gen_ref_files() and gen_sel_files() to generate test files r...vchoi2020-05-201-0/+573