summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LT.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for _Float16 16-bit floating point typeJordan Henderson2024-02-291-1/+12
* Fix memory leak in H5LTopen_file_image when H5LT_FILE_IMAGE_DONT_COPY flag is...jhendersonHDF2024-02-261-18/+67
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-2/+2
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-275/+3
* Remove HD/hbool_t from high-level lib (#3183)Dana Robinson2023-06-281-157/+157
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-9/+7
* Comment cleanup (#2689)Quincey Koziol2023-04-111-74/+0
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-20/+20
* Cleans up some HL library code that inappropriately returns htri_t values cas...Dana Robinson2022-04-181-55/+26
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-081-2/+0
* New references for Dimension Scale APIs (#1139)jhendersonHDF2021-11-051-56/+6
* Modified gcc/clang warning suppression macros to account for some warnings fl...Sean McBride2021-09-161-4/+4
* Fix several warnings (#720)jhendersonHDF2021-09-141-1/+1
* Add high-level set/get for `unsigned long long` attributes. (#973)Alessandro Felder2021-09-081-0/+53
* Fix several warnings (#747)jhendersonHDF2021-06-161-16/+43
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-1/+1
* Update clang config (#473)Quincey Koziol2021-03-171-1/+4
* More warning fixes (#400)Sean McBride2021-03-041-0/+8
* Patches from vtk (#358)Sean McBride2021-02-251-10/+4
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-2265/+2125
* Fix comment formatting due to tabs conversionAllen Byrne2020-09-241-42/+42
* File changes to affect formattingAllen Byrne2020-09-041-75/+75
* Removes staff email addresses from the repositoryDana Robinson2020-08-071-66/+61
* Trim trailing whitespaceQuincey Koziol2020-04-201-134/+134
* Cleaned up remaining warnings in high-level library.Dana Robinson2020-01-301-4/+14
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-2/+2
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-2/+2
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-9/+10
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* [svn-r30285] Description:Quincey Koziol2016-08-131-2/+2
* [svn-r27799] Minor warning fixes in the high-level library.Dana Robinson2015-09-161-7/+7
* [svn-r27468] Merge corrections found elsewhereAllen Byrne2015-08-051-1/+1
* [svn-r26417] Removed compiler warnings from HL. HDF5-237Scot Breitenfeld2015-03-101-4/+15
* [svn-r26294] Fix for HDFFV-9132.Scot Breitenfeld2015-02-241-1/+2
* [svn-r25629] Fix for hdffv-8855.Scot Breitenfeld2014-09-291-2/+21
* [svn-r25614] Fixed HDFFV-8670 Scot Breitenfeld2014-09-241-2/+82
* [svn-r24937] Adds an H5free_memory() function to the library for use withDana Robinson2014-03-311-3/+3
* [svn-r24869] Description:Quincey Koziol2014-03-231-3/+3
* [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree.Dana Robinson2013-10-311-3/+2
* [svn-r24020] Description:Quincey Koziol2013-08-171-1/+0
* [svn-r23860] HDFFV-8322: reduce valgrind memory leaks for ex_image2Allen Byrne2013-07-031-1/+3
* [svn-r23813] Added the HD prefix to the system functions used in the file.Allen Byrne2013-06-241-37/+37
* [svn-r22611] Fixed: HDFFV-8013 H5LTget_attribute_string appears to not close...Scot Breitenfeld2012-07-271-2/+7
* [svn-r22236] Description:Quincey Koziol2012-04-021-1/+1
* [svn-r22219] Description:Quincey Koziol2012-03-311-1/+570
* [svn-r22078] New API: H5ltpath_validScot Breitenfeld2012-03-161-1/+107
* [svn-r21597] Issue 7701 - fix for H5LTdtype_to_text. I made two corrections:...Raymond Lu2011-10-181-85/+87
* [svn-r21571] Revision of the fix for Issue 7701 (H5LTdtype_to_text): I revise...Raymond Lu2011-10-141-89/+88