summaryrefslogtreecommitdiffstats
path: root/src/H5.c
Commit message (Expand)AuthorAgeFilesLines
* Minimize use of abort() (#4110)Dana Robinson2024-03-101-16/+16
* Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-071-4/+4
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-261-2/+2
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-20/+20
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-32/+32
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-7/+7
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-2/+2
* Fix some warnings in developer builds (#3247)jhendersonHDF2023-07-181-153/+157
* Remove HD from HDis* (e.g., isalpha) (#3212)Dana Robinson2023-06-291-4/+4
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-1/+1
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-3/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-2/+2
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-291-2/+2
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-2/+2
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-39/+36
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-1/+1
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-2/+2
* Remove H5detect and H5make_libsettings (#3104)Dana Robinson2023-06-131-4/+4
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-281-12/+1
* H5F_LIBVER_LATEST changes for move to 1.15 (#2288)Allen Byrne2022-12-211-2/+2
* Removes MPE instrumentation support. (#2245)Dana Robinson2022-11-091-36/+0
* Removes the memory allocation sanity checks feature (#2218)Dana Robinson2022-11-031-47/+6
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Update develop branch version to 1.13.4-1 (#2189)Larry Knox2022-10-261-2/+2
* Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004)Larry Knox2022-08-121-2/+2
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-5/+5
* Fixes a typo in H5.c (#1639)Dana Robinson2022-04-141-1/+1
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-1/+12
* Update version to 1.13.2-1 after 1.13.1 release; add new Makefile.in files t...Larry Knox2022-03-011-2/+2
* Fix release check version logic (#1438)Allen Byrne2022-02-241-10/+9
* Call FUNC_ENTER immediately in H5_init_library (#1287)jhendersonHDF2021-12-131-2/+2
* Make sure plugin interface is initialized before property list interface phas...jhendersonHDF2021-11-231-0/+2
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-133/+172
* VFD plugins (#602)jhendersonHDF2021-09-291-1/+3
* Unsigned comparison to 0 warning avoidance (#869)Larry Knox2021-08-021-3/+4
* Added int variable for comparison with H5_VERS_RELEASE in H5.c to avoid (#866)Larry Knox2021-07-301-1/+3
* Remove version-check for relnum in H5check. (#812)Allen Byrne2021-07-271-90/+151
* Fix several warnings (#747)jhendersonHDF2021-06-161-6/+3
* Removes alternative function enter/leave macro scheme (#678)Dana Robinson2021-05-291-4/+0
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-1/+1
* Fixed clang-tidy readability-redundant-control-flow warnings (#428)Sean McBride2021-03-051-3/+0
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-2/+2
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-17/+31
* Add H5atclose and H5is_library_terminating routines. (#139)Quincey Koziol2020-12-011-8/+117
* Minor cleanups (#132)Quincey Koziol2020-11-261-5/+5
* Enhance API tracing (#120)Quincey Koziol2020-11-261-6/+7
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-0/+1
* First cut of the H5 public API documentation. (#80)Gerd Heber2020-11-181-0/+36
* Clang-format of source filesAllen Byrne2020-09-301-273/+254