summaryrefslogtreecommitdiffstats
path: root/tools/src/h5repack/h5repack_refs.c
Commit message (Collapse)AuthorAgeFilesLines
* Add option for h5repack timing (#1142)Allen Byrne2021-11-081-3/+6
| | | | | | | | | | | | | | | | | * Add timing option to h5repack * Adjust help text * fix format * fix typos * Correct spacing * Change timing to use H5Timer * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* 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-265/+281
|
* Trivialities noticed while merging things to 1.10Dana Robinson2020-08-151-1/+0
|
* Fix standalone linkAllen Byrne2020-02-251-3/+3
|
* HDFFV-11014, fix the h5repack issue that misses a few attributes during the ↵Muqun Yang2020-02-071-1/+8
| | | | repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly. Also update the release.txt.
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-6/+9
|
* Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-19/+19
|
* Clean up tools warnings introduced by H5TOOLS_ERR_INIT macroJordan Henderson2019-12-311-79/+79
|
* Refactor tools library error handling macrosJordan Henderson2019-12-281-81/+81
|
* HDFFV-10980 - h5diff uses new ref APIsAllen Byrne2019-12-191-3/+3
|
* HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2019-11-071-74/+74
|
* Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-081-1/+1
|
* Add HD prefix to testsAllen Byrne2019-08-151-14/+14
|
* Updates to warnhist script, along with a few cleanups, and add some commentsQuincey Koziol2019-07-101-1/+1
| | | | to warning cleanups that are a bit obscure.
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-16/+8
|
* Changes made based on feedback from pull request #1039.Vailin Choi2018-05-141-1/+1
|
* Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-241-2/+2
|
* HDFFV-10297 Cleanup, Initialize variablesAllen Byrne2017-10-231-9/+6
|
* Fix tools error handling and valgrind issuesAllen Byrne2017-10-181-11/+21
|
* HDFFV-10297 Fix resource errors and cleanup whitespaceAllen Byrne2017-10-101-137/+122
|
* HDFFV-10282 refactor out assert calls in toolsAllen Byrne2017-08-231-6/+2
|
* HDFFV-10186 Add endianess to bitfield and fix testsAllen Byrne2017-05-101-4/+4
|
* HDFFV-10186 Whitespace changeAllen Byrne2017-05-091-19/+19
| | | | Mostly tabs to spaces Remove Modifications comments
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Split tools into src and test - add foldersAllen Byrne2016-10-271-0/+877