summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2318 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-2915-127/+125
|\
| * Reduce differences between my -Werror branch and `develop`:David Young2020-01-2915-127/+125
* | Merge pull request #2320 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-296-73/+67
|\ \
| * | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-01-296-73/+67
| |/
* | Merge pull request #2321 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-291-1/+3
|\ \
| * | testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-01-291-1/+3
| |/
* | Introduce new H5VL _by_value routinesJordan Henderson2020-01-295-25/+227
|/
* Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-281-1/+1
|\
| * fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-01-271-1/+1
* | Replaced my_isnan with C99 isnan in h5diff.Dana Robinson2020-01-241-0/+3
* | Removed H5_DEC_ENUMDana Robinson2020-01-231-7/+0
* | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-232-16/+1
|/
* remove unnecessary stuffkmu2020-01-231-2/+0
* squash cast warning fixkmu2020-01-2311-91/+95
* merge and fix conflictkmu2020-01-23150-3016/+7804
|\
| * Merge pull request #2292 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/prototype to dev...Kimmy Mu2020-01-231-1/+2
| |\
| | * fix missing prototype warningkmu2020-01-211-1/+2
| * | Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to developKimmy Mu2020-01-2343-145/+151
| |\ \
| | * | more cleanupkmu2020-01-231-1/+1
| | * | merge and fixkmu2020-01-2167-1014/+4089
| | |\ \
| | * \ \ merge and fix conflictkmu2020-01-1942-123/+142
| | |\ \ \
| | * \ \ \ merge and fix conflictskmu2020-01-14101-2516/+4199
| | |\ \ \ \
| | * | | | | pick up missing piecekmu2020-01-132-2/+3
| | * | | | | fix unused related warningskmu2020-01-1340-128/+138
| | * | | | | remove unsed var,function,macro, etckmu2019-12-062-16/+2
| * | | | | | Remove irrelevant sentence from comment.Larry Knox2020-01-221-3/+1
| * | | | | | Add v111 version for H5O functions to enable version1 default for HDF5Larry Knox2020-01-211-5/+16
| | |_|_|/ / | |/| | | |
| * | | | | Only 2 versions of H5O_info_t and H5O_iterate_t.Larry Knox2020-01-201-2/+2
| * | | | | H5vers.txt has versions v10 that should be v110 and some missing v110Larry Knox2020-01-191-7/+7
| * | | | | Merge branch 'develop' into stack_size_warningsDana Robinson2020-01-1766-1016/+4104
| |\ \ \ \ \
| | * | | | | Squashed commit of the token_refactoring branch:Dana Robinson2020-01-1666-998/+4065
| | | |_|/ / | | |/| | |
| | * | | | H5R: set app ref when incrementing ref_count on location held by referenceJerome Soumagne2020-01-105-18/+39
| | | |/ / | | |/| |
| * | | | Fixed stack and frame size warnings. Not complete, but fixes most ofDana Robinson2020-01-151-16/+24
| |/ / /
| * | | Merge pull request #2234 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-071-0/+1
| |\ \ \
| | * | | add new type supportkmu2020-01-071-0/+1
| * | | | Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-0627-55/+62
| |\ \ \ \ | | |/ / /
| | * | | address problems from commentskmu2019-12-114-4/+5
| | * | | fix and address commentskmu2019-12-115-7/+15
| | * | | change according to previous commentskmu2019-12-102-4/+3
| | * | | add missing piecekmu2019-12-101-0/+1
| | * | | Merge branch 'develop' into bugfix/intel_warningskmu2019-12-0954-394/+972
| | |\ \ \ | | | |/ /
| | * | | remove unnecessary check macrokmu2019-12-0622-35/+34
| | * | | fix intel compile warningskmu2019-12-0425-48/+47
| * | | | Merge pull request #2228 in HDFFV/hdf5 from minor_improvements_from_token_ref...Quincey Koziol2020-01-0423-150/+191
| |\ \ \ \
| | * | | | Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-0423-150/+191
| * | | | | Fix some places where H5P_DEFAULT gets passed down to a VOL connectorJordan Henderson2020-01-0315-117/+102
| |/ / / /
| * | | | Remove unnecessary H5CX callQuincey Koziol2019-12-211-4/+0
| * | | | Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2019-12-217-54/+255
| * | | | Cleanups from PR reviewsQuincey Koziol2019-12-204-102/+101
| * | | | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-2045-1572/+2861