| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved -Woverlength-strings to the developer flags. | Dana Robinson | 2020-05-20 | 1 | -15/+17 |
|
|
* | Fix `src/H5FDdirect.c:1346:5: error: ISO C90 forbids mixed declarations | David Young | 2020-05-20 | 1 | -4/+1 |
|
|
* | Add C++ warnings treated as error for autotools builds. | Larry Knox | 2020-05-20 | 1 | -1/+1 |
|
|
* | Trim trailing whitespace | Quincey Koziol | 2020-05-20 | 147 | -2466/+2462 |
|
|
* | Fixed some minor cmp callback bugs and cleaned warnings. | Dana Robinson | 2020-05-20 | 1 | -3/+5 |
|
|
* | Fixed problems with S3 and HDFS VFDs. | Dana Robinson | 2020-05-20 | 1 | -1/+6 |
|
|
* | Tidying of Mirror VFD. | Jacob Smith | 2020-05-20 | 2 | -8/+15 |
|
|
* | Add Splitter VFD to library. | Jacob Smith | 2020-05-20 | 11 | -11/+4015 |
|
|
* | Fix for passthrough VOL not passing tools tests due to incorrect | Dana Robinson | 2020-05-20 | 3 | -20/+55 |
|
|
* | 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 |
|
|
* | Update printf pointer syntax and revert fortran to f2003 | Allen Byrne | 2020-05-20 | 1 | -106/+106 |
|
|
* | Added checks for native optional call support in some of the tools. | Dana Robinson | 2020-05-20 | 1 | -1/+1 |
|
|
* | Misc changes for h5dump VOL changes. | Dana Robinson | 2020-05-20 | 1 | -1/+1 |
|
|
* | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-05-20 | 1 | -6/+2 |
|
|
* | A fix in the cleaning up code for datatype when datatype initialization via H... | vchoi | 2020-05-20 | 1 | -2/+12 |
|
|
* | Changed default dataset shared struct to initialize hid_t IDs to | Dana Robinson | 2020-05-20 | 1 | -0/+3 |
|
|
* | Remove tongue-in-cheek credit for Rusty Shackleford and Dale Alvin Gribble. | David Young | 2020-05-20 | 1 | -21/+0 |
|
|
* | Follow HDF5 conventions. | David Young | 2020-05-20 | 1 | -30/+89 |
|
|
* | TRILAB-192 restrict extensive warnings to libraries | Allen Byrne | 2020-05-20 | 1 | -0/+6 |
|
|
* | Revise API for H5get_alloc_stats() to take a struct instead of separate values. | Quincey Koziol | 2020-05-20 | 4 | -61/+33 |
|
|
* | Add routines to query the library's free list sizes and allocation stats. | Quincey Koziol | 2020-05-20 | 8 | -212/+467 |
|
|
* | Incorporate the H5_ECFLAGS into the library CFLAGS. Now a bunch of errors will | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | Fix shutdown errors when using the HDF5_VOL_CONNECTOR environment | Dana Robinson | 2020-05-20 | 3 | -2/+16 |
|
|
* | Very minor comment change in H5VLconnector.h. | Dana Robinson | 2020-05-20 | 1 | -1/+1 |
|
|
* | Fix issues when deserializing point/all/none selection with version beyond th... | Vailin Choi | 2020-05-20 | 5 | -5/+23 |
|
|
* | Avoid a crash, don't check if we're flushing when the file is closing: | David Young | 2020-05-20 | 1 | -5/+5 |
|
|
* | Use a naked pthread_self() call in the HDF5 thread wrappers. | David Young | 2020-05-20 | 2 | -6/+2 |
|
|
* | Fix incorrect FUNC_LEAVE macro (should match FUNC_ENTER_*_TAG). | Jacob Smith | 2020-05-20 | 2 | -3/+3 |
|
|
* | Switch the 'get offset' operation from a dataset 'get' callback to a [native] | Quincey Koziol | 2020-05-20 | 5 | -37/+21 |
|
|
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-05-20 | 1 | -1/+1 |
|
|
* | Replace the old H5F_DECODE_LENGTH() implementation with one that | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables and | David Young | 2020-05-20 | 8 | -23/+53 |
|
|
* | Delete unhelpful comment per Jordan's question. | David Young | 2020-05-20 | 1 | -3/+0 |
|
|
* | Make sure that H5TS_thread_id() is available as either a function or a macro in | David Young | 2020-05-20 | 2 | -12/+5 |
|
|
* | Provide C99/POSIX.1 format strings PRI[doux]{8,16,32,64,MAX,PTR} on systems | David Young | 2020-05-20 | 1 | -1/+39 |
|
|
* | H5T_copy() constification plus Quincey's contributions. | David Young | 2020-05-20 | 15 | -194/+480 |
|
|
* | Fix improper S3 signing key null check (HDFFV-11015). | Jacob Smith | 2020-05-20 | 1 | -2/+2 |
|
|
* | If H5_HAVE_THREADSAFE is not #defined, define nothing but a stub implementation | David Young | 2020-05-20 | 1 | -0/+7 |
|
|
* | src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions. | David Young | 2020-05-20 | 1 | -0/+1 |
|
|
* | Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion. | David Young | 2020-05-20 | 4 | -13/+13 |
|
|
* | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX Threads | David Young | 2020-05-20 | 6 | -21/+124 |
|
|
* | Minor refactoring to the VFD info free call. | Dana Robinson | 2020-05-20 | 1 | -10/+8 |
|
|
* | Updated the 'const memory free' changes based on PR feedback. | Dana Robinson | 2020-05-20 | 9 | -45/+27 |
|
|
* | Added a free wrapper that lets us free constant pointers without | Dana Robinson | 2020-05-20 | 8 | -25/+62 |
|
|
* | VS2010 needs an underscore | Allen Byrne | 2020-05-20 | 1 | -0/+6 |
|
|
* | Reduce differences between my -Werror branch and `develop`: | David Young | 2020-05-20 | 15 | -127/+125 |
|
|
* | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required. | David Young | 2020-05-20 | 6 | -73/+67 |
|
|
* | testpar/t_2Gio.c: Fix a typo that I think was introduced by a | David Young | 2020-05-20 | 1 | -1/+3 |
|
|
* | Introduce new H5VL _by_value routines | Jordan Henderson | 2020-05-20 | 5 | -25/+227 |
|
|