summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove unsed var,function,macro, etckmu2020-05-202-5/+2
* fix uninitizlized warningkmu2020-05-201-2/+2
* Remove irrelevant sentence from comment.Larry Knox2020-05-201-3/+1
* Add v111 version for H5O functions to enable version1 default for HDF5Larry Knox2020-05-201-5/+16
* Only 2 versions of H5O_info_t and H5O_iterate_t.Larry Knox2020-05-201-2/+2
* H5vers.txt has versions v10 that should be v110 and some missing v110Larry Knox2020-05-201-7/+7
* Fixed stack and frame size warnings. Not complete, but fixes most ofDana Robinson2020-05-201-16/+24
* Squashed commit of the token_refactoring branch:Dana Robinson2020-05-2066-996/+4062
* H5R: set app ref when incrementing ref_count on location held by referenceJerome Soumagne2020-05-205-18/+39
* add new type supportkmu2020-05-201-0/+1
* address problems from commentskmu2020-05-204-4/+5
* fix and address commentskmu2020-05-205-7/+15
* change according to previous commentskmu2020-05-202-4/+3
* add missing piecekmu2020-05-201-0/+1
* remove unnecessary check macrokmu2020-05-2022-35/+34
* fix intel compile warningskmu2020-05-2025-48/+47
* Revert "fix warnings from Intel compiler"kmu2020-05-2027-43/+44
* Revert "fix issues from previous PR comments"kmu2020-05-2025-43/+39
* 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