summaryrefslogtreecommitdiffstats
path: root/tools/src/h5diff/ph5diff_main.c
Commit message (Collapse)AuthorAgeFilesLines
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-2/+2
| | | | | | | | | | | | | | | | | | | | | * Strip HD prefix from string/char C API calls * HD(f)(put|get)(s|c) * HDstr* * HDv*printf * HD(s)(print|scan)f * HDperror But NOT: * HDstrcase* * HDvasprintf * HDstrtok_r * HDstrndup As those are not C99 and have portability work-around implementations. They will be handled later. * Fix th5_system.c screwup
* Fix ph5diff tests for MPIEXEC_MAX_NUMPROCS=1 (#3407)jhendersonHDF2023-08-221-4/+6
|
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-4/+4
|
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-14/+0
| | | | * Removes Programmer: and Date: fields * Fixes a few Modifications: fields leftover from previous work
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-2/+2
| | | | | | | | | * HDfclose * HDferror * HDfeof * HDfflush * HDfopen * HDfread * HDfwrite
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-1/+1
| | | | | * HDatexit * HDexit * HD_exit
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-7/+7
|
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-1/+1
| | | | | * Adds semicolons to function-like macros * Adds a do..while(0) loop to some macros * Removes semicolons when inappropriate, especially H5E_TRY_BEGIN/END
* Comment cleanup (#2689)Quincey Koziol2023-04-111-8/+0
| | | * Clean up content and redundant logging in comments.
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
| | | | | * Updated source file copyright headers to remove "Copyright by the Board of Trustees of the University of Illinois", which is kept in the top-level COPYING file.
* Warnings fixes (#1680)jhendersonHDF2022-04-251-1/+1
|
* Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-281-3/+4
| | | | | | | | | * 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>
* 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-66/+54
|
* Removes staff email addresses from the repositoryDana Robinson2020-08-071-1/+1
| | | | Removes redundant C library headers from hl library
* fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, ↵kmu2020-01-271-1/+1
| | | | Wsign-compare, Wmisleading-indentation, Wshadow
* Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-1/+2
|
* Add HD prefix to testsAllen Byrne2019-08-151-13/+13
|
* HDFFV-10297 add h5copy test and fix h5diff errorsAllen Byrne2017-10-161-9/+9
|
* HDFFV-9774 Add enable-error-stack argument to h5diffAllen Byrne2017-08-311-0/+2
|
* Stripped C standard library headers (and a couple of macros)Dana Robinson2017-07-171-3/+0
| | | | | from the tools code. This is all handled in H5private.h, which should be included in all tools source files.
* 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/+329