summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-05-201-1/+3
* Introduce new H5VL _by_value routinesJordan Henderson2020-05-205-25/+227
* fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-05-201-1/+1
* Replaced my_isnan with C99 isnan in h5diff.Dana Robinson2020-05-201-0/+3
* Removed H5_DEC_ENUMDana Robinson2020-05-201-7/+0
* Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-05-202-16/+1
* Revert "Moved -Wunsuffixed-float-constants to the developer warnings."Dana Robinson2020-05-202-1/+16
* Moved -Wunsuffixed-float-constants to the developer warnings.Dana Robinson2020-05-202-16/+1
* remove unnecessary stuffkmu2020-05-201-2/+0
* squash cast warning fixkmu2020-05-2011-91/+95
* fix missing prototype warningkmu2020-05-201-1/+2
* more cleanupkmu2020-05-201-1/+1
* pick up missing piecekmu2020-05-202-2/+3
* fix unused related warningskmu2020-05-2040-128/+138
* 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