summaryrefslogtreecommitdiffstats
path: root/src/H5Sselect.c
Commit message (Expand)AuthorAgeFilesLines
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-59/+59
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-124/+125
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-11/+11
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-11/+11
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-3/+3
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-18/+0
* Remove some "Programmer" comments (#3209)Dana Robinson2023-06-291-3/+1
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-97/+97
* Prevent buffer overrun in H5S_select_deserialize (#2931)mattjala2023-05-121-8/+11
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-281-12/+89
* Remove dead code hidden behind #ifdef LATER (#2686)Dana Robinson2023-04-101-132/+0
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Multi Dataset (#2120)Neil Fortner2022-10-191-1/+1
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-15/+15
* Address some warnings from casting away of const (#1684)jhendersonHDF2022-04-261-34/+16
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-3/+3
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-3/+3
* Stop lying about H5S_t const-ness (#1209)Dana Robinson2021-11-201-15/+13
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Expand ID dec_ref and close callbacks to allow for asynchronous close operati...Quincey Koziol2020-12-011-0/+31
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-7/+7
* Enhance API tracing (#120)Quincey Koziol2020-11-261-5/+5
* Clang-format of source filesAllen Byrne2020-09-301-529/+501
* Free selection type-specific info when resetting selection iteratorsJordan Henderson2020-09-231-0/+4
* Add H5Ssel_iter_init API call to reset a selection iteratorJordan Henderson2020-09-181-0/+46
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-19/+19
* Minor normalization with 1.10Dana Robinson2020-07-171-1/+1
* Minor changes from normalization with 1.10Dana Robinson2020-07-091-3/+4
* Detect when there's the same-shaped selection of a single block of elements onQuincey Koziol2020-06-051-0/+9
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* Fixed stack and frame size warnings. Not complete, but fixes most ofDana Robinson2020-01-151-16/+24
* address problems from commentskmu2019-12-111-2/+2
* Add support for scalar dataspaces to H5Sproject_intersection. AddNeil Fortner2019-12-021-86/+129
* Merge pull request #2050 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:point_spi to d...Neil Fortner2019-11-271-17/+113
|\
| * Add support for point selections to H5S_select_project_intersection.Neil Fortner2019-11-271-17/+113
* | Merge pull request #2045 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:select_adjust ...Neil Fortner2019-11-261-18/+58
|\ \
| * | Move checking for zero offset in selection adjust calls to the selection call...Neil Fortner2019-11-181-24/+4
| * | Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() withNeil Fortner2019-11-181-6/+66
| |/
* | Modify H5Ssel_iter_get_seq_list() to accept iterators that have reachedNeil Fortner2019-11-151-1/+1
|/
* Implement public H5Sselect_project_intersection(). Updated internalNeil Fortner2019-11-131-5/+76
* Added public H5Sselect_adjust_u and H5Shyper_adjust_s calls.Dana Robinson2019-08-151-0/+39
* Fix return type for H5Sselect_intersect_block().Quincey Koziol2019-07-311-1/+1
* Updated H5TRACE macro.Quincey Koziol2019-07-301-0/+1
* Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, alongQuincey Koziol2019-07-301-2/+166
* Fix minor typo in H5S_select_iter_releaseJordan Henderson2019-06-191-1/+1
* Add H5S_SEL_ITER_SHARE_WITH_DATASPACE selection iterator creation flag, toQuincey Koziol2019-06-171-1/+2
* Fix misc. typos, etc. from code reviewQuincey Koziol2019-06-171-2/+2
* New hyperslab selection routines and new public selection iterator routines.Quincey Koziol2019-06-161-0/+216
* Refactor H5S__hyper_project_intersection to operate directly on spanNeil Fortner2019-06-011-4/+7