summaryrefslogtreecommitdiffstats
path: root/src/H5Odtype.c
Commit message (Expand)AuthorAgeFilesLines
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-69/+70
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-4/+4
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-2/+2
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-24/+0
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-55/+55
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-49/+49
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-4/+4
* Prevent buffer overrun in H5S_select_deserialize (#2931)mattjala2023-05-121-38/+29
* Don't use strnlen when len is not known (#2855)Dana Robinson2023-04-291-15/+41
* H5Odtype.c decode cleanup (#2797)Dana Robinson2023-04-251-85/+234
* Check for size==0 for all datatypes read from disk, not just compound (#2287)Neil Fortner2022-12-081-9/+5
* Compound datatypes may not have members of size 0 (#2243)Egbert Eich2022-12-071-55/+100
* H5O_dtype_decode_helper: Parent of enum needs to have same size as enum itsel...Egbert Eich2022-11-111-0/+2
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-11/+11
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-14/+14
* Snprintf2 (#1399)Sean McBride2022-01-281-18/+20
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-1/+1
* Fix problems with vlens and refs inside compound using H5VLget_file_type() (#...hdf5-1_13_0-rc5Neil Fortner2021-01-221-1/+3
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-683/+636
* Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01Quincey Koziol2020-08-111-2/+5
|\
| * Addition to HDFFV-10591Binh-Minh Ribler2020-08-091-2/+5
* | Correct typos w/HGOTO_DONE & HGOTO_ERRORQuincey Koziol2020-08-101-5/+5
* | Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-061-3/+3
* | Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-86/+84
|/
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* Implement H5VLget_file_type() to return a copy of a datatype with theNeil Fortner2019-11-081-2/+2
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-11/+25
* Add 'blob' callbacks to VOL, along with a native implementation to store themQuincey Koziol2019-10-081-15/+15
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-1/+1
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-4/+4
* Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-7/+7
* Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-4/+5
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-14/+21
|\
| * Fix for HDFFV-10355 (CVE-2017-17506).Dana Robinson2018-02-271-2/+2
| * Changes made based on code reviews.Vailin Choi2018-01-121-0/+2
| * (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-251-11/+16
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-51/+48
|/
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Cleaned up H5Odtype.cDana Robinson2016-12-291-138/+149
* Merge pull request #42 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0179 to dev...Neil Fortner2016-09-231-1/+5
|\
| * Change check for number of dimensions for old-style arrays in datatype decodi...Neil Fortner2016-09-081-1/+5
* | Replace assertion in H5O_dtype_decode_helper for number of array dimensions w...Neil Fortner2016-09-011-1/+2
|/
* [svn-r28138] Add first support for _Bool and make hbool_t a "real" _Bool if a...Jerome Soumagne2015-10-201-1/+1
* [svn-r27768] Description:Quincey Koziol2015-09-141-20/+24
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-8/+8
* [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward projec...Mohamad Chaarawi2014-02-131-4/+4