summaryrefslogtreecommitdiffstats
path: root/src/H5trace.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-071-13/+45
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-4/+4
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-18/+18
* Remove HD from HDis* (e.g., isalpha) (#3212)Dana Robinson2023-06-291-2/+2
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-17/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-1/+1
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-291-1/+1
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-4/+4
* Remove HDva_(arg|copy|end|start) (#3184)Dana Robinson2023-06-281-156/+153
* clang-tidy clang-analyzer-core issues addressed (#3113)Allen Byrne2023-06-131-4/+2
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-1/+1
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-281-0/+25
* H5F_LIBVER_LATEST changes for move to 1.15 (#2288)Allen Byrne2022-12-211-1/+5
* Removes the memory allocation sanity checks feature (#2218)Dana Robinson2022-11-031-12/+0
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Subfiling updates for release (#1963)jhendersonHDF2022-08-041-0/+5
* Onion VFD (#1953)Dana Robinson2022-08-021-0/+3
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-4/+4
* Snprintf2 (#1399)Sean McBride2022-01-281-1/+1
* Use appropriate printf format specifiers for haddr_t and hsize_t types direct...jhendersonHDF2022-01-111-1/+1
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-081-2/+0
* Fix Mirror, HDFS and ROS3 case statements for VFD value in H5trace (#1062)jhendersonHDF2021-09-301-6/+6
* VFD plugins (#602)jhendersonHDF2021-09-291-0/+59
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-34/+54
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-3/+3
* Minor warning fixes in develop (#526)Dana Robinson2021-03-311-22/+25
* Misc warning fixes (#495)Dana Robinson2021-03-241-1/+1
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-1/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-4/+38
* Enhance API tracing (#120)Quincey Koziol2020-11-261-1852/+2090
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-2/+2
* First cut of the H5 public API documentation. (#80)Gerd Heber2020-11-181-0/+1
* Clang-format of source filesAllen Byrne2020-09-301-689/+690
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-44/+44
|\
| * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-1/+1
| * Fixed bad parens in H5trace.cDana Robinson2020-07-311-43/+43
* | Fix fprintf arguments: "%p" expects a `void *` argument.David Young2020-07-071-3/+3
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-10/+10
|/
* Merge remote-tracking branch 'origin/develop' into monotonic_timerQuincey Koziol2020-06-261-617/+1664
|\
| * Update printf pointer syntax and revert fortran to f2003Allen Byrne2020-04-061-106/+106
| * Add routines to query the library's free list sizes and allocation stats.Quincey Koziol2020-03-101-1/+1
| * Switch the 'get offset' operation from a dataset 'get' callback to a [native]Quincey Koziol2020-02-281-3/+3
| * Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-231-1/+1
| * Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-3/+25
| * Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2019-12-211-3/+3
| * Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-201-3/+403
| * Modify H5VL initialization routines to initialize all VOL-managed objectNeil Fortner2019-12-121-0/+6
| * Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2019-11-271-0/+3
| * Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-18/+60