summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright headers. (#2534)Larry Knox2023-03-131-1/+0
* Minor change to H5private.h to bring in line with develop (#2391)Dana Robinson2023-01-051-20/+5
* Spelling fixes for codespell (#2038)Dana Robinson2022-08-181-1/+1
* Merge UG from 1.10 and add prelim vol section (#1980)Allen Byrne2022-08-091-1/+1
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-5/+5
* Merge branch 'spelling-corrections' of https://github.com/lrknox/hdf5 into lr...Larry Knox2022-04-071-1/+1
|\
| * Commit codespell spelling corrections.Larry Knox2022-04-071-1/+1
* | 1.12: Brings 1.12 compiler options in line with develop (#1611)Dana Robinson2022-04-071-2/+2
|/
* Misc fixes from develop nov21 - feb22 (#1580)Larry Knox2022-04-051-1/+1
* Hdf5 1 12 parallel compression merge (#1529)jhendersonHDF2022-03-281-0/+30
* Hdf5 1 12 merges (#1528)jhendersonHDF2022-03-251-3/+16
* Merge Mingw fixes from develop (#1477)Baljak2022-03-101-5/+4
* 1 12 Remove const from the argv tools/tests main sig. #1390 (#1404)Allen Byrne2022-01-291-2/+3
* 1.12 TRILAB-266: Remove clang warnings. (#1193)H. Joe Lee2021-11-131-2/+2
* 1.12 Tools merges from develop (#949)Allen Byrne2021-08-231-399/+473
* Merge windows compiler fixes #912 (#948)Allen Byrne2021-08-211-0/+3
* Reverts PR 906 and 907 due to binary compatibility issues (#918)Dana Robinson2021-08-171-68/+60
* Merge3 839 hdf5 1 12 (#907)Larry Knox2021-08-131-10/+60
* Merge2 839 issue PRs to hdf5 1 12 (#906)Larry Knox2021-08-131-53/+11
* Merge1 issue 839 PRs to hdf5 1 12 (#904)Larry Knox2021-08-121-236/+6
* Merge PRs in issue #642 to hdf5_1_12 (#643)Larry Knox2021-05-151-1/+0
* Brings the thread-safety recursive writer locks to 1.12 (#466)Dana Robinson2021-05-141-5/+13
* Hdf5 1 12 fix fortran DEPENDS and revert pubconf (#609)Allen Byrne2021-04-301-12/+3
* Hdf5 merge issue 486 v112 (#489)Larry Knox2021-03-241-17/+0
* Hdf5 merge issue 435 (#460)Larry Knox2021-03-101-5/+7
* 1 12 merges from develop (#412)Allen Byrne2021-03-031-17/+3
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* 1 12 Whitespace changes after clang-format run (#288)Allen Byrne2021-01-291-38/+38
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-301-38/+38
* Merge available RM doxygen from develop to hdf5 1 12 (#131)Larry Knox2020-11-261-2/+0
* Manual sync with develop (#95)Dana Robinson2020-11-171-0/+4
* Merge changes from developAllen Byrne2020-10-081-7/+11
* Source formattedAllen Byrne2020-10-011-1298/+1330
* Add clang-format changes from develop.Allen Byrne2020-09-281-1/+1
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-221-1/+4
* Sync with developDana Robinson2020-08-011-52/+135
* Reduce overhead for H5open, which is involved in the public symbols like H5T_...Quincey Koziol2020-06-181-2/+27
* Make sure that H5TS_thread_id() is available as either a function or a macro inDavid Young2020-05-111-3/+5
* Use a naked pthread_self() call in the HDF5 thread wrappers.David Young2020-05-111-4/+0
* Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-05-061-5/+0
* Merge changes from develop to fix various issuesAllen Byrne2020-01-301-0/+3
* Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-281-1/+1
* prototype issuekmu2020-01-281-1/+1
* Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to developKimmy Mu2020-01-281-10/+17
* For portability, insulate the HDF5 library from some system macros.David Young2019-12-191-1/+18
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-161-7/+0
* HDFFV-10876 Merge from developAllen Byrne2019-12-091-21/+17
* Revert "Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/...Jerome Soumagne2019-12-091-19/+2
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-2/+19
* Fixed the H5_set_bigio_count prototype by adding a missing input argument.Richard Warren2019-10-231-1/+1