summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug fix to allow pass-through VOL connectors to set DXPL properties (like req...Quincey Koziol2020-09-032-15/+13
* Merge pull request #2861 in HDFFV/hdf5 from hdf5_1_12_remove_unneeded_tagging...Quincey Koziol2020-08-287-47/+47
|\
| * Remove redundant calls to set the metadata cache tagQuincey Koziol2020-08-277-47/+47
* | Adds HDFS VFD stubs to prevent binary compatibility problemsDana Robinson2020-08-272-13/+72
|/
* Minor fixes to align w/state of 1.12 codeQuincey Koziol2020-08-222-11/+10
* Correct typos w/HGOTO_DONE & HGOTO_ERRORQuincey Koziol2020-08-227-50/+47
* Move H5T_vlen_reclaim to package scopeQuincey Koziol2020-08-224-6/+6
* Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-2237-153/+201
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-22344-9947/+6657
* Simplify default use of MPI_BYTEQuincey Koziol2020-08-211-8/+3
* 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
|/