summaryrefslogtreecommitdiffstats
path: root/src/H5Sselect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-04-291-6/+4
|\ \
| * | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
| |/
* | Further minor cleanupsQuincey Koziol2017-03-281-34/+30
* | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-281-33/+31
|/
* [svn-r30189] Description:Quincey Koziol2016-07-181-29/+82
* [svn-r27946] Brought VDS branch in sync with trunk (up to r27945).Dana Robinson2015-10-041-11/+19
|\
| * [svn-r27939] Remove H5D__iterate and use H5S_select_iterate directlyJerome Soumagne2015-10-021-11/+19
| * [svn-r27851] Description:Quincey Koziol2015-09-221-2/+7
* | [svn-r27850] Description:Quincey Koziol2015-09-221-1/+1
|\ \ | |/
| * [svn-r27849] Description:Quincey Koziol2015-09-221-1/+1
* | [svn-r27848] Description:Quincey Koziol2015-09-221-1/+1
* | [svn-r27835] Description:Quincey Koziol2015-09-211-26/+26
|\ \ | |/
| * [svn-r27768] Description:Quincey Koziol2015-09-141-24/+24
* | [svn-r27701] RM offset initialization that is no longer necessary with the re...Neil Fortner2015-09-081-4/+0
* | [svn-r27632] Description:Quincey Koziol2015-08-311-14/+11
* | [svn-r27538] Add tests to cover remaining code coverage assertions in src dir...Neil Fortner2015-08-201-1/+0
* | [svn-r27479] Add checking for invalid inputs to H5Dset_virtual: point selecti...Neil Fortner2015-08-071-4/+49
* | [svn-r27450] Add descriptions for all non-public functions.Neil Fortner2015-07-311-6/+19
* | [svn-r27246] Remove "clipped" status from unlimited selections, decoupling th...Neil Fortner2015-06-181-6/+0
* | [svn-r27153] Implement fill value support for VDS.Neil Fortner2015-06-051-0/+89
* | [svn-r27103] Merge revisions 26780 through 27102 from trunk to vds branch.Neil Fortner2015-05-211-2/+2
|\ \ | |/
| * [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-orderedDana Robinson2015-05-101-2/+2
* | [svn-r26962] Add support for unlimited selections to VDS code.Neil Fortner2015-04-291-1/+39