summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables andDavid Young2020-02-1014-32/+63
* 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
* | Merge pull request #2326 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2020-01-295-29/+31
|\ \
| * | Small fixes for tools and skip autotools tests for no filterAllen Byrne2020-01-294-29/+28
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-2950-461/+507
| |\ \ | |/ / |/| |
* | | Merge pull request #2323 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-293-47/+76
|\ \ \
| * \ \ Merge branch 'develop' into misckmu2020-01-2995-818/+1325
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2318 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-2926-276/+265
|\ \ \ \
| * | | | Reduce differences between my -Werror branch and `develop`:David Young2020-01-2926-276/+265
* | | | | Merge pull request #2320 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-299-83/+77
|\ \ \ \ \
| * | | | | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-01-299-83/+77
* | | | | | Merge pull request #2321 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-2914-55/+89
|\ \ \ \ \ \
| * | | | | | testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-01-2914-55/+89
| |/ / / / /
| | | * | | fix bad function cast warningkmu2020-01-291-2/+2
| | | * | | initialization discards const warningkmu2020-01-291-7/+7
| | | * | | Merge branch 'develop' into misckmu2020-01-2820-341/+260
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | * | | fix unused function warningkmu2020-01-282-40/+69
| | | | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-2920-248/+165
| | | | |\ \ | |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #2319 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-11011...Allen Byrne2020-01-2921-286/+197
|\ \ \ \ \ \
| * | | | | | HDFFV-11011 - merge include listAllen Byrne2020-01-291-2/+1
| * | | | | | HDFFV-11011 correct issues with target file extensionAllen Byrne2020-01-2821-286/+198
| | | | | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-2917-91/+545
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |