summaryrefslogtreecommitdiffstats
path: root/src/H5S.c
Commit message (Expand)AuthorAgeFilesLines
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-40/+40
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-86/+86
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-6/+6
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-5/+5
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-1/+1
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-105/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-42/+42
* Prevent buffer overrun in H5S_select_deserialize (#2931)mattjala2023-05-121-2/+3
* Fix new codespell issues (#2521)Mark Kittisopikul2023-03-081-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
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-7/+7
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-2/+2
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-65/+18
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-50/+1
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-0/+21
* Expand ID dec_ref and close callbacks to allow for asynchronous close operati...Quincey Koziol2020-12-011-8/+40
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-13/+13
* Clang-format of source filesAllen Byrne2020-09-301-350/+297
* Updates H5Sset_extent_none() to set H5S_NULLDana Robinson2020-07-281-2/+5
* Minor changes from normalization with 1.10Dana Robinson2020-07-091-322/+323
* Add new H5R API that abstracts object, region and attribute reference typesJerome Soumagne2019-10-081-3/+2
* Update versioning to next major versionAllen Byrne2019-09-251-314/+315
* New hyperslab selection routines and new public selection iterator routines.Quincey Koziol2019-06-161-0/+21
* Fixed a memory issue where unfreed shared attribute dataspace memoryDana Robinson2019-06-111-3/+7
* HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-7/+15
* Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-041-0/+1
* - Added H5MMprivate.h #includes where neededDana Robinson2019-03-161-0/+1
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-1/+1
* Align develop with incoming hyperslab_updates branch changes.Quincey Koziol2019-02-131-270/+121
* Delta reduction against hyperslab_updates branch.Quincey Koziol2019-01-111-8/+7
* H5S adjust callbacks now return an herr_t instead of void.Dana Robinson2018-09-241-2/+2
* Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-7/+7
* Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-041-1/+52
|\
| * * Fixed the error testsDana Robinson2018-05-021-1/+52
* | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-74/+8
|\ \ | |/
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-87/+39
| |\
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-03-181-13/+32
| | |\
| | | * Fix for HDFFV-10355 (CVE-2017-17506).Dana Robinson2018-02-271-2/+2
| | | * Changes made based on code reviews.Vailin Choi2018-01-121-6/+9
| | | * (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-251-6/+6
| | | |\
| | | * | Initial checkin for library version boundsVailin Choi2017-10-031-9/+25
| | | |/
| | * | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-72/+7
| | |/
| | * Added missing casts for the return value of H5I_object_verify().Dana Robinson2017-05-241-1/+1
| | * Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
| * | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-281-2/+1
| |/
* | Needs to sync with lib version and Sencode.M. Scot Breitenfeld2018-03-071-13/+32