summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* TRILAB-192 restrict extensive warnings to librariesAllen Byrne2020-03-241-0/+6
* Merge pull request #2445 in HDFFV/hdf5 from alloc_stats to developQuincey Koziol2020-03-238-212/+439
|\
| * Revise API for H5get_alloc_stats() to take a struct instead of separate values.Quincey Koziol2020-03-204-61/+33
| * Merge remote-tracking branch 'origin/develop' into alloc_statsQuincey Koziol2020-03-204-3/+17
| |\
| * \ Merge remote-tracking branch 'origin/develop' into alloc_statsQuincey Koziol2020-03-185-5/+23
| |\ \
| * \ \ Merge remote-tracking branch 'origin/develop' into alloc_statsQuincey Koziol2020-03-121-5/+5
| |\ \ \
| * | | | Add routines to query the library's free list sizes and allocation stats.Quincey Koziol2020-03-108-212/+467
* | | | | Merge pull request #2402 in HDFFV/hdf5 from ~DYOUNG/werror:break-out-warnings...David Young2020-03-231-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Incorporate the H5_ECFLAGS into the library CFLAGS. Now a bunch of errors willDavid Young2020-02-251-1/+1
* | | | | Fix shutdown errors when using the HDF5_VOL_CONNECTOR environmentDana Robinson2020-03-183-2/+16
* | | | | Merge branch 'develop' into develop_minorDana Robinson2020-03-185-5/+23
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #2451 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/devel...Vailin Choi2020-03-165-5/+23
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix issues when deserializing point/all/none selection with version beyond th...Vailin Choi2020-03-135-5/+23
| | | |/ | | |/|
* | | | Very minor comment change in H5VLconnector.h.Dana Robinson2020-03-121-1/+1
|/ / /
* | | Merge pull request #2378 in HDFFV/hdf5 from ~DYOUNG/werror:dont-crash-on-clos...David Young2020-03-121-5/+5
|\ \ \ | |/ / |/| |
| * | Avoid a crash, don't check if we're flushing when the file is closing:David Young2020-02-131-5/+5
* | | Merge pull request #2351 in HDFFV/hdf5 from ~DYOUNG/werror:b-bye-HDpthread_se...David Young2020-03-052-6/+2
|\ \ \
| * | | Use a naked pthread_self() call in the HDF5 thread wrappers.David Young2020-02-062-6/+2
* | | | Fix incorrect FUNC_LEAVE macro (should match FUNC_ENTER_*_TAG).Jacob Smith2020-02-282-3/+3
* | | | Switch the 'get offset' operation from a dataset 'get' callback to a [native]Quincey Koziol2020-02-285-37/+21
| |_|/ |/| |
* | | TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
* | | Merge developJordan Henderson2020-02-21208-6115/+17611
|\ \ \
| * | | Replace the old H5F_DECODE_LENGTH() implementation with one thatDavid Young2020-02-191-1/+1
| * | | Merge pull request #2367 in HDFFV/hdf5 from ~DYOUNG/werror:unused to developDavid Young2020-02-198-23/+53
| |\ \ \
| | * | | H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables andDavid Young2020-02-108-23/+53
| | |/ /
| * | | Merge pull request #2369 in HDFFV/hdf5 from ~DYOUNG/vs2010:develop to developDavid Young2020-02-173-13/+41
| |\ \ \
| | * \ \ Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-02-102-12/+2
| | |\ \ \
| | | * | | Delete unhelpful comment per Jordan's question.David Young2020-02-101-3/+0
| | | * | | Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-02-072-12/+5
| | | |/ /
| | * | | Provide C99/POSIX.1 format strings PRI[doux]{8,16,32,64,MAX,PTR} on systemsDavid Young2020-02-071-1/+39
| | |/ /
| * | | Merge pull request #2325 in HDFFV/hdf5 from ~DYOUNG/werror:h5t_copy to developDavid Young2020-02-1715-194/+480
| |\ \ \ | | |_|/ | |/| |
| | * | H5T_copy() constification plus Quincey's contributions.David Young2020-01-2915-194/+480
| * | | Fix improper S3 signing key null check (HDFFV-11015).Jacob Smith2020-02-071-2/+2
| | |/ | |/|
| * | If H5_HAVE_THREADSAFE is not #defined, define nothing but a stub implementationDavid Young2020-02-051-0/+7
| * | src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions.David Young2020-02-031-0/+1
| * | Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-02-034-13/+13
| * | Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-02-036-21/+124
| * | Merge pull request #2329 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5MM_const to ...Dana Robinson2020-01-3110-50/+67
| |\ \
| | * | Minor refactoring to the VFD info free call.Dana Robinson2020-01-311-10/+8
| | * | Updated the 'const memory free' changes based on PR feedback.Dana Robinson2020-01-319-45/+27
| | * | Added a free wrapper that lets us free constant pointers withoutDana Robinson2020-01-308-25/+62
| * | | VS2010 needs an underscoreAllen Byrne2020-01-301-0/+6
| |/ /
| * | Merge pull request #2318 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-2915-127/+125
| |\ \
| | * | Reduce differences between my -Werror branch and `develop`:David Young2020-01-2915-127/+125
| | |/
| * | Merge pull request #2320 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-296-73/+67
| |\ \
| | * | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-01-296-73/+67
| | |/
| * | Merge pull request #2321 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-291-1/+3
| |\ \
| | * | testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-01-291-1/+3
| | |/
| * | Introduce new H5VL _by_value routinesJordan Henderson2020-01-295-25/+227
| |/
| * Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-281-1/+1
| |\