summaryrefslogtreecommitdiffstats
path: root/tools/test/h5jam/tellub.c
Commit message (Collapse)AuthorAgeFilesLines
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-2/+2
| | | | | * Update format source to clang 13 * More format changes
* Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-281-3/+3
| | | | | | | | | * Remove const from the argv tools/tests main sig. * also remove const from H5_get_option and parse_command_line. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Brings the tools getopt(3) replacement into the main library (#803)Dana Robinson2021-06-291-6/+6
| | | | | | | * Moves get_option from the tools library to the C library * Adds H5 prefix to get_option call and variables * Renames the H5_get_option long options struct and enum
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * 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 filesAllen Byrne2020-09-301-34/+28
|
* Mingw copy disabledAllen Byrne2020-07-311-2/+4
|
* Tools refactorAllen Byrne2020-07-151-15/+25
| | | | | | Move error_stack setup to tools library Add structure for h5dump properties Eliminate duplicated h5diff functions Use properties structure in place of argument lists.
* Fix runtest case for data to stdout in toolAllen Byrne2018-12-311-2/+2
|
* Use H5I_INVALID_HIDAllen Byrne2018-12-151-1/+1
|
* VOL FEATUREDana Robinson2018-10-101-1/+1
|
* Develop normalization with vol_integration.Dana Robinson2018-09-191-104/+78
| | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that.
* Stripped C standard library headers from tools test code.Dana Robinson2017-07-191-6/+0
|
* 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.
* Split tools into src and test - add foldersAllen Byrne2016-10-271-0/+196