summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support for independent parallel I/O with selection I/O. AddNeil Fortner2021-09-039-62/+167
* Merge remote-tracking branch 'hdf5_canon/selection_io' into vsio_translateNeil Fortner2021-09-0217-153/+1545
|\
| * Added "ctl" callback to the VFD interfance, and the associatedmainzer2021-08-1617-154/+377
| * Merge pull request #820 from fortnern/vsio_translateNeil Fortner2021-07-2618-413/+1124
| |\
| * \ Merge pull request #624 from fortnern/vsio_translateNeil Fortner2021-05-179-214/+998
| |\ \
| * | | 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
| |\ \ \
| * | | | Added vector read / write support to the MPIO VFD, with associatedmainzer2021-04-204-47/+1223
* | | | | 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-0218-413/+1124
| |_|/ |/| |
* | | 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
|/
* ran code formattermainzer2021-03-155-165/+152
* Added support for vector I/O calls to the VFD layer, andmainzer2021-03-1516-6/+574
* Primary change is HDFFV-11212 - new refs and JNI (#372)Allen Byrne2021-02-251-1/+1
* Patches from vtk (#358)Sean McBride2021-02-256-47/+34
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-23145-436/+436
* Fixed all -Wincompatible-pointer-types-discards-qualifiers warnings (#341)Sean McBride2021-02-227-27/+27
* Fixed HDFFV-11150 (#356)bmribler2021-02-192-3/+4
* Fixed uninitialized warnings (#360)Sean McBride2021-02-1926-150/+151
* Fixed various clang -Wformat-security warnings (#340)Sean McBride2021-02-192-2/+2
* Update license url (#332)Larry Knox2021-02-17504-506/+506
* Fix for HDFFV-11109 - Copy MPI comm and info object into output FAPL from H5F...jhendersonHDF2021-02-172-7/+23
* Check for wrap context before unwrapping file VOL object in H5F__dest (#325)jhendersonHDF2021-02-101-1/+9
* Unwrap file VOL object when destroying file (#308)jhendersonHDF2021-02-061-9/+11
* Fixes bin/trace so it doesn't dirty the repo when autogen runs (#295)Dana Robinson2021-02-032-6/+3
* Update supported platforms (#303)Allen Byrne2021-02-032-8/+7
* Modify VDS code to always open source files with H5F_CLOSE_WEAK close (#291)Neil Fortner2021-01-301-1/+29
* Remove unused AC_REVISION macro from configure.ac (#292)Dana Robinson2021-01-301-1/+2
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-2983-412/+412
* Jan ws changes (#282)Allen Byrne2021-01-2711-108/+114
* Small fixes (#285)Allen Byrne2021-01-271-1/+0
* Add H5ESpublic.h to main hdf5.h header (#278)Quincey Koziol2021-01-231-0/+1
* Fix problems with vlens and refs inside compound using H5VLget_file_type() (#...hdf5-1_13_0-rc5Neil Fortner2021-01-2212-36/+142
* Fixes a wayward parenthesis in H5TS.c (#262)hdf5-1_13_0-rc4Dana Robinson2021-01-201-1/+2
* Improve performance of multiple calls to H5Sget_select_elem_pointlist (#270)Neil Fortner2021-01-202-7/+31
* Fixes naked pthread usage in H5TS code added for async (#260)Dana Robinson2021-01-141-4/+8
* Removes lock/unlock callbacks from ros3 and hdfs VFDs (#258)Dana Robinson2021-01-144-16/+164
* Reclassify CMake messages - HDFFV-11144 (#253)Allen Byrne2021-01-131-2/+2
* Allow read-only VFD registration (#257)Dana Robinson2021-01-134-280/+19
* Keep doxygen comment length under 100 char line length (#247)Allen Byrne2021-01-081-31/+39
* Reformat source (#244)Quincey Koziol2021-01-0719-785/+740
* Fix error is H5Mclose_async. (#240)Neil Fortner2021-01-052-3/+3
* Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229)Dana Robinson2020-12-241-1/+1
* Doxygen: Added more H5P RM entries (#226)bljhdf2020-12-241-40/+1058
* RM blocks for H5R (#219)bmribler2020-12-234-8/+749