summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1036 from fortnern/parallel_selection_ioNeil Fortner2021-09-2714-151/+224
|\
| * Fix comments and run formatter.Neil Fortner2021-09-2712-103/+106
| * Implement parallel collective support for selection I/O.Neil Fortner2021-09-247-56/+126
* | Merge pull request #986 from fortnern/parallel_selection_ioNeil Fortner2021-09-169-62/+167
|\ \ | |/
| * Add support for independent parallel I/O with selection I/O. AddNeil Fortner2021-09-039-62/+167
|/
* Merge pull request #951 from fortnern/vsio_translateNeil Fortner2021-09-036-110/+226
|\
| * Merge remote-tracking branch 'hdf5_canon/selection_io' into vsio_translateNeil Fortner2021-09-0220-154/+5604
| |\ | |/ |/|
* | Merge pull request #909 from jrmainzer/selection_iojrmainzer2021-08-2317-154/+377
|\ \
| * | Added "ctl" callback to the VFD interfance, and the associatedmainzer2021-08-1617-154/+377
|/ /
* | Merge pull request #820 from fortnern/vsio_translateNeil Fortner2021-07-2619-416/+2107
|\ \
* \ \ Merge pull request #624 from fortnern/vsio_translateNeil Fortner2021-05-179-214/+998
|\ \ \
* \ \ \ Merge pull request #567 from jrmainzer/selection_iojrmainzer2021-04-266-46/+5273
|\ \ \ \
| * | | | Minor optimization to vector I/O request sort routine.mainzer2021-04-261-1/+1
| * | | | Ran source code formattermainzer2021-04-212-14/+7
| * | | | Merge branch 'selection_io' of https://github.com/jrmainzer/hdf5 into selecti...mainzer2021-04-204-6/+522
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #529 from fortnern/vsio_translateNeil Fortner2021-04-134-8/+524
|\ \ \ \ \
| | * | | | Added vector read / write support to the MPIO VFD, with associatedmainzer2021-04-207-48/+5282
| |/ / / / |/| | | |
| | | | * Implement selection I/O for contiguous datasets. Fix bug in selectionNeil Fortner2021-08-236-110/+226
| | | |/
| | | * Add full API support for selection I/O. Add tests for this.Neil Fortner2021-07-0219-416/+2107
| | |/
| | * Fix formatting unrelated to previous change to stop github fromNeil Fortner2021-05-041-4/+4
| | * Add selection I/O to chunk code, used when: not using chunk cache, noNeil Fortner2021-05-0410-218/+1002
| |/
| * Fix commentsNeil Fortner2021-04-131-6/+2
| * Format sourceNeil Fortner2021-03-312-90/+94
| * Add H5FD_read_selection() and H5FD_write_selection(). Currently onlyNeil Fortner2021-03-304-8/+524
|/
* Merge pull request #471 from jrmainzer/selection_iojrmainzer2021-03-1617-0/+1607
|\
| * ran code formattermainzer2021-03-156-571/+471
| * Added support for vector I/O calls to the VFD layer, andmainzer2021-03-1517-6/+1713
|/
* #386 copyright corrections for java folder (#389)Allen Byrne2021-02-26195-276/+95
* Primary change is HDFFV-11212 - new refs and JNI (#372)Allen Byrne2021-02-25123-1272/+2643
* Patches from vtk (#358)Sean McBride2021-02-2520-85/+71
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-23201-587/+587
* Fixed all -Wincompatible-pointer-types-discards-qualifiers warnings (#341)Sean McBride2021-02-2210-32/+34
* Fixed HDFFV-11150 (#356)bmribler2021-02-192-3/+4
* Fix undefined left shifting of negative numbers (#338)Sean McBride2021-02-191-2/+2
* Fixed uninitialized warnings (#360)Sean McBride2021-02-1930-155/+156
* Fixed various clang -Wformat-security warnings (#340)Sean McBride2021-02-193-4/+4
* Update license url part2 (#333)Larry Knox2021-02-17994-1003/+1003
* Update license url (#332)Larry Knox2021-02-17708-710/+710
* Fix for HDFFV-11109 - Copy MPI comm and info object into output FAPL from H5F...jhendersonHDF2021-02-176-7/+224
* Fix clang unknown pragma warnings (#337)Sean2021-02-153-3/+12
* Fix cmake syntax error with regex escaping (#336)Sean2021-02-151-1/+1
* Detect correct long double size with universal binaires (#335)Sean2021-02-151-4/+19
* Check for wrap context before unwrapping file VOL object in H5F__dest (#325)jhendersonHDF2021-02-101-1/+9
* Add option to control gcc 10 warnings diagnostics (#321)Allen Byrne2021-02-088-0/+121
* Remove prohibition against building Universal Binaries on macOS (#318)Sean2021-02-083-18/+7
* Unwrap file VOL object when destroying file (#308)jhendersonHDF2021-02-061-9/+11
* Changes for sanitize=address (#312)Allen Byrne2021-02-053-3/+3
* Fix DS examples (#307)Scot Breitenfeld2021-02-042-2/+5
* Ensure processes always synchronize in t_shapesame test setup (#306)jhendersonHDF2021-02-031-16/+6
* Fixes bin/trace so it doesn't dirty the repo when autogen runs (#295)Dana Robinson2021-02-033-7/+4