summaryrefslogtreecommitdiffstats
path: root/src/H5Eint.c
Commit message (Expand)AuthorAgeFilesLines
* Remove lint comments (#4107)Dana Robinson2024-03-101-4/+2
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-6/+6
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-9/+9
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-8/+8
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-10/+10
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-1/+1
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-41/+0
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-2/+2
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-26/+24
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-25/+25
* Remove HDva_(arg|copy|end|start) (#3184)Dana Robinson2023-06-281-2/+2
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-14/+14
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-3/+3
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-2/+1
* Fix several warnings (#720)jhendersonHDF2021-09-141-1/+1
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-9/+11
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-2/+2
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-7/+7
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-7/+7
* Clang-format of source filesAllen Byrne2020-09-301-206/+182
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-3/+2
|\
| * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-1/+1
| * Minor normalization with 1.10 branchDana Robinson2020-07-271-2/+1
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-31/+0
|/
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* 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-031-2/+2
* Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-02-031-6/+2
* Added a free wrapper that lets us free constant pointers withoutDana Robinson2020-01-301-4/+4
* Assign NULL to func_name/file_name/desc error entry pointers when clearing er...Jordan Henderson2019-05-171-3/+3
* Merge branch 'develop' into c_stdlib_posix_call_cleanupDana Robinson2019-02-191-19/+17
|\
| * Fixed HDFFV-10684Binh-Minh Ribler2019-01-201-19/+17
* | C and POSIX call cleanupDana Robinson2019-01-111-4/+4
|/
* Develop normalization with vol_integration.Dana Robinson2018-09-191-174/+174
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-6/+7
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* [svn-r29842] Description:Quincey Koziol2016-04-301-0/+3
* [svn-r28769] Description:Quincey Koziol2016-01-031-0/+5
* [svn-r27768] Description:Quincey Koziol2015-09-141-26/+2
* [svn-r27185] fix more instances where both mpi is_initialized and is_finalize...Mohamad Chaarawi2015-06-101-4/+8
* [svn-r26635] Description:Quincey Koziol2015-03-281-15/+1
* [svn-r22921] Description:Quincey Koziol2012-10-181-0/+4
* [svn-r22646] Description:Quincey Koziol2012-08-081-2/+8
* [svn-r21919] Description:Quincey Koziol2012-02-091-15/+14
* [svn-r20885] Description:Quincey Koziol2011-05-201-2/+4
* [svn-r19539] Bug 1707 - I added some comments.Raymond Lu2010-10-071-2/+2
* [svn-r19533] Bug 1707 - an update according to Neil's suggestion. I took out...Raymond Lu2010-10-071-4/+6
* [svn-r19457] Bug fix for 1707 - H5Eset_auto causes a seg fault when an applic...Raymond Lu2010-09-211-4/+4