summaryrefslogtreecommitdiffstats
path: root/src/H5Sselect.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent buffer overrun in H5S_select_deserialize (#2956)mattjala2023-05-181-8/+11
* Update Copyright headers. (#2534)Larry Knox2023-03-131-1/+0
* Spelling fixes for codespell (#2038)Dana Robinson2022-08-181-1/+1
* clang 13 format #1933 (#1939)Allen Byrne2022-07-271-15/+15
* [1.12 Merge]Hdf5 1 12 warnings fixes (#1715)jhendersonHDF2022-05-031-49/+29
* Commit codespell spelling corrections.Larry Knox2022-04-071-3/+3
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* Manual sync with develop (#95)Dana Robinson2020-11-171-0/+50
* Source formattedAllen Byrne2020-10-011-521/+493
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-221-19/+19
* Sync with developDana Robinson2020-08-011-20/+29
* Detect when there's the same-shaped selection of a single block of elements onQuincey Koziol2020-06-071-0/+9
* Whitespace cleanupAllen Byrne2020-05-131-1/+1
* Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-081-2/+2
* Modify H5Ssel_iter_get_seq_list() to accept iterators that have reachedNeil Fortner2019-12-091-1/+1
* Merge pull request #2114 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:hdf5-1_12-revert ...Jerome Soumagne2019-12-091-1/+1
|\
| * Revert "Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/...Jerome Soumagne2019-12-091-1/+1
* | Add support for scalar dataspaces to H5Sproject_intersection. AddNeil Fortner2019-12-061-86/+129
|/
* Merge pull request #2099 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:tmp_112_3 to h...Neil Fortner2019-12-061-17/+113
|\
| * Add support for point selections to H5S_select_project_intersection.Neil Fortner2019-12-061-17/+113
* | Move checking for zero offset in selection adjust calls to the selection call...Neil Fortner2019-12-061-24/+4
* | Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() withNeil Fortner2019-12-061-6/+66
|/
* Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-6/+77
* 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
* Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-061-63/+6
|\
| * Move dataspace selection-specific coding to the callbacks as preparation for ...Vailin Choi2019-04-051-63/+6
* | Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-171-10/+10
|\ \ | |/
| * Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-8/+8
* | Core changes to selection code from the hyperslab_updates branch.Quincey Koziol2019-03-161-111/+94
|/
* More changes to align with incoming selection improvements.Quincey Koziol2019-02-141-44/+43
* Align develop with incoming hyperslab_updates branch changes.Quincey Koziol2019-02-131-121/+198
* Delta reduction against hyperslab_updates branch.Quincey Koziol2019-01-111-4/+6
* VOL FEATUREDana Robinson2018-10-101-0/+46
* H5S adjust callbacks now return an herr_t instead of void.Dana Robinson2018-09-241-5/+7
* Merge pull request #1133 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp4:develop t...Binh-Minh Ribler2018-07-141-2/+2
|\
| * Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-2/+2
| * Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_...hdftest2018-06-241-7/+6
| * Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-081-61/+55
| |\
| * | Fix for daily test failures.Vailin Choi2017-12-071-2/+2
| * | Fix for HDFFV-9947 H5SencodeVailin Choi2017-11-281-4/+5
| * | Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
* | | Fix for HDFFV-10333:Vailin Choi2018-07-111-1/+1
| |/ |/|