summaryrefslogtreecommitdiffstats
path: root/src/H5Shyper.c
Commit message (Expand)AuthorAgeFilesLines
* Commit codespell spelling corrections.Larry Knox2022-04-071-10/+10
* Hdf5 1 12 merges (#1528)jhendersonHDF2022-03-251-28/+29
* 1 12 Merges from develop (#421)Allen Byrne2021-03-041-8/+8
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
* 1 12 Whitespace changes after clang-format run (#288)Allen Byrne2021-01-291-3/+3
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-301-3/+3
* Manual sync with develop (#95)Dana Robinson2020-11-171-1/+8
* Source formattedAllen Byrne2020-10-011-2737/+2806
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-221-6/+4
* Sync with developDana Robinson2020-08-011-172/+172
* Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-081-1/+1
* Merge pull request #2114 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:hdf5-1_12-revert ...Jerome Soumagne2019-12-091-1/+0
|\
| * Revert "Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/...Jerome Soumagne2019-12-091-1/+0
* | Add support for scalar dataspaces to H5Sproject_intersection. AddNeil Fortner2019-12-061-1/+1
|/
* Move checking for zero offset in selection adjust calls to the selection call...Neil Fortner2019-12-061-22/+33
* Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() withNeil Fortner2019-12-061-48/+9
* Merge branch 'hdf5_1_12' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 int...Richard Warren2019-12-061-0/+3
|\
| * Implement public H5Sselect_project_intersection(). Updated internalNeil Fortner2019-12-061-87/+189
| * Verify the decoded version for hyperslab selection.Vailin Choi2019-12-051-0/+3
* | Merged HDFFV-10929_2GB_testing to hdf5_1_12Richard Warren2019-12-061-87/+190
|/
* More whitespace synchingAllen Byrne2019-10-021-214/+214
* Added public H5Sselect_adjust_u and H5Shyper_adjust_s calls.Dana Robinson2019-08-151-0/+41
* Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, alongQuincey Koziol2019-07-301-64/+50
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-0/+8
* Merge pull request #1747 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vds_memory_bug...Dana Robinson2019-06-181-6/+10
|\
| * Reset the other convenience pointer because why noDana Robinson2019-06-181-6/+7
| * Fixed a memory bug where a pointer is used after it's been freed.Dana Robinson2019-06-181-6/+9
* | Add H5S_SEL_ITER_SHARE_WITH_DATASPACE selection iterator creation flag, toQuincey Koziol2019-06-171-2/+9
* | Fix misc. typos, etc. from code reviewQuincey Koziol2019-06-171-18/+18
* | New hyperslab selection routines and new public selection iterator routines.Quincey Koziol2019-06-161-5/+304
|/
* Minor fixes/improvements for VDS performance improvement (HDFFV-10693).Neil Fortner2019-06-031-15/+17
* Refactor H5S__hyper_project_intersection to operate directly on spanNeil Fortner2019-06-011-335/+716
* Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-291-214/+658
|\
| * HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-061-207/+673
* | Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-061-20/+65
|\ \ | |/
| * Merge pull request #1644 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-04-061-0/+1
| |\
| | * Fix for HDFFV-10271 hyperslab encoding incorrect length.Vailin Choi2019-04-051-0/+1
| * | Move dataspace selection-specific coding to the callbacks as preparation for ...Vailin Choi2019-04-051-20/+64
| |/
* | Clean up if-else chain.Quincey Koziol2019-03-201-26/+24
* | Remove thread-local copy of hyperslab operation generation value.Quincey Koziol2019-03-191-85/+4
* | Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-171-24/+25
|\ \ | |/
| * - 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-10/+10
* | Core changes to selection code from the hyperslab_updates branch.Quincey Koziol2019-03-161-1928/+3735
|/
* More changes to align with incoming selection improvements.Quincey Koziol2019-02-141-2458/+1330
* Align develop with incoming hyperslab_updates branch changes.Quincey Koziol2019-02-131-173/+181
* Delta reduction against hyperslab_updates branch.Quincey Koziol2019-01-111-111/+99
* H5S adjust callbacks now return an herr_t instead of void.Dana Robinson2018-09-241-4/+4
* Removed white spaceBinh-Minh Ribler2018-07-171-1/+2
* Fixed HDFFV-10476, HDFFV-10478, HDFFV-10480Binh-Minh Ribler2018-07-171-2/+3