summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/h5repackgentest.c
Commit message (Collapse)AuthorAgeFilesLines
* Used clang-tidy to change all floating point f suffixes to F (#1359)Sean McBride2022-01-281-1/+1
|
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed missed closing of a dataset * fixed missed closing of a dataset * fixed typo in error return * Committing clang-format changes * minor edits * code format * Committing clang-format changes * code format * minor edit * switched from using MPI_count, to actual bytes written for H5FD_mpio_debug rw debugging * Committing clang-format changes * changed size_i in printf to reflect the I/O. * Committing clang-format changes * Fixed seg fault with xlf on BE with -qintsize=8 * fixed error function string * spelling corrections via codespell, added new spell check github actions * Committing clang-format changes * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * misc * Committing clang-format changes * misc * misc * misc * misc * misc * misc * Committing clang-format changes * misc * work around for https://github.com/codespell-project/codespell/issues/2137 * misc * added missing file * misc * misc. * misc * switch to using Codespell with GitHub Actions * misc. * misc. * fixed more sp errors * Fix new typos found by codespell. * fixed proceed with precede * fixed variable in fortran test * fixed minnum * updated spelling list Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
* Various clang tidy warning fixes (#448)Sean McBride2021-03-101-17/+17
| | | | | | | | | | | | | | | | | | | | | | | * Fixed clang-tidy bugprone-reserved-identifier warnings * Fixed clang-tidy bugprone-assert-side-effect warnings * Fixed clang-tidy bugprone-copy-constructor-init warning * Fixed clang-tidy readability-redundant-preprocessor warning For error_test.c the removed code was already dead, because it was in the else of an `#if H5_USE_16_API` block. Based on H5Location.h, I think p_get_ref_obj_type was meant to be in `#ifndef DOXYGEN_SHOULD_SKIP_THIS` and an `#endif` was missing. Similarly, in the header, getObjTypeByIdx is only in H5_NO_DEPRECATED_SYMBOLS, not DOXYGEN_SHOULD_SKIP_THIS. * Fixed clang-tidy readability-redundant-string-init warnings * Fixed some clang-tidy performance-type-promotion-in-math-fn warnings * Fixed clang-tidy performance-unnecessary-value-param warnings * Reformat source with clang v10.0.1. Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Clang-format of source filesAllen Byrne2020-09-301-86/+97
|
* fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, ↵kmu2020-01-271-8/+8
| | | | Wsign-compare, Wmisleading-indentation, Wshadow
* squash cast warning fixkmu2020-01-231-2/+2
|
* merge and fix conflictskmu2020-01-141-2/+2
|\
| * fix and address commentskmu2019-12-111-1/+1
| |
| * Merge branch 'develop' into bugfix/intel_warningskmu2019-12-091-0/+1
| |\
| * | fix intel compile warningskmu2019-12-041-2/+2
| | |
* | | remove unsed var,function,macro, etckmu2019-12-061-1/+0
| |/ |/|
* | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings ↵David Young2019-11-271-0/+1
|/ | | | level and fixing some code.' (commit 5c911d8baf3)"
* Delete an unused variable.David Young2019-11-131-1/+0
|
* Update format and fix missing prefixAllen Byrne2019-10-211-185/+112
|
* Merge branch 'develop' of ↵Jacob Smith2019-09-241-0/+4
| | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage
* Refactor h5repackgentest to have more modular internals, for easierJacob Smith2019-09-231-122/+233
| | | | | addition of new tests. Update manifest and test script for new hdf5 external-storage .h5 files.
* Refactoring.Jacob Smith2019-07-291-79/+156
|
* Add copyright/disclaimer to repack gentest.Jacob Smith2019-07-221-29/+45
| | | | Minor formatting tweaks.
* Fix failing automated reporting.Jacob Smith2019-06-191-19/+141
| | | | Add 8-bit big-endian testfile.
* First pass at repack consolidating external storage if layout given.Jacob Smith2019-05-311-4/+4
| | | | Checks out manually, tests still complain.
* Add initial failing test for h5repack copying external data into new file.Jacob Smith2019-05-301-0/+83