summaryrefslogtreecommitdiffstats
path: root/src/H5Shyper.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-071-2/+2
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-278/+277
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-320/+329
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-15/+15
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-36/+36
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-9/+9
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-58/+0
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-49/+49
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-429/+429
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-14/+14
* Prevent buffer overrun in H5S_select_deserialize (#2931)mattjala2023-05-121-16/+64
* Addressed various Doxygen grammar issues. (#2524)Scot Breitenfeld2023-03-131-1/+1
* H5F_LIBVER_LATEST changes for move to 1.15 (#2288)Allen Byrne2022-12-211-0/+1
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Cleans final production mode warnings from H5Shyper.c (#2163)Dana Robinson2022-10-141-160/+226
* Fixed an issue that could occur when combining hyperslab selections (#2122)Neil Fortner2022-09-271-2/+2
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-57/+57
* Fixes for production mode gcc warnings (#1873)Dana Robinson2022-07-111-6/+10
* Quiets const warnings (#1831)Dana Robinson2022-06-291-1/+1
* Fix some const cast and stack/static object size warnings (#1700)jhendersonHDF2022-05-011-5/+4
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-84/+84
* Use appropriate printf format specifiers for haddr_t and hsize_t types direct...jhendersonHDF2022-01-111-28/+22
* Fix usage of several HDfprintf format specifiers after HDfprintf removal (#1324)jhendersonHDF2022-01-041-28/+35
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-10/+10
* Stop lying about H5S_t const-ness (#1209)Dana Robinson2021-11-201-30/+30
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-6/+3
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-301-9/+9
* Fixed all -Wincompatible-pointer-types-discards-qualifiers warnings (#341)Sean McBride2021-02-221-2/+2
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-8/+8
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-3/+3
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-4/+4
* Enhance API tracing (#120)Quincey Koziol2020-11-261-4/+5
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-3/+3
* Removes -Wimplicit-fallthrough=5 from the gcc warningsDana Robinson2020-10-221-1/+8
* Clang-format of source filesAllen Byrne2020-09-301-2738/+2807
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-6/+4
* Minor normalization with 1.10Dana Robinson2020-07-171-20/+19
* Minor changes from normalization with 1.10Dana Robinson2020-07-091-105/+106
* Normalization with hdf5_1_10Dana Robinson2020-06-011-47/+47
* Merge branch 'develop' into bugfix/intel_warningskmu2019-12-091-1/+4
|\
| * Two fixes:Vailin Choi2019-12-051-0/+3
| * Add support for scalar dataspaces to H5Sproject_intersection. AddNeil Fortner2019-12-021-1/+1
* | remove unnecessary check macrokmu2019-12-061-1/+1
* | fix intel compile warningskmu2019-12-041-1/+1
|/
* Move checking for zero offset in selection adjust calls to the selection call...Neil Fortner2019-11-181-22/+33
* Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() withNeil Fortner2019-11-181-48/+9
* Implement public H5Sselect_project_intersection(). Updated internalNeil Fortner2019-11-131-87/+189
* Fix the errors when updating the versions in the new 1.13 develop branch.Vailin Choi2019-09-261-1/+1