Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set version to 1.13.0 | Larry Knox | 2021-11-30 | 1 | -0/+1584 |
| | | | | | | | Switch default build mode to production for 1.13.0 release. Switch AM_MAINTAINER_MODE to disabled. Set HDF5_GENERATE_HEADERS to OFF. Commit Makefile.ins and other changes for release branch. | ||||
* | Removes partial long options from the tools (#872) | Dana Robinson | 2021-08-03 | 2 | -2/+2 |
| | | | | | | | | Some of the command-line tools would allow partial long options (e.g., --datas instead of --dataset). These were inconsistently implemented, difficult to maintain, and occasionally blocked useful long options. They have been removed from all the tools. NOTE: This change should NOT be merged to 1.12 or earlier. | ||||
* | Fixes a couple of warnings: (#849) | Dana Robinson | 2021-07-22 | 1 | -34/+111 |
| | | | | | | | - warn_unused_result warnings from h5jamgentest and j5stat_gentest that were triggered by write(2) calls where we didn't check the return value - A missing callback in the NULL VOL connector - A possibly uninitialized property list pointer | ||||
* | Fixes for a couple of trivial warnings (#676) | Dana Robinson | 2021-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | * Committing clang-format changes * Trivial warning fixes: * Removes an unused done target in H5Tbit.c * Add (void) to quiet "ignored return value" warnings in the generators (which generally ignore errors) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Update license url part2 (#333) | Larry Knox | 2021-02-17 | 4 | -4/+4 |
| | | | | | | * 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 files | Allen Byrne | 2020-09-30 | 1 | -163/+174 |
| | |||||
* | OESS-98 merge with clang-format changes | Allen Byrne | 2020-09-25 | 1 | -1/+1 |
| | |||||
* | CMake and script changes for clang-format | Allen Byrne | 2020-09-04 | 1 | -0/+7 |
| | |||||
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 1 | -1/+1 |
| | |||||
* | HDFFV-11011 correct issues with target file extension | Allen Byrne | 2020-01-28 | 1 | -10/+4 |
| | |||||
* | HDFFV-11001 need to qualify all by parallel or serial types | Allen Byrne | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | HDFFV-11001 Add fine control over testing | Allen Byrne | 2020-01-15 | 1 | -1/+3 |
| | |||||
* | Update tools hid_t declarations with H5I_INVALID_HID | Allen Byrne | 2020-01-13 | 1 | -28/+28 |
| | |||||
* | Add HD prefix to tests | Allen Byrne | 2019-08-15 | 1 | -7/+7 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-07-29 | 3 | -0/+30 |
|\ | | | | | | | | | | | | | | | * commit 'f97e11e7635a0cd8728d4604ca5dceb3925ba44c': Update comment and check for strtoumax. Modify CMakeLists.txt file for renamed h5tools_test_utils files. Add HD to string functions. 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: | ||||
| * | Squashed commit of the following: | Larry Knox | 2019-07-25 | 3 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | 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-10529 Update CMake tests to use test fixtures | Allen Byrne | 2019-07-23 | 1 | -34/+1 |
|/ | |||||
* | HDFFV-10845 use of TARGETFILE disables auto emulator | Allen Byrne | 2019-07-17 | 2 | -3/+5 |
| | |||||
* | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 2 | -6/+12 |
| | | | | | 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 | ||||
* | HDFFV-10741 - remove SKIP_ERRSTK_TESTS option | Allen Byrne | 2019-04-15 | 1 | -20/+12 |
| | |||||
* | HDFFV-10741 - add option to skip tool error stack tests | Allen Byrne | 2019-03-26 | 1 | -12/+20 |
| | |||||
* | HDFFV-10703 Update CMake commands to latest standard | Allen Byrne | 2019-02-15 | 1 | -7/+7 |
| | |||||
* | HDFFV-10632 update autotools test scripts to match cmake | Allen Byrne | 2018-12-06 | 1 | -12/+24 |
| | |||||
* | Need nonexistent file to skip stdout compare | Allen Byrne | 2018-12-05 | 1 | -0/+1 |
| | |||||
* | HDFFV-10632 - split stderr and stdout in cmake | Allen Byrne | 2018-12-03 | 15 | -13/+60 |
| | |||||
* | TRILAB-81 coverity fixes | Allen Byrne | 2018-10-17 | 1 | -178/+134 |
| | |||||
* | Develop normalization with vol_integration. | Dana Robinson | 2018-09-19 | 1 | -1/+0 |
| | | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that. | ||||
* | Changes based on feedback from pull request. | Vailin Choi | 2018-07-12 | 1 | -1/+0 |
| | |||||
* | Modifications made based on feedback from pull request. | Vailin Choi | 2018-07-11 | 2 | -9/+23 |
| | |||||
* | Fix for HDFFV-10333: | Vailin Choi | 2018-07-11 | 11 | -1/+165 |
| | | | | | | | | | 1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check for invalid dimension size in a layout message 4) Add --enable-error-stack option to h5stat 5) Add error checks to h5stat.c 6) Add tests to h5stat and h5dump | ||||
* | Fix MPI on Windows by adding MPI include folder | Allen Byrne | 2018-05-09 | 1 | -1/+1 |
| | |||||
* | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 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 | -16/+12 |
| | |||||
* | Add missing test file | Allen Byrne | 2018-03-28 | 1 | -0/+2 |
| | |||||
* | Add missing test which is in autotools | Allen Byrne | 2018-03-27 | 1 | -0/+4 |
| | |||||
* | 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 |
| | |||||
* | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 1 | -1/+0 |
| | |||||
* | Cleanup cmake clean macros | Allen Byrne | 2017-10-03 | 1 | -95/+47 |
| | |||||
* | Fix STREQUAL if commands. | Allen Byrne | 2017-10-02 | 1 | -1/+1 |
| | |||||
* | Make test scripts fail if result files are created | Allen Byrne | 2017-05-02 | 1 | -29/+31 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 4 | -18/+23 |
| | | | | | | | | | | 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 develop | Quincey Koziol | 2017-03-14 | 11 | -17/+26 |
| | |||||
* | Update CMake files and formatting | Allen Byrne | 2017-03-01 | 1 | -2/+2 |
| | |||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 2 | -10/+10 |
| | |||||
* | Bring SWMR-related tools changes from revise_chunks to develop. | Quincey Koziol | 2016-12-11 | 1 | -0/+4 |
| | |||||
* | Split tools into src and test - add folders | Allen Byrne | 2016-10-27 | 42 | -0/+2036 |