summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Don't free builtin MPI_BYTE MPI typeQuincey Koziol2020-08-211-2/+2
* Simplify code to avoid using a boolean to free MPI typesQuincey Koziol2020-08-211-7/+3
* Avoid creating MPI datatypes on ranks with 0 chunks to write'Quincey Koziol2020-08-211-53/+68
* Revert "Merge pull request #2815 in HDFFV/hdf5 from hdf5_1_12_small_chunk_io_...Larry Knox2020-08-201-34/+20
* Only initialize the contiguous or compact I/O info struct when needed.Quincey Koziol2020-08-191-20/+34
* HDFFV-11127 - force RTLD_LOCAL in dlopenAllen Byrne2020-08-121-1/+1
* Fixes minor typos in H5S commentsDana Robinson2020-08-052-3/+3
* Sync with developDana Robinson2020-08-01128-3173/+7640
* Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2020-07-211-0/+4
* Snapshot version 1.12.1-1hdftest2020-07-191-2/+2
* CMake updates:Allen Byrne2020-07-152-8/+44
* Squashed commit of the following:Larry Knox2020-06-211-1/+1
* Reduce overhead for H5open, which is involved in the public symbols like H5T_...Quincey Koziol2020-06-182-5/+32
* Merge remote-tracking branch 'origin/hdf5_1_12' into hdf5_1_12_cache_last_id_...Quincey Koziol2020-06-111-27/+32
|\
| * Merge remote-tracking branch 'origin/hdf5_1_12' into hdf5_1_12_opt_single_sel...Quincey Koziol2020-06-111-4/+4
| |\
| * | 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
| |/ |/|
* | Remove redundant metadata cache tagging from some low-level internal chunk fu...Quincey Koziol2020-06-101-4/+4
|/
* Detect when there's the same-shaped selection of a single block of elements onQuincey Koziol2020-06-071-0/+9
* Whitespace cleanupAllen Byrne2020-05-13104-1240/+1242
* Whitespace cleanupAllen Byrne2020-05-1348-2020/+2022
* src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions.David Young2020-05-111-0/+1
* 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
* Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-05-064-13/+13
* Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-05-066-21/+124
* Avoid allocating a chunk index for datasets with 0-sized dimensions, untilQuincey Koziol2020-05-042-3/+5
* Merge pull request #2528 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to hdf...hdftest2020-04-271-4/+1
|\
| * Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to dev...David Young2020-04-261-4/+1
* | Snapshot version 1.12 release 1 (snap0)hdftest2020-04-271-2/+2
|/
* Merge pull request #2497 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/112_d...Vailin Choi2020-04-141-5/+3
|\
| * Fix according to PR feedback.vchoi2020-04-071-1/+1
| * Fix error in previous merge: should use NULL instead of FAIL.vchoi2020-04-071-4/+2
* | TRILAB-192 - merge changes from developAllen Byrne2020-04-072-7/+3
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2020-04-051-2/+12
|\ \ | |/
| * Merge pull request #2461 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/dtype...Vailin Choi2020-04-021-2/+12
* | TRILAB-192 merging warnings changes from developAllen Byrne2020-03-301-0/+6
|/
* Remove VCS merge conflictQuincey Koziol2020-03-241-6/+0
* Revise API for H5get_alloc_stats() to take a struct instead of separate values.Quincey Koziol2020-03-234-61/+33
* Add routines to query the library's free list sizes and allocation stats.Quincey Koziol2020-03-238-211/+472
* Merge pull request #2451 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/devel...Vailin Choi2020-03-165-5/+23
* Merge pull request #2425 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:hdf5_1_12 to hdf...Jake Smith2020-03-011-2/+2
|\
| * Fix improper signing key null check. (HDFFV-11015)Jacob Smith2020-02-281-2/+2
* | Switch the 'get offset' operation from a dataset 'get' callback to a [native]Quincey Koziol2020-02-285-37/+21
* | Merge pull request #2325 in HDFFV/hdf5 from ~DYOUNG/werror:h5t_copy to developDavid Young2020-02-2515-194/+480
* | Merge pull request #2391 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-02-241-1/+1
|\ \
| * | Merge changes from develop mostly cmake 3.12 minimum versionAllen Byrne2020-02-231-1/+1