summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | duplicate versions.
* 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
| | | | | | 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.
* 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
| | | | and dst.
* 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
| | | | | | * Updated info struct parameter to correct info_string * Fixed Makefile.am where the S3 VFD was listed twice, causing duplicated symbols errors.
* 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
| | | | code to be in agreement with H5VL API terminology.
* 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
| | | | | | | * 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.
* 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
| | | | | | | | | | | | | | | * "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).
* Add missing " and update function calls incorrectly namedLarry Knox2020-05-201-12/+12
| | | | load_gcc_arguments.
* 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
| | | | line to the tools internals.
* Fix for passthrough VOL not passing tools tests due to incorrectDana Robinson2020-05-206-44/+61
| | | | optional callback queries.
* Update all load_gcc_arguments to load_gnu_arguments.Larry Knox2020-05-201-11/+11
| | | | Fixes TRILAB-212.
* 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
| | | | | | | | | 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.
* 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 ↵vchoi2020-05-201-0/+573
| | | | | | | related to references and selections. These test files will be copied to 1.12, 1.10 and 1.8 for compatibility testing.
* Remove flag from gfort-general in gfort-5, add /EHsc to Win C++Allen Byrne2020-05-202-1/+2
|
* Update printf pointer syntax and revert fortran to f2003Allen Byrne2020-05-202-107/+107
|
* Reduce window fortran standard to f90Allen Byrne2020-05-201-1/+1
|
* Updated tools dump output when dataset offset is undefined.Dana Robinson2020-05-202-2/+2
|
* Added checks for native optional call support in some of the tools.Dana Robinson2020-05-204-49/+95
|
* Misc changes for h5dump VOL changes.Dana Robinson2020-05-207-45/+55
|
* Narrowed the scope of ISO_C_BINDING with ONLY additionsScot Breitenfeld2020-05-209-40/+34
|
* Minor updates and fix settings for fortran flagsAllen Byrne2020-05-204-6/+3
|
* Update intel flagsAllen Byrne2020-05-203-2/+4
|
* Fix missing endifAllen Byrne2020-05-201-0/+1
|
* Correct improper file moveAllen Byrne2020-05-201-0/+0
|
* Move intel warnings to subfolder, update autotools filesAllen Byrne2020-05-209-100/+118
|
* Corrected noteAllen Byrne2020-05-201-3/+3
|