summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove overzealous additionsAllen Byrne2020-05-202-3/+1
|
* Correct whitespace in flags, force list modeAllen Byrne2020-05-204-15/+15
|
* Flag construction must be after compiler detectionAllen Byrne2020-05-2012-386/+507
|
* Skip testing of passthrough VOL connector in a Family File tools testJordan Henderson2020-05-201-1/+1
|
* Restore previous tools library driver name behavior with passthrough VOL ↵Jordan Henderson2020-05-201-1/+1
| | | | connector
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-05-2039-925/+581
|
* Update release note for CMake warningsAllen Byrne2020-05-201-0/+2
|
* Add missing header includeAllen Byrne2020-05-201-0/+1
|
* Fixed unnecessary H5R casts in the tools that were raising warnings.Dana Robinson2020-05-203-18/+18
|
* A fix in the cleaning up code for datatype when datatype initialization via ↵vchoi2020-05-202-350/+400
| | | | | | | | | | H5D__init_type() fails. This is triggered by the tests for revised references when the libver bounds setting does not allow version 4 datatype message to be created. The test failure is abort core dumped. This is due to the datatype initialization fails before the datatype ID is registered. The datatype cleanup code should provide for the above situation. The code to fix the problem is the same as what is done in H5D__open_oid().
* Changed default dataset shared struct to initialize hid_t IDs toDana Robinson2020-05-201-0/+3
| | | | H5I_INVALID_HID.
* Remove tongue-in-cheek credit for Rusty Shackleford and Dale Alvin Gribble.David Young2020-05-201-21/+0
| | | | | | | | | | | | Delete the comment questioning whether pthread_mutex_lock is allowed in a key destructor, since pthread_key_create(3) provides the answer: There is no notion of a destructor-safe function. If an application does not call pthread_exit() from a signal handler, or if it blocks any signal whose handler may call pthread_exit() while calling async-unsafe functions, all functions may be safely called from destructors. Delete redundant comment.
* Follow HDF5 conventions.David Young2020-05-201-30/+89
|
* Correct extra flagsAllen Byrne2020-05-201-2/+2
|
* Minor renaming in the tools code.Dana Robinson2020-05-207-106/+108
|
* Fix for HDFFV-11065.Gerd Heber2020-05-201-0/+2
|
* Fix latent bug in h5repack options file readingJordan Henderson2020-05-203-46/+53
| | | | Add 'enable-error-stack' option to h5format_convert
* TRILAB-192 remove commentAllen Byrne2020-05-201-1/+0
|
* Refactor to reduce verbosity.Quincey Koziol2020-05-201-55/+33
|
* Minor renaming in h5dump (addr --> token)Dana Robinson2020-05-202-30/+30
|
* TRILAB-192 add comparable clang flagsAllen Byrne2020-05-208-5/+129
|
* Fix some missing symbols issues in tools libraryJordan Henderson2020-05-201-2/+3
|
* A few small tweaks to the tools from reviewJordan Henderson2020-05-204-135/+147
|
* Replace usage of some standard library functions with HD- versionsJordan Henderson2020-05-202-4/+4
|
* Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-05-2024-760/+1155
| | | | | | | | | | | | | | | | | | | | | Modify h5repack to integrate with VOL connectors Update tools library to accomodate VOL connectors Update logic in h5tools_fopen for VOL connectors Add command-line options to h5repack for specifying in/out VOL connectors Implement h5tools_set_vol_fapl Fix library shutdown issue Integrate ROS3 and HDFS VFDs into new h5tools_get_fapl() scheme Avoid H5Ocopy in h5repack when using different VOL connectors Update h5tools_test_utils.c for ROS3 and HDFS integration
* TRILAB-24 use CHECK_STRUCT_HAS_MEMBERAllen Byrne2020-05-203-88/+20
|
* Correct macro checkQuincey Koziol2020-05-201-1/+1
|
* Add extensive warnings to tools executablesAllen Byrne2020-05-208-0/+22
|