Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp. | Dana Robinson | 2020-04-21 | 1 | -0/+32 |
| | |||||
* | Separated VFD and VOL parameters in tools. | Dana Robinson | 2020-04-21 | 1 | -8/+6 |
| | |||||
* | Fixed problems with S3 and HDFS VFDs. | Dana Robinson | 2020-04-17 | 1 | -2/+2 |
| | | | | | | * Updated info struct parameter to correct info_string * Fixed Makefile.am where the S3 VFD was listed twice, causing duplicated symbols errors. | ||||
* | Added support for passing connector info strings via the command | Dana Robinson | 2020-04-09 | 1 | -3/+3 |
| | | | | line to the tools internals. | ||||
* | Fix for passthrough VOL not passing tools tests due to incorrect | Dana Robinson | 2020-04-08 | 1 | -6/+1 |
| | | | | optional callback queries. | ||||
* | Merge branch 'develop' into tools_vol_update | Dana Robinson | 2020-04-06 | 1 | -8/+8 |
|\ | |||||
| * | Fixed unnecessary H5R casts in the tools that were raising warnings. | Dana Robinson | 2020-04-02 | 1 | -8/+8 |
| | | |||||
* | | Added checks for native optional call support in some of the tools. | Dana Robinson | 2020-04-02 | 1 | -26/+38 |
| | | |||||
* | | Merge branch 'develop' into tools_vol_update | Dana Robinson | 2020-04-02 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | Minor renaming in the tools code. | Dana Robinson | 2020-03-31 | 1 | -7/+7 |
| | | |||||
* | | Merge branch 'develop' into tools_vol_update | Dana Robinson | 2020-03-31 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Fix for HDFFV-11065. | Gerd Heber | 2020-03-29 | 1 | -0/+2 |
| | | |||||
* | | Misc changes for h5dump VOL changes. | Dana Robinson | 2020-03-30 | 1 | -4/+4 |
|/ | |||||
* | Merge pull request #2469 in HDFFV/hdf5 from tools_vol_update to develop | Jordan Henderson | 2020-03-27 | 1 | -178/+71 |
|\ | | | | | | | | | | | | | * commit 'ea952b25ba0fd5c4b5f60a94e75a1b5b78e66172': A few small tweaks to the tools from review Replace usage of some standard library functions with HD- versions Update Tools library to be better compatible with VOL connectors | ||||
| * | A few small tweaks to the tools from review | Jordan Henderson | 2020-03-27 | 1 | -2/+2 |
| | | |||||
| * | Update Tools library to be better compatible with VOL connectors | Jordan Henderson | 2020-03-17 | 1 | -178/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Add extensive warnings to tools executables | Allen Byrne | 2020-03-25 | 1 | -0/+2 |
|/ | |||||
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 1 | -1/+1 |
| | |||||
* | fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, ↵ | kmu | 2020-01-27 | 1 | -4/+4 |
| | | | | Wsign-compare, Wmisleading-indentation, Wshadow | ||||
* | squash cast warning fix | kmu | 2020-01-23 | 1 | -2/+2 |
| | |||||
* | Change tools debug macros to not use error stack | Allen Byrne | 2020-01-23 | 1 | -10/+10 |
| | |||||
* | merge and fix | kmu | 2020-01-21 | 1 | -10/+22 |
|\ | |||||
| * | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -10/+22 |
| | | |||||
* | | merge and fix conflict | kmu | 2020-01-19 | 1 | -16/+16 |
|\ \ | |/ | |||||
| * | Update tools hid_t declarations with H5I_INVALID_HID | Allen Byrne | 2020-01-13 | 1 | -14/+14 |
|/ | |||||
* | Clean up tools warnings introduced by H5TOOLS_ERR_INIT macro | Jordan Henderson | 2019-12-31 | 1 | -40/+27 |
| | |||||
* | Refactor tools library error handling macros | Jordan Henderson | 2019-12-28 | 1 | -62/+61 |
| | |||||
* | HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3 | Allen Byrne | 2019-12-20 | 1 | -1/+1 |
| | |||||
* | Address compile warnings | Allen Byrne | 2019-12-06 | 1 | -18/+0 |
| | |||||
* | Update h5ls help and rework dump_mem routines for attrs | Allen Byrne | 2019-12-04 | 1 | -60/+49 |
| | |||||
* | Add debug compile option as comment | Allen Byrne | 2019-12-04 | 1 | -0/+2 |
| | |||||
* | Update reference calls | Allen Byrne | 2019-12-04 | 1 | -10/+21 |
| | |||||
* | HDFFV-10876 Update h5dump and h5ls for new ref api. | Allen Byrne | 2019-11-07 | 1 | -102/+538 |
| | |||||
* | Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim() | Jerome Soumagne | 2019-10-08 | 1 | -1/+1 |
| | |||||
* | Whitespace cleanup | Allen Byrne | 2019-10-03 | 1 | -159/+157 |
| | |||||
* | HDFFV-10901 add missing config options | Allen Byrne | 2019-09-13 | 1 | -615/+431 |
| | |||||
* | Fix compiler warnings with diabled ROS3 and HDFS VFDs. | Jacob Smith | 2019-08-14 | 1 | -0/+4 |
| | | | | | | Fix misuse of [HD]strncpy and [HD]snprintf. Minor formatting changes. Fix test cleanup issue with java groups example. | ||||
* | Merge reconciliation and VFD test fixes | Allen Byrne | 2019-08-04 | 1 | -1/+0 |
| | |||||
* | Squashed commit of the following: | Larry Knox | 2019-07-25 | 1 | -28/+293 |
| | | | | | | | | | | | Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS | ||||
* | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 1 | -8/+10 |
| | | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules | ||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Vailin Choi | 2018-05-23 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2b0fb7e3f1f7da5b23d430702493ed4fb7f87166': (21 commits) HDFFV-9739 only executes H5E tests in production Remove link flag from compile command fix typo Add release note Correct attribute location HDFFV-9739 fix copy testfiles command HDFFV-9739 remove obsolete test files HDFFV-9739 dup test file for concurrent tests HDFFV-9739 Fix autotools script HDFFV-9739 Change autotools test scripts Fix typo HDFFV-9739 Update test reference Update current windows test machines HDFFV-9739 Grab err number before API call HDFFV-9739 Add release note Adjust test names for concurrent tests Fix soversion HDFFV-9739 Fix copy name HDFFV-9739 factor out tests into separate JUnit Updated the threadsafety test to use error macros instead of asserts. ... | ||||
| * | Fix MPI on Windows by adding MPI include folder | Allen Byrne | 2018-05-09 | 1 | -2/+2 |
| | | |||||
* | | Changes made based on feedback from pull request #1039. | Vailin Choi | 2018-05-14 | 1 | -3/+3 |
| | | |||||
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Vailin Choi | 2018-05-14 | 1 | -6/+6 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'dcc66a4f157ace0858b788228550f3e104df3242': (35 commits) GGC requires attribute before function Correct COMPILE defs usage Add missing module_dir property Text cleanup Correct sentence punctuation. Add release note. Use set_property for MT flag Correct command usage Remove APPEND Fix typo Add missing test lib add missing folder to path Fix another command revert Missed a command revert Revert to old style for LINK_FLAGS gen expr not working LINK_FLAGS must be separate property sets Fix link flags syntax Revert refactor link flags refactor link flags to interface Refactor link flags ... | ||||
| * | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 1 | -6/+6 |
| | | |||||
* | | Fix for HDFFV-10180 Performance issues with H5Oget_info. | Vailin Choi | 2018-04-24 | 1 | -3/+3 |
|/ | |||||
* | TRILABS-20 set a compiler name on all project commands | Allen Byrne | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | TRILABS-19 Initial conversion of include_directories to targets | Allen Byrne | 2018-04-17 | 1 | -5/+2 |
| | |||||
* | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 1 | -1/+1 |
| |