summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for warnings in the tools code.Dana Robinson2020-04-252-261/+284
|
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
|
* Changed identifiers and command-line options from "id" to "value" in toolsDana Robinson2020-04-141-4/+4
| | | | code to be in agreement with H5VL API terminology.
* Updated test ddl files so CMake passes after h5dump failures.Dana Robinson2020-04-061-1/+1
|
* Skip testing of passthrough VOL connector in a Family File tools testJordan Henderson2020-04-031-1/+1
|
* Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-03-172-5/+17
| | | | | | | | | | | | | | | | | | | | | 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
* HDFFV-11036 add file compare test processAllen Byrne2020-02-241-8/+52
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
|
* Merge pull request #2319 in HDFFV/hdf5 from ↵Allen Byrne2020-01-291-38/+32
|\ | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-11011 to develop * commit 'c8096118d5edd9f27ff0f6180a4dde4c10aafda7': HDFFV-11011 - merge include list HDFFV-11011 correct issues with target file extension
| * HDFFV-11011 correct issues with target file extensionAllen Byrne2020-01-281-38/+32
| |
* | Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-281-8/+8
|\ \ | |/ |/| | | | | | | | | | | | | * commit '406330addf45529ecdd088f4d22e9aab9a03661d': rename macro change condition pick up from Dave's fix leave Wswitch-default for later fix fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-compare, Wmisleading-indentation, Wshadow
| * fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, ↵kmu2020-01-271-8/+8
| | | | | | | | Wsign-compare, Wmisleading-indentation, Wshadow
* | Remove cmake macros from valgrind testsAllen Byrne2020-01-251-88/+88
|/
* squash cast warning fixkmu2020-01-231-2/+2
|
* merge and fix conflictkmu2020-01-192-105/+107
|\
| * HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-1/+1
| |
| * HDFFV-11001 Add fine control over testingAllen Byrne2020-01-151-1/+3
| |
| * Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-101/+101
| |
* | merge and fix conflictskmu2020-01-145-3/+103
|\ \ | |/
| * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-061-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '0a2bb11b248df6841daabca3970df5d8504adfc7': address problems from comments fix and address comments change according to previous comments add missing piece remove unnecessary check macro fix intel compile warnings Revert "fix warnings from Intel compiler" Revert "fix warnings and some text alignment" Revert "let hdf5 pick up the right compiler in Intel environment" Revert "fix issues from previous PR comments" Revert "using a different MACRO" using a different MACRO fix issues from previous PR comments let hdf5 pick up the right compiler in Intel environment fix warnings and some text alignment fix warnings from Intel compiler
| | * 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
| | | |
| * | | Clean up tools warnings introduced by H5TOOLS_ERR_INIT macroJordan Henderson2019-12-311-1/+1
| | | |
| * | | HDFFV-10876 Update dump to match DDL specAllen Byrne2019-12-053-0/+100
| | |/ | |/|
* | | fix unused related warningskmu2020-01-131-6/+6
| | |
* | | 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
|
* Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-081-10/+10
|
* HDFFV-10919 merge synchingAllen Byrne2019-10-021-5/+5
|
* HDFFV-10918 add tests for h5repack ext storageAllen Byrne2019-10-012-1/+121
|
* Update versioning to next major versionAllen Byrne2019-09-251-1/+2
|
* Update develop branch version to 1.13.0 after creation of hdf5_1_12Larry Knox2019-09-251-7/+7
| | | | branch.
* Merge branch 'develop' of ↵Jacob Smith2019-09-241-0/+4
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage
* | Update to current external file population.Jacob Smith2019-09-241-13/+19
| |
* | Merge branch 'develop' of ↵Jacob Smith2019-09-236-343/+328
|\ \ | |/ | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage
| * HDFFV-10905 fix test scripts for no zlibAllen Byrne2019-09-171-2/+7
| |
| * OESS-29 Update HD prefix mostlyAllen Byrne2019-08-241-1/+1
| |
| * Add HD prefix to testsAllen Byrne2019-08-152-62/+62
| |
| * Fix VFD tests and repackAllen Byrne2019-08-032-40/+83
| |
| * Update libvers usageAllen Byrne2019-07-281-1/+2
| |
| * HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-232-223/+147
| |
| * HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-172-18/+30
| |
* | Refactor h5repackgentest to have more modular internals, for easierJacob Smith2019-09-2321-131/+249
| | | | | | | | | | 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.
* | Merge branch 'develop' of ↵Jacob Smith2019-07-225-33/+35
|\ \ | |/ | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into bugfix/repack_external_storage
| * Merge pull request #8 in ~VCHOI/my_third_fork from develop to ↵Vailin Choi2019-06-243-28/+30
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/new_shutdown_fsm * commit '35fd0ec8ceffe96cee352187154da15c967fb990': Updated H5Tcopy() to get the dataset's datatype through the VOL when that is passed in as the object ID. Fix fortran test and test library linking Update GCC 6 & 7 flags for CMake builds Move -Wnormalized down into GCC 6.x flags Put the memcpy overlap check back into H5MM. Fixed the heap overflow in t_filters_parallel Fixed some low-hanging fruit from -fsanitize in t_filters_parallel. Add lib dir for testing plugins Add support for GCC 7.x warnings, update warnhist script to account for them, clean up warnings. Add H5_HLDLL prefix for windows link HDFFV-10805 cleanup examples and test code Fix minor typo in H5S_select_iter_release Add missing fortran mods HDFFV-10805 Fix test of library libinfo Cleanup possible CMake target conflicts Correct CMake issues