summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Detect when there's the same-shaped selection of a single block of elements onQuincey Koziol2020-06-072-7/+16
* Merge pull request #2627 in HDFFV/hdf5 from hdf5_1_12_h5do_opt to hdf5_1_12Quincey Koziol2020-06-062-14/+9
|\
| * Add note about H5DOappend() optimization.Quincey Koziol2020-06-051-0/+6
| * Eliminate unneccesary creation of DXPLQuincey Koziol2020-06-051-14/+3
|/
* Merge pull request #2600 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to hdf...Larry Knox2020-05-201-19/+1
|\
| * Update MANIFEST for removal of older warnings files.Larry Knox2020-05-201-19/+1
|/
* Merge pull request #2593 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to hdf...Larry Knox2020-05-1929-337/+99
|\
| * Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warningLarry Knox2020-05-1929-337/+99
|/
* Merge pull request #2583 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-05-162-8/+12
|\
| * Correct mingw pathsAllen Byrne2020-05-152-7/+11
| * Correct mingw pathAllen Byrne2020-05-151-2/+2
|/
* Merge pull request #2572 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-05-13364-5008/+5009
|\
| * Whitespace changesAllen Byrne2020-05-1313-72/+72
| * Whitespace updatesAllen Byrne2020-05-1366-547/+547
| * Whitespace cleanupAllen Byrne2020-05-13104-1240/+1242
| * Whitespace cleanupAllen Byrne2020-05-1348-2020/+2022
| * Whitespace cleanupAllen Byrne2020-05-1219-188/+187
| * Whitespace cleanupAllen Byrne2020-05-122-16/+16
| * Whitespace cleanupAllen Byrne2020-05-128-8/+8
| * Whitespace cleanupAllen Byrne2020-05-1224-314/+312
| * Whitespace cleanupAllen Byrne2020-05-1224-191/+191
| * Whitespace cleanupAllen Byrne2020-05-1221-271/+271
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2020-05-125-71/+273
| |\ | |/ |/|
* | Merge pull request #2575 in HDFFV/hdf5 from ~DYOUNG/werror:fix-thread_id-1_12...Larry Knox2020-05-125-71/+273
|\ \
| * | Complete the comment on thread_main(), explaining why the barrier is used.David Young2020-05-111-1/+9
| * | The first implementation seemed to allow for the possibility that a threadDavid Young2020-05-111-1/+8
| * | Test the right condition for the EBUSY return in pthread_barrier_destroy().David Young2020-05-111-1/+1
| * | s/exit_failure/EXIT_FAILURE/gDavid Young2020-05-111-2/+2
| * | Implement pthread_barrier(3) for Darwin using a counter, condition variable,David Young2020-05-111-0/+123
| * | Use HD prefix.David Young2020-05-111-13/+13
| * | Provide local copies of err(3)- and errx(3)-alike functionsDavid Young2020-05-111-7/+37
| * | Oops, the test has to return success in the unimplemented case.David Young2020-05-111-3/+2
| * | src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions.David Young2020-05-112-2/+3
| * | Remove tongue-in-cheek credit for Rusty Shackleford and Dale Alvin Gribble.David Young2020-05-111-21/+0
| * | Follow HDF5 conventions.David Young2020-05-111-30/+89
| * | Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-05-112-12/+5
| * | Use a naked pthread_self() call in the HDF5 thread wrappers.David Young2020-05-112-6/+2
| * | If H5_HAVE_THREADSAFE is not #defined, define nothing but a stub implementationDavid Young2020-05-111-0/+7
|/ /
| * Whitespace cleanup compared to developAllen Byrne2020-05-0922-67/+67
| * Whitespace cleanup compared to developAllen Byrne2020-05-0913-74/+74
|/
* Merge pull request #2569 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-05-087-14/+18
|\
| * disable pr action and enable fail fastAllen Byrne2020-05-081-3/+3
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2020-05-0816-128/+557
| |\ | |/ |/|
* | Merge pull request #2567 in HDFFV/hdf5 from alloc_0sized_dset_fix_1_12 to hdf...Quincey Koziol2020-05-0816-128/+557
|\ \
| * | Add note to release notes.Quincey Koziol2020-05-071-1/+4
| * | Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 int...Quincey Koziol2020-05-071-1/+1
| |\ \ | |/ / |/| |
| * | Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-05-066-19/+20
| * | Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen'sDavid Young2020-05-062-0/+2
| * | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-05-069-25/+288
| * | Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 int...Quincey Koziol2020-05-069-25/+109
| |\ \