| Commit message (Expand) | Author | Age | Files | Lines |
* | Add semicolons to more PASSED() invocations. | David Young | 2020-05-20 | 4 | -5/+5 |
|
|
* | Remove system command from valgrind reports | Allen Byrne | 2020-05-20 | 1 | -2/+2 |
|
|
* | Fix incorrect FUNC_LEAVE macro (should match FUNC_ENTER_*_TAG). | Jacob Smith | 2020-05-20 | 2 | -3/+3 |
|
|
* | Whitespace | Allen Byrne | 2020-05-20 | 1 | -14/+14 |
|
|
* | revert type cast | kmu | 2020-05-20 | 1 | -2/+2 |
|
|
* | Switch the 'get offset' operation from a dataset 'get' callback to a [native] | Quincey Koziol | 2020-05-20 | 5 | -37/+21 |
|
|
* | Complete the comment on thread_main(), explaining why the barrier is used. | David Young | 2020-05-20 | 1 | -1/+9 |
|
|
* | The first implementation seemed to allow for the possibility that a thread | David Young | 2020-05-20 | 1 | -1/+8 |
|
|
* | Test the right condition for the EBUSY return in pthread_barrier_destroy(). | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | s/exit_failure/EXIT_FAILURE/g | David Young | 2020-05-20 | 1 | -2/+2 |
|
|
* | Implement pthread_barrier(3) for Darwin using a counter, condition variable, | David Young | 2020-05-20 | 1 | -0/+123 |
|
|
* | Modfy expression to match mpicc build with Intel as intel compiler, not | Larry Knox | 2020-05-20 | 2 | -2/+2 |
|
|
* | Fixed issue building HDF5 with NAG Fortran 7.0. | M. Scot Breitenfeld | 2020-05-20 | 1 | -6/+19 |
|
|
* | Add java version and reference libsettings | Allen Byrne | 2020-05-20 | 1 | -2/+3 |
|
|
* | Update examples and fix old version references. | Allen Byrne | 2020-05-20 | 15 | -259/+249 |
|
|
* | Move MODEL check to before usage in CTestScript.cmake. | Allen Byrne | 2020-05-20 | 2 | -7/+8 |
|
|
* | Copy generated files instead creating twice | Allen Byrne | 2020-05-20 | 1 | -8/+32 |
|
|
* | Fix standalone link | Allen Byrne | 2020-05-20 | 4 | -7/+8 |
|
|
* | Fix Fortran macro use and jni comment | Allen Byrne | 2020-05-20 | 4 | -16/+12 |
|
|
* | Update Windows platforms | Allen Byrne | 2020-05-20 | 1 | -5/+1 |
|
|
* | Add missing MANIFEST entry, ./doc/code-conventions.md . | David Young | 2020-05-20 | 1 | -0/+2 |
|
|
* | HDFFV-11036 add release note | Allen Byrne | 2020-05-20 | 1 | -1/+8 |
|
|
* | HDFFV-11036 add file compare test process | Allen Byrne | 2020-05-20 | 4 | -13/+162 |
|
|
* | Correct usage of add_compile_definitions | Allen Byrne | 2020-05-20 | 1 | -3/+1 |
|
|
* | 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 |
|
|