summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| | * | | | Merge pull request #2109 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:pread_bugs to ...Dana Robinson2019-12-173-15/+21
| | |\ \ \ \
| | | * | | | Fixed bugs in pread/pwrite I/O in VFDs.Dana Robinson2019-12-093-15/+21
| | * | | | | Merge pull request #2086 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/refer...Vailin Choi2019-12-161-1/+1
| | |\ \ \ \ \
| | | * | | | | More fixes for previous committed PR #2079 dated Dec 5 2019.Vailin Choi2019-12-061-1/+1
| | | | |_|/ / | | | |/| | |
| | * | | | | Modify H5VL initialization routines to initialize all VOL-managed objectNeil Fortner2019-12-1211-2/+153
| | | |_|_|/ | | |/| | |
| * | | | | fix uninitizlized warningkmu2020-01-211-2/+2
| |/ / / /
| * | | | Fix 2010 compile issuesAllen Byrne2019-12-112-624/+624
| * | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-12-073-6/+6
| |\ \ \ \