| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | Make sure that H5TS_thread_id() is available as either a function or a macro in | David Young | 2020-02-07 | 2 | -12/+5 |
|
|
| * | | | | Provide local copies of err(3)- and errx(3)-alike functions | David Young | 2020-02-07 | 1 | -7/+37 |
|
|
| * | | | | Provide C99/POSIX.1 format strings PRI[doux]{8,16,32,64,MAX,PTR} on systems | David Young | 2020-02-07 | 1 | -1/+39 |
| |/ / / |
|
* | | | | Merge pull request #2325 in HDFFV/hdf5 from ~DYOUNG/werror:h5t_copy to develop | David Young | 2020-02-17 | 15 | -194/+480 |
|\ \ \ \ |
|
| * | | | | Take out the temporary performance tests. | David Young | 2020-02-14 | 3 | -89/+0 |
|
|
| * | | | | Make calls through a function pointer. Use the same number of arguments, | David Young | 2020-02-06 | 1 | -18/+26 |
|
|
| * | | | | Increase iterations, provide a baseline for no-op, simplify the overhead | David Young | 2020-01-30 | 1 | -4/+10 |
|
|
| * | | | | Temporarily add some code that measures the time to run the simplest possible | David Young | 2020-01-30 | 3 | -0/+75 |
|
|
| * | | | | H5T_copy() constification plus Quincey's contributions. | David Young | 2020-01-29 | 15 | -194/+480 |
|
|
* | | | | | Merge pull request #2377 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-02-12 | 3 | -17/+17 |
|\ \ \ \ \ |
|
| * | | | | | TRILAB-148 fix sanitizer and -fsanitize usage | Allen Byrne | 2020-02-12 | 3 | -17/+17 |
|/ / / / / |
|
* | | | | | Merge pull request #2372 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-02-11 | 1 | -3/+12 |
|\ \ \ \ \ |
|
| * | | | | | Update sanitizer note. | Allen Byrne | 2020-02-11 | 1 | -3/+12 |
|/ / / / / |
|
* | | | | | Merge pull request #2357 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:develop to develop | Jake Smith | 2020-02-10 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Fix improper S3 signing key null check (HDFFV-11015). | Jacob Smith | 2020-02-07 | 1 | -2/+2 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #2366 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop | Scot Breitenfeld | 2020-02-10 | 8 | -65/+144 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitions | M. Scot Breitenfeld | 2020-02-10 | 8 | -65/+144 |
|/ / / / |
|
* | | | | Merge pull request #2361 in HDFFV/hdf5 from ~MYANG6/hdf5-develop:develop to d... | Muqun Yang | 2020-02-07 | 2 | -1/+18 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | HDFFV-11014, fix the h5repack issue that misses a few attributes during the r... | Muqun Yang | 2020-02-07 | 2 | -1/+18 |
|/ / / |
|
* | | | Merge pull request #2354 in HDFFV/hdf5 from ~DYOUNG/werror:fix_h5ts_private t... | David Young | 2020-02-06 | 1 | -3/+2 |
|\ \ \ |
|
| * | | | Oops, the test has to return success in the unimplemented case. | David Young | 2020-02-06 | 1 | -3/+2 |
|
|
* | | | | Merge pull request #2349 in HDFFV/hdf5 from ~DYOUNG/werror:fix_h5ts_private t... | David Young | 2020-02-06 | 1 | -0/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | If H5_HAVE_THREADSAFE is not #defined, define nothing but a stub implementation | David Young | 2020-02-05 | 1 | -0/+7 |
|
|
* | | | | Merge pull request #2346 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop | Jordan Henderson | 2020-02-06 | 1 | -0/+44 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Merge branch 'develop' of ssh://git@bitbucket.hdfgroup.org:7999/~jhenderson/h... | Jordan Henderson | 2020-02-05 | 11 | -25/+292 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | Merge pull request #2341 in HDFFV/hdf5 from ~DYOUNG/werror:thread_id to develop | David Young | 2020-02-05 | 11 | -25/+292 |
|\ \ \ \ |
|
| * | | | | src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions. | David Young | 2020-02-03 | 2 | -2/+3 |
|
|
| * | | | | Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion. | David Young | 2020-02-03 | 6 | -19/+20 |
|
|
| * | | | | Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen's | David Young | 2020-02-03 | 2 | -0/+2 |
|
|
| * | | | | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX Threads | David Young | 2020-02-03 | 9 | -25/+288 |
|
|
| | * | | | Add RELEASE.txt note for token refactoring changes | Jordan Henderson | 2020-02-05 | 1 | -0/+44 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #2345 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-02-05 | 1 | -0/+7 |
|\ \ \ \ |
|
| * | | | | HDFFV-11012 - add release note | Allen Byrne | 2020-02-05 | 1 | -0/+7 |
|/ / / / |
|
* | | | | Merge pull request #2343 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-11012... | Allen Byrne | 2020-02-05 | 3 | -6/+6 |
|\ \ \ \ |
|
| * | | | | HDFFV-11012 - add correct fortran include path properties | Allen Byrne | 2020-02-04 | 3 | -6/+6 |
|
|
* | | | | | Merge pull request #2342 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-02-04 | 5 | -0/+392 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | HDFFV-10996 add release note | Allen Byrne | 2020-02-04 | 1 | -0/+6 |
| |/ / / |
|
| * | | | HDFFV-10996 - add java vol tests | Allen Byrne | 2020-02-03 | 4 | -0/+386 |
|/ / / |
|
* | | | Merge pull request #2329 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5MM_const to ... | Dana Robinson | 2020-01-31 | 10 | -50/+67 |
|\ \ \ |
|
| * | | | Minor refactoring to the VFD info free call. | Dana Robinson | 2020-01-31 | 1 | -10/+8 |
|
|
| * | | | Updated the 'const memory free' changes based on PR feedback. | Dana Robinson | 2020-01-31 | 9 | -45/+27 |
|
|
| * | | | Added a free wrapper that lets us free constant pointers without | Dana Robinson | 2020-01-30 | 8 | -25/+62 |
|
|
* | | | | Merge pull request #2330 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-01-30 | 1 | -0/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | VS2010 needs an underscore | Allen Byrne | 2020-01-30 | 1 | -0/+6 |
|/ / / |
|
* | | | Merge pull request #2328 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ... | Dana Robinson | 2020-01-30 | 7 | -718/+988 |
|\ \ \ |
|
| * | | | Cleaned up remaining warnings in high-level library. | Dana Robinson | 2020-01-30 | 7 | -718/+988 |
|
|
* | | | | Merge pull request #2326 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2020-01-29 | 5 | -29/+31 |
|\ \ \ \ |
|
| * | | | | Small fixes for tools and skip autotools tests for no filter | Allen Byrne | 2020-01-29 | 4 | -29/+28 |
|
|
| * | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2020-01-29 | 50 | -461/+507 |
| |\ \ \ \
| |/ / / /
|/| | | | |
|
* | | | | | Merge pull request #2323 in HDFFV/hdf5 from ~KMU/hdf5:misc to develop | Kimmy Mu | 2020-01-29 | 3 | -47/+76 |
|\ \ \ \ \ |
|