summaryrefslogtreecommitdiffstats
path: root/src/H5Shyper.c
Commit message (Expand)AuthorAgeFilesLines
* VFD SWMR: Merges from develop (#1670)Dana Robinson2022-04-211-84/+84
* VFD SWMR: normalization with develop (#1472)Dana Robinson2022-03-061-74/+72
* VFD SWMR: Sync with develop (#811)Dana Robinson2021-06-301-9/+9
* Normalization of dataspace code + reorg of public dataset callsDana Robinson2021-05-071-1/+1
* Brings atom-->ID and other ID-related changes from developDana Robinson2021-05-051-24/+30
* Updates license url and history docsDana Robinson2021-03-251-1/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-2739/+2808
* Minor normalization with 1.10Dana Robinson2020-07-171-20/+19
* Minor changes from normalization with 1.10Dana Robinson2020-07-091-105/+106
* Normalization with hdf5_1_10Dana Robinson2020-06-011-47/+47
* Merge branch 'develop' into bugfix/intel_warningskmu2019-12-091-1/+4
|\
| * Two fixes:Vailin Choi2019-12-051-0/+3
| * Add support for scalar dataspaces to H5Sproject_intersection. AddNeil Fortner2019-12-021-1/+1
* | remove unnecessary check macrokmu2019-12-061-1/+1
* | fix intel compile warningskmu2019-12-041-1/+1
|/
* Move checking for zero offset in selection adjust calls to the selection call...Neil Fortner2019-11-181-22/+33
* Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() withNeil Fortner2019-11-181-48/+9
* Implement public H5Sselect_project_intersection(). Updated internalNeil Fortner2019-11-131-87/+189
* Fix the errors when updating the versions in the new 1.13 develop branch.Vailin Choi2019-09-261-1/+1
* Update versioning to next major versionAllen Byrne2019-09-251-214/+215
* 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
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-10/+10