summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "using a different MACRO"kmu2020-05-2023-72/+70
* using a different MACROkmu2020-05-2023-70/+72
* fix issues from previous PR commentskmu2020-05-2025-39/+43
* fix warnings from Intel compilerkmu2020-05-2027-44/+43
* Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-05-2023-150/+191
* Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-05-2015-117/+102
* Remove unnecessary H5CX callQuincey Koziol2020-05-201-4/+0
* Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2020-05-207-54/+255
* Cleanups from PR reviewsQuincey Koziol2020-05-204-102/+101
* Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-05-2045-1572/+2861
* Fixed bugs in pread/pwrite I/O in VFDs.Dana Robinson2020-05-203-15/+21
* More fixes for previous committed PR #2079 dated Dec 5 2019.Vailin Choi2020-05-201-1/+1
* Modify H5VL initialization routines to initialize all VOL-managed objectNeil Fortner2020-05-2011-2/+153
* Fix 2010 compile issuesAllen Byrne2020-05-202-623/+623
* Minor tweaks noticed while going over VOL documentation.Dana Robinson2020-05-203-6/+6
* Fix compile errors - mostly in jniAllen Byrne2020-05-201-21/+17
* Fix H5VL_token_t type and fix H5VL_loc_by_token to use H5VL_token_t *Jerome Soumagne2020-05-207-33/+35
* Change hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char toDavid Young2020-05-201-2/+6
* Implement support for using H5Dvlen_get_buf_size withNeil Fortner2020-05-203-8/+26
* Two fixes:Vailin Choi2020-05-203-3/+8
* Add H5VL_MAP_OPTIONAL operation id (unused currently).Neil Fortner2020-05-201-1/+2
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2020-05-208-51/+36
* Fix issues with using H5Pget_fill_value() with file datatypes retrievedNeil Fortner2020-05-201-4/+4
* Add support for scalar dataspaces to H5Sproject_intersection. AddNeil Fortner2020-05-202-87/+130
* Add OAPL parameter to H5Rcreate_ APIsJordan Henderson2020-05-203-9/+40
* Fix failing test and retain semantics for chunk cache properties in non-chunk...Chris Hogan2020-05-201-4/+34
* Add two missing calls to H5I_dec_ref for new dapl_idChris Hogan2020-05-201-4/+7
* Community-proposed fixChris Hogan2020-05-202-7/+22
* Fix missing free in H5T__ref_mem_read()Neil Fortner2020-05-201-0/+2
* Fix bugs in H5VL file comparison code. Add short circuit success toNeil Fortner2020-05-203-10/+16
* Implement file comparison VOL callback. Other changes to allowNeil Fortner2020-05-204-31/+152
* H5R: fix H5Tconv to check for null referencesJerome Soumagne2020-05-204-42/+300
* Add support for point selections to H5S_select_project_intersection.Neil Fortner2020-05-201-17/+113
* Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILEJerome Soumagne2020-05-2016-103/+88
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2020-05-2020-79/+53
* Revert "Oops, remove more C99 designated initializers for VS 2010 compatibili...David Young2020-05-202-3/+2
* Move checking for zero offset in selection adjust calls to the selection call...Neil Fortner2020-05-203-87/+100
* Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() withNeil Fortner2020-05-209-60/+210
* Trivial parameter renaming in VOL API calls.Dana Robinson2020-05-204-23/+23
* Oops, remove more C99 designated initializers for VS 2010 compatibility.David Young2020-05-202-2/+3
* Add an #include to get a function declaration.David Young2020-05-201-0/+1
* Don't use C99 designated initializers, they're not compatible withDavid Young2020-05-203-16/+24
* Quiet some more maybe-uninitialized warnings---each is a false positive,David Young2020-05-203-3/+16
* Mention the -Werror= flags in libhdf5.settings.in.David Young2020-05-201-1/+1
* Quiet decleration-after-statement warnings.David Young2020-05-201-1/+1
* Move a statement under some declarations since some vintages of VisualDavid Young2020-05-201-1/+2
* Document H5D__chunk_mem_xfree_wrapper().David Young2020-05-201-0/+5
* Undo my changes to the HD macros, hadn't really intended those to be onDavid Young2020-05-201-7/+7
* Cast to the parameter type, H5VL_token_t *, instead of to unsigned char *.David Young2020-05-201-1/+1
* Change hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char toDavid Young2020-05-201-2/+6