summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-05-2087-337/+436
* Fix always true issue because member is not dynamically allocatedAllen Byrne2020-05-201-7/+7
* CMake cleanupAllen Byrne2020-05-202-2/+2
* HDFFV-11032 fix JNI callAllen Byrne2020-05-201-2/+2
* Replace the old H5F_DECODE_LENGTH() implementation with one thatDavid Young2020-05-201-1/+1
* Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size inh5fget_file_imag...M. Scot Breitenfeld2020-05-202-1/+4
* Start to document the function/parameter/variable attribute macros.David Young2020-05-201-0/+57
* Filter all of the new _USED / _UNUSED type modifiers.David Young2020-05-201-0/+5
* H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables andDavid Young2020-05-2014-32/+63
* Use HD prefix.David Young2020-05-201-13/+13
* Delete unhelpful comment per Jordan's question.David Young2020-05-201-3/+0
* Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-05-202-12/+5
* Provide local copies of err(3)- and errx(3)-alike functionsDavid Young2020-05-201-7/+37
* Provide C99/POSIX.1 format strings PRI[doux]{8,16,32,64,MAX,PTR} on systemsDavid Young2020-05-201-1/+39
* Take out the temporary performance tests.David Young2020-05-203-89/+0
* Make calls through a function pointer. Use the same number of arguments,David Young2020-05-201-18/+26
* Increase iterations, provide a baseline for no-op, simplify the overheadDavid Young2020-05-201-4/+10
* Temporarily add some code that measures the time to run the simplest possibleDavid Young2020-05-203-0/+75
* H5T_copy() constification plus Quincey's contributions.David Young2020-05-2015-194/+480
* TRILAB-148 fix sanitizer and -fsanitize usageAllen Byrne2020-05-203-17/+17
* Update sanitizer note.Allen Byrne2020-05-201-3/+12
* Fix improper S3 signing key null check (HDFFV-11015).Jacob Smith2020-05-201-2/+2
* HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitionsM. Scot Breitenfeld2020-05-208-65/+144
* HDFFV-11014, fix the h5repack issue that misses a few attributes during the r...Muqun Yang2020-05-202-1/+18
* Oops, the test has to return success in the unimplemented case.David Young2020-05-201-3/+2
* If H5_HAVE_THREADSAFE is not #defined, define nothing but a stub implementationDavid Young2020-05-201-0/+7
* src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions.David Young2020-05-202-2/+3
* Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-05-206-19/+20
* Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen'sDavid Young2020-05-202-0/+2
* Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-05-209-25/+288
* Add RELEASE.txt note for token refactoring changesJordan Henderson2020-05-201-0/+44
* HDFFV-11012 - add release noteAllen Byrne2020-05-201-0/+7
* HDFFV-11012 - add correct fortran include path propertiesAllen Byrne2020-05-203-6/+6
* HDFFV-10996 add release noteAllen Byrne2020-05-201-0/+6
* HDFFV-10996 - add java vol testsAllen Byrne2020-05-204-0/+386
* Minor refactoring to the VFD info free call.Dana Robinson2020-05-201-10/+8
* Updated the 'const memory free' changes based on PR feedback.Dana Robinson2020-05-209-45/+27
* Added a free wrapper that lets us free constant pointers withoutDana Robinson2020-05-208-25/+62
* VS2010 needs an underscoreAllen Byrne2020-05-201-0/+6
* Cleaned up remaining warnings in high-level library.Dana Robinson2020-05-207-718/+988
* Small fixes for tools and skip autotools tests for no filterAllen Byrne2020-05-204-29/+28
* Reduce differences between my -Werror branch and `develop`:David Young2020-05-2026-276/+265
* Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-05-209-83/+77
* testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-05-2014-55/+89
* fix bad function cast warningkmu2020-05-201-2/+2
* initialization discards const warningkmu2020-05-201-7/+7
* fix unused function warningkmu2020-05-202-40/+69
* HDFFV-11011 - merge include listAllen Byrne2020-05-201-2/+1
* HDFFV-11011 correct issues with target file extensionAllen Byrne2020-05-2020-248/+166
* Introduce new H5VL _by_value routinesJordan Henderson2020-05-2017-91/+545