Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix according to PR feedback. | vchoi | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | Fix an error in previous merge: should use NULL instead of FAIL. | vchoi | 2020-05-20 | 1 | -2/+2 |
| | |||||
* | Squashed commit of the following: | Larry Knox | 2020-05-20 | 2 | -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 Knox | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | Fix memory leak in t_span_tree.c test | Jordan Henderson | 2020-05-20 | 1 | -0/+6 |
| | |||||
* | Hide Frortran directive warnings | Allen Byrne | 2020-05-20 | 1 | -7/+2 |
| | |||||
* | Updated test ddl files so CMake passes after h5dump failures. | Dana Robinson | 2020-05-20 | 2 | -10/+10 |
| | |||||
* | Modifications based on PR review feedback. | vchoi | 2020-05-20 | 1 | -71/+51 |
| | |||||
* | Add two routines gen_ref_files() and gen_sel_files() to generate test files ↵ | vchoi | 2020-05-20 | 1 | -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 Byrne | 2020-05-20 | 2 | -1/+2 |
| | |||||
* | Update printf pointer syntax and revert fortran to f2003 | Allen Byrne | 2020-05-20 | 2 | -107/+107 |
| | |||||
* | Reduce window fortran standard to f90 | Allen Byrne | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | Updated tools dump output when dataset offset is undefined. | Dana Robinson | 2020-05-20 | 2 | -2/+2 |
| | |||||
* | Added checks for native optional call support in some of the tools. | Dana Robinson | 2020-05-20 | 4 | -49/+95 |
| | |||||
* | Misc changes for h5dump VOL changes. | Dana Robinson | 2020-05-20 | 7 | -45/+55 |
| | |||||
* | Narrowed the scope of ISO_C_BINDING with ONLY additions | Scot Breitenfeld | 2020-05-20 | 9 | -40/+34 |
| | |||||
* | Minor updates and fix settings for fortran flags | Allen Byrne | 2020-05-20 | 4 | -6/+3 |
| | |||||
* | Update intel flags | Allen Byrne | 2020-05-20 | 3 | -2/+4 |
| | |||||
* | Fix missing endif | Allen Byrne | 2020-05-20 | 1 | -0/+1 |
| | |||||
* | Correct improper file move | Allen Byrne | 2020-05-20 | 1 | -0/+0 |
| | |||||
* | Move intel warnings to subfolder, update autotools files | Allen Byrne | 2020-05-20 | 9 | -100/+118 |
| | |||||
* | Corrected note | Allen Byrne | 2020-05-20 | 1 | -3/+3 |
| | |||||
* | Remove overzealous additions | Allen Byrne | 2020-05-20 | 2 | -3/+1 |
| | |||||
* | Correct whitespace in flags, force list mode | Allen Byrne | 2020-05-20 | 4 | -15/+15 |
| | |||||
* | Flag construction must be after compiler detection | Allen Byrne | 2020-05-20 | 12 | -386/+507 |
| | |||||
* | Skip testing of passthrough VOL connector in a Family File tools test | Jordan Henderson | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | Restore previous tools library driver name behavior with passthrough VOL ↵ | Jordan Henderson | 2020-05-20 | 1 | -1/+1 |
| | | | | connector | ||||
* | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-05-20 | 39 | -925/+581 |
| | |||||
* | Update release note for CMake warnings | Allen Byrne | 2020-05-20 | 1 | -0/+2 |
| | |||||
* | Add missing header include | Allen Byrne | 2020-05-20 | 1 | -0/+1 |
| | |||||
* | Fixed unnecessary H5R casts in the tools that were raising warnings. | Dana Robinson | 2020-05-20 | 3 | -18/+18 |
| | |||||
* | A fix in the cleaning up code for datatype when datatype initialization via ↵ | vchoi | 2020-05-20 | 2 | -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 to | Dana Robinson | 2020-05-20 | 1 | -0/+3 |
| | | | | H5I_INVALID_HID. | ||||
* | Remove tongue-in-cheek credit for Rusty Shackleford and Dale Alvin Gribble. | David Young | 2020-05-20 | 1 | -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 Young | 2020-05-20 | 1 | -30/+89 |
| | |||||
* | Correct extra flags | Allen Byrne | 2020-05-20 | 1 | -2/+2 |
| | |||||
* | Minor renaming in the tools code. | Dana Robinson | 2020-05-20 | 7 | -106/+108 |
| | |||||
* | Fix for HDFFV-11065. | Gerd Heber | 2020-05-20 | 1 | -0/+2 |
| | |||||
* | Fix latent bug in h5repack options file reading | Jordan Henderson | 2020-05-20 | 3 | -46/+53 |
| | | | | Add 'enable-error-stack' option to h5format_convert | ||||
* | TRILAB-192 remove comment | Allen Byrne | 2020-05-20 | 1 | -1/+0 |
| | |||||
* | Refactor to reduce verbosity. | Quincey Koziol | 2020-05-20 | 1 | -55/+33 |
| | |||||
* | Minor renaming in h5dump (addr --> token) | Dana Robinson | 2020-05-20 | 2 | -30/+30 |
| | |||||
* | TRILAB-192 add comparable clang flags | Allen Byrne | 2020-05-20 | 8 | -5/+129 |
| | |||||
* | Fix some missing symbols issues in tools library | Jordan Henderson | 2020-05-20 | 1 | -2/+3 |
| | |||||
* | A few small tweaks to the tools from review | Jordan Henderson | 2020-05-20 | 4 | -135/+147 |
| | |||||
* | Replace usage of some standard library functions with HD- versions | Jordan Henderson | 2020-05-20 | 2 | -4/+4 |
| | |||||
* | Update Tools library to be better compatible with VOL connectors | Jordan Henderson | 2020-05-20 | 24 | -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_MEMBER | Allen Byrne | 2020-05-20 | 3 | -88/+20 |
| | |||||
* | Correct macro check | Quincey Koziol | 2020-05-20 | 1 | -1/+1 |
| | |||||
* | Add extensive warnings to tools executables | Allen Byrne | 2020-05-20 | 8 | -0/+22 |
| |