| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Correctly manage warnings for new tests | Allen Byrne | 2020-05-20 | 2 | -38/+34 |
|
|
* | Ext libs ZLIB and SZIP warnings are separate concerns | Allen Byrne | 2020-05-20 | 1 | -0/+1 |
|
|
* | Remove commented warnings line | Allen Byrne | 2020-05-20 | 1 | -6/+0 |
|
|
* | rename macro | kmu | 2020-05-20 | 1 | -2/+2 |
|
|
* | change condition | kmu | 2020-05-20 | 1 | -1/+1 |
|
|
* | pick up from Dave's fix | kmu | 2020-05-20 | 2 | -241/+244 |
|
|
* | leave Wswitch-default for later fix | kmu | 2020-05-20 | 2 | -37/+13 |
|
|
* | fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co... | kmu | 2020-05-20 | 18 | -159/+231 |
|
|
* | fix issues from test fail | kmu | 2020-05-20 | 1 | -12/+15 |
|
|
* | Replaced my_isnan with C99 isnan in h5diff. | Dana Robinson | 2020-05-20 | 2 | -116/+45 |
|
|
* | Add another warning variation | Allen Byrne | 2020-05-20 | 1 | -0/+1 |
|
|
* | Correct ignore warnings | Allen Byrne | 2020-05-20 | 1 | -2/+4 |
|
|
* | Only use sanitizer with Clang | Allen Byrne | 2020-05-20 | 1 | -1/+1 |
|
|