summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/iopipe.c
Commit message (Collapse)AuthorAgeFilesLines
* sprintf to snprintf (#1815)Sean McBride2022-06-221-1/+1
| | | | | | | | | | | * Straightforward conversion of sprintf to the safer snprintf * Trickier conversion of sprintf to safer snprintf This involved minor changes to private function signatures to take the size of the buffer. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Removes checks for system(), which is C89/90 (#782)Dana Robinson2021-06-231-2/+0
|
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-6/+5
| | | | | | | | | * Committing clang-format changes * Removes gratuitous (double)x.yF casts * 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-104/+84
|
* Removes staff email addresses from the repositoryDana Robinson2020-08-071-1/+1
| | | | Removes redundant C library headers from hl library
* Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered ↵Quincey Koziol2020-06-271-266/+137
| | | | around in various places. Also clean up iopipe.c.
* merge and fix conflictkmu2020-01-191-5/+5
|\
| * Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-1/+1
| |
* | fix unused related warningskmu2020-01-131-18/+18
|/
* OESS-29 Fix HD prefix in perform and enable test compileAllen Byrne2019-08-271-7/+7
|
* 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/+508