| Commit message (Expand) | Author | Age | Files | Lines |
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-05-20 | 87 | -337/+436 |
|
|
* | Fix always true issue because member is not dynamically allocated | Allen Byrne | 2020-05-20 | 1 | -7/+7 |
|
|
* | CMake cleanup | Allen Byrne | 2020-05-20 | 2 | -2/+2 |
|
|
* | HDFFV-11032 fix JNI call | Allen Byrne | 2020-05-20 | 1 | -2/+2 |
|
|
* | Replace the old H5F_DECODE_LENGTH() implementation with one that | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size inh5fget_file_imag... | M. Scot Breitenfeld | 2020-05-20 | 2 | -1/+4 |
|
|
* | Start to document the function/parameter/variable attribute macros. | David Young | 2020-05-20 | 1 | -0/+57 |
|
|
* | Filter all of the new _USED / _UNUSED type modifiers. | David Young | 2020-05-20 | 1 | -0/+5 |
|
|
* | H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables and | David Young | 2020-05-20 | 14 | -32/+63 |
|
|
* | Use HD prefix. | David Young | 2020-05-20 | 1 | -13/+13 |
|
|
* | 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 local copies of err(3)- and errx(3)-alike functions | David Young | 2020-05-20 | 1 | -7/+37 |
|
|
* | Provide C99/POSIX.1 format strings PRI[doux]{8,16,32,64,MAX,PTR} on systems | David Young | 2020-05-20 | 1 | -1/+39 |
|
|
* | Take out the temporary performance tests. | David Young | 2020-05-20 | 3 | -89/+0 |
|
|
* | Make calls through a function pointer. Use the same number of arguments, | David Young | 2020-05-20 | 1 | -18/+26 |
|
|
* | Increase iterations, provide a baseline for no-op, simplify the overhead | David Young | 2020-05-20 | 1 | -4/+10 |
|
|
* | Temporarily add some code that measures the time to run the simplest possible | David Young | 2020-05-20 | 3 | -0/+75 |
|
|
* | H5T_copy() constification plus Quincey's contributions. | David Young | 2020-05-20 | 15 | -194/+480 |
|
|
* | TRILAB-148 fix sanitizer and -fsanitize usage | Allen Byrne | 2020-05-20 | 3 | -17/+17 |
|
|
* | Update sanitizer note. | Allen Byrne | 2020-05-20 | 1 | -3/+12 |
|
|
* | Fix improper S3 signing key null check (HDFFV-11015). | Jacob Smith | 2020-05-20 | 1 | -2/+2 |
|
|
* | HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitions | M. Scot Breitenfeld | 2020-05-20 | 8 | -65/+144 |
|
|
* | HDFFV-11014, fix the h5repack issue that misses a few attributes during the r... | Muqun Yang | 2020-05-20 | 2 | -1/+18 |
|
|
* | Oops, the test has to return success in the unimplemented case. | David Young | 2020-05-20 | 1 | -3/+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 | 2 | -2/+3 |
|
|
* | Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion. | David Young | 2020-05-20 | 6 | -19/+20 |
|
|
* | Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen's | David Young | 2020-05-20 | 2 | -0/+2 |
|
|
* | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX Threads | David Young | 2020-05-20 | 9 | -25/+288 |
|
|
* | Add RELEASE.txt note for token refactoring changes | Jordan Henderson | 2020-05-20 | 1 | -0/+44 |
|
|
* | HDFFV-11012 - add release note | Allen Byrne | 2020-05-20 | 1 | -0/+7 |
|
|
* | HDFFV-11012 - add correct fortran include path properties | Allen Byrne | 2020-05-20 | 3 | -6/+6 |
|
|
* | HDFFV-10996 add release note | Allen Byrne | 2020-05-20 | 1 | -0/+6 |
|
|
* | HDFFV-10996 - add java vol tests | Allen Byrne | 2020-05-20 | 4 | -0/+386 |
|
|
* | 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 |
|
|
* | Cleaned up remaining warnings in high-level library. | Dana Robinson | 2020-05-20 | 7 | -718/+988 |
|
|
* | Small fixes for tools and skip autotools tests for no filter | Allen Byrne | 2020-05-20 | 4 | -29/+28 |
|
|
* | Reduce differences between my -Werror branch and `develop`: | David Young | 2020-05-20 | 26 | -276/+265 |
|
|
* | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required. | David Young | 2020-05-20 | 9 | -83/+77 |
|
|
* | testpar/t_2Gio.c: Fix a typo that I think was introduced by a | David Young | 2020-05-20 | 14 | -55/+89 |
|
|
* | fix bad function cast warning | kmu | 2020-05-20 | 1 | -2/+2 |
|
|
* | initialization discards const warning | kmu | 2020-05-20 | 1 | -7/+7 |
|
|
* | fix unused function warning | kmu | 2020-05-20 | 2 | -40/+69 |
|
|
* | HDFFV-11011 - merge include list | Allen Byrne | 2020-05-20 | 1 | -2/+1 |
|
|
* | HDFFV-11011 correct issues with target file extension | Allen Byrne | 2020-05-20 | 20 | -248/+166 |
|
|
* | Introduce new H5VL _by_value routines | Jordan Henderson | 2020-05-20 | 17 | -91/+545 |
|
|