summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| | | * merge and fixkmu2020-01-2140-1992/+7403
| | | |\
| | | * \ merge and fix conflictkmu2020-01-1912-39/+118
| | | |\ \
| | | * \ \ merge and fix conflictskmu2020-01-1426-1091/+1278
| | | |\ \ \
| | | * | | | fix unused related warningskmu2020-01-1311-61/+107
| | | * | | | removed unused parameterkmu2019-12-111-1/+1
| | | * | | | more fix and address commentskmu2019-12-091-12/+3
| | | * | | | remove unsed var,function,macro, etckmu2019-12-064-55/+20
| | * | | | | Fixed yet another small issue in test/efc.c.Dana Robinson2020-01-211-6/+6
| | | |_|_|/ | | |/| | |
| | * | | | PATH_MAX fix in efc test for Windows.Dana Robinson2020-01-201-0/+5
| | * | | | Merge branch 'develop' into stack_size_warningsDana Robinson2020-01-1735-1535/+6520
| | |\ \ \ \
| | | * | | | Squashed commit of the token_refactoring branch:Dana Robinson2020-01-1633-1534/+6434
| | | | |_|/ | | | |/| |
| | | * | | Merge pull request #2237 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:HDFFV-10992-fix t...Jerome Soumagne2020-01-151-0/+83
| | | |\ \ \
| | | | * | | Add test for reference shutdown issueJerome Soumagne2020-01-151-0/+83
| | | * | | | HDFFV-11001 Add fine control over testingAllen Byrne2020-01-152-2/+4
| | | | |_|/ | | | |/| |
| | * | | | Tidying from code review.Dana Robinson2020-01-161-6/+20
| | * | | | Fixed stack and frame size warnings. Not complete, but fixes most ofDana Robinson2020-01-1510-435/+977
| | |/ / /
| | * | | Modify external_env.c to prevent deleting test file of external.c.Larry Knox2020-01-091-2/+1
| | |/ /
| | * | Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-066-19/+19
| | |\ \
| | | * | address problems from commentskmu2019-12-111-2/+0
| | | * | fix and address commentskmu2019-12-112-7/+10
| | | * | Merge branch 'develop' into bugfix/intel_warningskmu2019-12-0943-329/+264
| | | |\ \ | | | | |/
| | | * | remove unnecessary check macrokmu2019-12-063-8/+7
| | | * | fix intel compile warningskmu2019-12-046-16/+16
| | | * | Oops, remove more C99 designated initializers for VS 2010 compatibility.David Young2019-11-251-2/+6
| | | * | Add new source files to CMakeLists.txt.David Young2019-11-201-0/+2
| | | * | free -> HDfreeDavid Young2019-11-201-1/+1
| | | * | Quiet decleration-after-statement warnings.David Young2019-11-131-5/+4
| | | * | Undo accidental test deletion.David Young2019-11-131-1/+1
| | | * | Oops, delete a debug printf that snuck in here.David Young2019-11-131-1/+0
| | | * | Change hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char toDavid Young2019-11-132-134/+139
| | | * | In every instance, `x` is initialized by `memcpy`, but GCC isn't smartDavid Young2019-11-131-17/+17
| | | * | `same_file` is assigned but never used. Delete it.David Young2019-11-131-8/+0
| | | * | Don't assign a constant string to a pointer to non-constant character.David Young2019-11-131-1/+1
| | | * | GCC isn't smart enough to realize that `fill_c` is always initializedDavid Young2019-11-131-1/+2
| | | * | I'm not sure what the previous code was trying to do, casting an arrayDavid Young2019-11-131-2/+2
| | | * | Quiet a warning about an unused variable. This code looks like itDavid Young2019-11-131-1/+1
| | | * | Straggler from previous commit: build and link the new .c files where IDavid Young2019-11-131-1/+7
| | | * | Move some static functions and variables to .c files to avoid unusedDavid Young2019-11-134-54/+106
| | | * | Avoid unused-variable warnings: change static const strings in a coupleDavid Young2019-11-131-1/+1
| | | * | Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-some toDavid Young2019-11-121-32/+121
| | | |\ \
| | | * \ \ Merge remote-tracking branch 'hdf5/develop' into add-werror-and-squash-someDavid Young2019-11-081-1/+7
| | | |\ \ \
| | | * | | | Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2019-11-057-14/+28
| | * | | | | Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-0414-359/+476
| | * | | | | Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2019-12-211-3/+3
| | * | | | | Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2019-12-203-12/+32
| | * | | | | Remove constAllen Byrne2019-12-181-1/+1
| | * | | | | Fix compile error - declaration after executable statementAllen Byrne2019-12-181-2/+3
| | * | | | | Adjust cache.c only variables.Allen Byrne2019-12-183-29/+26
| | * | | | | Fix include to correct memory calls - big-endian issue.Allen Byrne2019-12-182-1/+1
| | * | | | | Merge pull request #2086 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/refer...Vailin Choi2019-12-161-1/+1
| | |\ \ \ \ \