summaryrefslogtreecommitdiffstats
path: root/src/H5Shyper.c
Commit message (Expand)AuthorAgeFilesLines
* Use appropriate printf format specifiers for haddr_t and hsize_t types direct...jhendersonHDF2022-01-111-28/+22
* Fix usage of several HDfprintf format specifiers after HDfprintf removal (#1324)jhendersonHDF2022-01-041-28/+35
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-10/+10
* Stop lying about H5S_t const-ness (#1209)Dana Robinson2021-11-201-30/+30
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-6/+3
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-301-9/+9
* Fixed all -Wincompatible-pointer-types-discards-qualifiers warnings (#341)Sean McBride2021-02-221-2/+2
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-8/+8
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-3/+3
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-4/+4
* Enhance API tracing (#120)Quincey Koziol2020-11-261-4/+5
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-3/+3
* Removes -Wimplicit-fallthrough=5 from the gcc warningsDana Robinson2020-10-221-1/+8
* Clang-format of source filesAllen Byrne2020-09-301-2738/+2807
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-6/+4
* 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