summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2369 in HDFFV/hdf5 from ~DYOUNG/vs2010:develop to developDavid Young2020-02-174-21/+79
|\
| * Use HD prefix.David Young2020-02-121-13/+13
| * Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-02-102-12/+2
| |\
| | * Delete unhelpful comment per Jordan's question.David Young2020-02-101-3/+0
| | * Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-02-072-12/+5
| * | Provide local copies of err(3)- and errx(3)-alike functionsDavid Young2020-02-071-7/+37
| * | Provide C99/POSIX.1 format strings PRI[doux]{8,16,32,64,MAX,PTR} on systemsDavid Young2020-02-071-1/+39
| |/
* | Merge pull request #2325 in HDFFV/hdf5 from ~DYOUNG/werror:h5t_copy to developDavid Young2020-02-1715-194/+480
|\ \
| * | Take out the temporary performance tests.David Young2020-02-143-89/+0
| * | Make calls through a function pointer. Use the same number of arguments,David Young2020-02-061-18/+26
| * | Increase iterations, provide a baseline for no-op, simplify the overheadDavid Young2020-01-301-4/+10
| * | Temporarily add some code that measures the time to run the simplest possibleDavid Young2020-01-303-0/+75
| * | H5T_copy() constification plus Quincey's contributions.David Young2020-01-2915-194/+480
* | | Merge pull request #2377 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-123-17/+17
|\ \ \
| * | | TRILAB-148 fix sanitizer and -fsanitize usageAllen Byrne2020-02-123-17/+17
|/ / /
* | | Merge pull request #2372 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-111-3/+12
|\ \ \
| * | | Update sanitizer note.Allen Byrne2020-02-111-3/+12
|/ / /
* | | Merge pull request #2357 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:develop to developJake Smith2020-02-101-2/+2
|\ \ \
| * | | Fix improper S3 signing key null check (HDFFV-11015).Jacob Smith2020-02-071-2/+2
| | |/ | |/|
* | | Merge pull request #2366 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2020-02-108-65/+144
|\ \ \
| * | | HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitionsM. Scot Breitenfeld2020-02-108-65/+144
|/ / /
* | | Merge pull request #2361 in HDFFV/hdf5 from ~MYANG6/hdf5-develop:develop to d...Muqun Yang2020-02-072-1/+18
|\ \ \ | |/ / |/| |
| * | HDFFV-11014, fix the h5repack issue that misses a few attributes during the r...Muqun Yang2020-02-072-1/+18
|/ /
* | Merge pull request #2354 in HDFFV/hdf5 from ~DYOUNG/werror:fix_h5ts_private t...David Young2020-02-061-3/+2
|\ \
| * | Oops, the test has to return success in the unimplemented case.David Young2020-02-061-3/+2
* | | Merge pull request #2349 in HDFFV/hdf5 from ~DYOUNG/werror:fix_h5ts_private t...David Young2020-02-061-0/+7
|\ \ \ | |/ /
| * | If H5_HAVE_THREADSAFE is not #defined, define nothing but a stub implementationDavid Young2020-02-051-0/+7
* | | Merge pull request #2346 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2020-02-061-0/+44
|\ \ \ | |/ / |/| |
| * | Merge branch 'develop' of ssh://git@bitbucket.hdfgroup.org:7999/~jhenderson/h...Jordan Henderson2020-02-0511-25/+292
| |\ \ | |/ / |/| |
* | | Merge pull request #2341 in HDFFV/hdf5 from ~DYOUNG/werror:thread_id to developDavid Young2020-02-0511-25/+292
|\ \ \
| * | | src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions.David Young2020-02-032-2/+3
| * | | Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-02-036-19/+20
| * | | Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen'sDavid Young2020-02-032-0/+2
| * | | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-02-039-25/+288
| | * | Add RELEASE.txt note for token refactoring changesJordan Henderson2020-02-051-0/+44
| |/ / |/| |
* | | Merge pull request #2345 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-051-0/+7
|\ \ \
| * | | HDFFV-11012 - add release noteAllen Byrne2020-02-051-0/+7
|/ / /
* | | Merge pull request #2343 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-11012...Allen Byrne2020-02-053-6/+6
|\ \ \
| * | | HDFFV-11012 - add correct fortran include path propertiesAllen Byrne2020-02-043-6/+6
* | | | Merge pull request #2342 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-02-045-0/+392
|\ \ \ \ | |_|/ / |/| | |
| * | | HDFFV-10996 add release noteAllen Byrne2020-02-041-0/+6
| |/ /
| * | HDFFV-10996 - add java vol testsAllen Byrne2020-02-034-0/+386
|/ /
* | Merge pull request #2329 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5MM_const to ...Dana Robinson2020-01-3110-50/+67
|\ \
| * | Minor refactoring to the VFD info free call.Dana Robinson2020-01-311-10/+8
| * | Updated the 'const memory free' changes based on PR feedback.Dana Robinson2020-01-319-45/+27
| * | Added a free wrapper that lets us free constant pointers withoutDana Robinson2020-01-308-25/+62
* | | Merge pull request #2330 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-01-301-0/+6
|\ \ \ | |/ / |/| |
| * | VS2010 needs an underscoreAllen Byrne2020-01-301-0/+6
|/ /
* | Merge pull request #2328 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-01-307-718/+988
|\ \
| * | Cleaned up remaining warnings in high-level library.Dana Robinson2020-01-307-718/+988