summaryrefslogtreecommitdiffstats
path: root/tools/src/h5repack/h5repack.c
Commit message (Collapse)AuthorAgeFilesLines
* Misc changes for h5dump VOL changes.Dana Robinson2020-03-301-2/+2
|
* Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-03-171-1/+4
| | | | | | | | | | | | | | | | | | | | | Modify h5repack to integrate with VOL connectors Update tools library to accomodate VOL connectors Update logic in h5tools_fopen for VOL connectors Add command-line options to h5repack for specifying in/out VOL connectors Implement h5tools_set_vol_fapl Fix library shutdown issue Integrate ROS3 and HDFS VFDs into new h5tools_get_fapl() scheme Avoid H5Ocopy in h5repack when using different VOL connectors Update h5tools_test_utils.c for ROS3 and HDFS integration
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-13/+23
|
* Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-16/+16
|
* Clean up tools warnings introduced by H5TOOLS_ERR_INIT macroJordan Henderson2019-12-311-55/+55
|
* Refactor tools library error handling macrosJordan Henderson2019-12-281-51/+52
|
* HDFFV-10980 - h5diff uses new ref APIsAllen Byrne2019-12-191-5/+5
|
* HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2019-11-071-48/+48
|
* Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-081-2/+4
|
* HDFFV-10919 merge synchingAllen Byrne2019-10-021-61/+28
|
* Merge branch 'develop' of ↵Jacob Smith2019-09-231-4/+2
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage
| * Add HD prefix to testsAllen Byrne2019-08-151-26/+26
| |
* | Change print calls to HD-wrapped.Jacob Smith2019-09-231-31/+32
| | | | | | | | Minor formatting tweaks (inc. regressions and in-file style-matching).
* | Merge branch 'develop' of ↵Jacob Smith2019-07-221-7/+8
|\ \ | |/ | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage
| * Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-7/+7
| | | | | | | | clean up warnings.
* | Minor formatting adjustments.Jacob Smith2019-07-221-16/+2
| |
* | Undo some formatting modifications.Jacob Smith2019-06-211-24/+16
| | | | | | | | Update MANIFEST.
* | Modify code comments for clarity.Jacob Smith2019-05-281-145/+218
|/ | | | Some minor reformatting.
* 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
|
* (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-251-20/+40
|\ | | | | | | | | | | (2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds. (3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check. (4) Add version bounds check for cache image feature.
| * HDFFV-10297 Cleanup, Initialize variablesAllen Byrne2017-10-231-4/+4
| |
| * Fix tools error handling and valgrind issuesAllen Byrne2017-10-181-7/+10
| |
| * Cleanup valgrind issuesAllen Byrne2017-10-171-9/+11
| |
| * HDFFV-10297 add h5copy test and fix h5diff errorsAllen Byrne2017-10-161-6/+6
| |
| * Close ids in loopAllen Byrne2017-10-121-2/+15
|/
* HDFFV-10297 - Fix test errors - five remainingAllen Byrne2017-10-091-44/+47
|
* HDFFV-10297 - fix repack individual objectsAllen Byrne2017-10-061-68/+62
| | | includes H5Zfilter_avail() fix
* Update error handling to support ARGS and tools stackAllen Byrne2017-10-021-116/+45
|
* HDFFV-10282 refactor out assert calls in toolsAllen Byrne2017-08-231-1/+0
|
* Stripped C standard library headers (and a couple of macros)Dana Robinson2017-07-171-4/+0
| | | | | from the tools code. This is all handled in H5private.h, which should be included in all tools source files.
* HDFFV-8611 change h5repack to save the root group creation orderAllen Byrne2017-05-221-0/+2
| | | Added test and new arguments to control the the input file parsing.
* HDFFV-10186 Add endianess to bitfield and fix testsAllen Byrne2017-05-101-2/+2
|
* HDFFV-10186 more whitespace formattingAllen Byrne2017-05-101-25/+19
|
* HDFFV-10186 Whitespace changeAllen Byrne2017-05-091-424/+419
| | | | 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.
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-5/+1
|
* Clean up whitespaceQuincey Koziol2017-02-071-17/+19
|
* Split tools into src and test - add foldersAllen Byrne2016-10-271-0/+942