summaryrefslogtreecommitdiffstats
path: root/tools/libtest
Commit message (Collapse)AuthorAgeFilesLines
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-301-1/+1
| | | | | | | * Fixes parallel issues from recent C99 changes * Adds MPE FUNC --> __func__ changes missed in earlier PRs * Even more missed FUNC --> __func__ macros
* Update license url part2 (#333)Larry Knox2021-02-172-2/+2
| | | | | | * 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.
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages * HDFFV-11099/11100 added help text * Reworked switch statement to compare string instead * Fix typo * Update CDash mode * Correct name of threadsafe * Correct option name * Undo accidental commit * Note LLVM 10 to 11 format default changes * Update format plugin * Undo clang-format version 11 changes * One more correction
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-3/+3
| | | | | | | * Basic alignment with async branch - trivial changes to reduce clutter in overall diff. * Update minor error code to reflect change within library * Update the error output to match library
* Clang-format of source filesAllen Byrne2020-09-301-372/+396
|
* Pre-format fixes for warnings as errorsAllen Byrne2020-09-291-0/+2
|
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-1/+1
|
* CMake and script changes for clang-formatAllen Byrne2020-09-041-0/+7
|
* Fix S3/HDFS testAllen Byrne2020-08-231-0/+4
|
* Separated VFD and VOL parameters in tools.Dana Robinson2020-04-211-5/+4
|
* Fixed problems with S3 and HDFS VFDs.Dana Robinson2020-04-171-1/+1
| | | | | | * Updated info struct parameter to correct info_string * Fixed Makefile.am where the S3 VFD was listed twice, causing duplicated symbols errors.
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-051-0/+1
|
* Add missing header includeAllen Byrne2020-04-031-0/+1
|
* Minor renaming in the tools code.Dana Robinson2020-03-311-5/+5
|
* Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-03-171-7/+11
| | | | | | | | | | | | | | | | | | | | | 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
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
|
* 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-3/+3
|
* fix for statement declare of typeAllen Byrne2019-09-301-1/+2
|
* use h5test.hAllen Byrne2019-09-051-33/+4
|
* add test libraryAllen Byrne2019-09-051-2/+2
|
* Correct name and add mingw to 32bit toolchainAllen Byrne2019-09-051-1/+1
|
* Fix build for tools library testAllen Byrne2019-09-052-12/+9
|
* Untangle #ifdef mess in ROS3 code.Dana Robinson2019-08-201-18/+18
|
* Add HD prefix to testsAllen Byrne2019-08-151-61/+60
|
* Modify CMakeLists.txt file for renamed h5tools_test_utils files.Larry Knox2019-07-261-1/+1
|
* Add HD to string functions.Larry Knox2019-07-262-14/+13
| | | | | | Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers.
* Squashed commit of the following:Larry Knox2019-07-254-0/+1400
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