summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Partial fix for HDFFV-10792Jordan Henderson2020-02-211-4/+45
|/ /
* | Merge pull request #2338 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_12 to hdf...Jordan Henderson2020-02-1715-117/+102
|\ \
| * | Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-02-0115-117/+102
* | | Squashed commit of the following:David Young2020-01-3122-201/+195
|/ /
* | Merge pull request #2331 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_...Allen Byrne2020-01-312-0/+9
|\ \
| * | Merge changes from develop to fix various issuesAllen Byrne2020-01-302-0/+9
* | | Introduce new H5VL _by_value routinesJordan Henderson2020-01-295-25/+227
|/ /
* | Merge pull request #2324 in HDFFV/hdf5 from ~KMU/hdf5:hdf5_1_12 to hdf5_1_12Kimmy Mu2020-01-2954-241/+250
|\ \
| * | Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-281-1/+1
| * | prototype issuekmu2020-01-281-1/+1