summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Larry Knox2020-06-2114-65/+638
* Merge pull request #2652 in HDFFV/hdf5 from hdf5_1_12_opt_h5open_overhead to ...Quincey Koziol2020-06-193-5/+37
|\
| * Add info to release notes.Quincey Koziol2020-06-181-0/+5
| * Reduce overhead for H5open, which is involved in the public symbols like H5T_...Quincey Koziol2020-06-182-5/+32
|/
* Merge pull request #2644 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/112_H...Vailin Choi2020-06-153-6/+23
|\
| * Merge pull request #2643 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2020-06-113-6/+23
|/
* Merge pull request #2642 in HDFFV/hdf5 from hdf5_1_12_cache_last_id_info to h...Quincey Koziol2020-06-112-2/+27
|\
| * Update release notes for last ID caching.Quincey Koziol2020-06-111-0/+5
| * Merge remote-tracking branch 'origin/hdf5_1_12' into hdf5_1_12_cache_last_id_...Quincey Koziol2020-06-112-28/+39
| |\ | |/ |/|
* | Merge pull request #2640 in HDFFV/hdf5 from hdf5_1_12_opt_single_selection_io...Quincey Koziol2020-06-112-28/+39
|\ \
| * | Add info to release notes about improvement for single element I/O.Quincey Koziol2020-06-111-1/+7
| * | Merge remote-tracking branch 'origin/hdf5_1_12' into hdf5_1_12_opt_single_sel...Quincey Koziol2020-06-112-4/+9
| |\ \ | |/ / |/| |
| * | Eliminate allocating file & memory offset & length arrays when performing I/O...Quincey Koziol2020-06-101-27/+32
| | * Remember the info for the last ID looked up for a given ID type.Quincey Koziol2020-06-111-2/+22
| |/ |/|
* | Merge pull request #2638 in HDFFV/hdf5 from hdf5_1_12_remove_redundant_chunk_...Quincey Koziol2020-06-112-4/+9
|\ \ | |/ |/|
| * Add info to release notes about improvement to metdata cache tagging for chun...Quincey Koziol2020-06-101-0/+5
| * Remove redundant metadata cache tagging from some low-level internal chunk fu...Quincey Koziol2020-06-101-4/+4
|/
* Merge pull request #2628 in HDFFV/hdf5 from hdf5_1_12_tiny_shape_same_opt to ...Quincey Koziol2020-06-083-7/+21
|\
| * Add info about optimization to release notesQuincey Koziol2020-06-071-0/+5
| * 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