Scot Breitenfeld
117d579c32
Consistent initialization of hid_t in the tests ( #3521 )
2023-09-08 18:06:23 -05:00
Dana Robinson
aebac33a1f
Remove HD from memory allocate/free calls ( #3195 )
...
* HDcalloc
* HDfree
* HDmalloc
* HDrealloc
2023-06-28 15:48:12 -07:00
Sean McBride
68eba3da69
Many clang -Wextra-semi-stmt fixes ( #2537 )
...
* Adds semicolons to function-like macros
* Adds a do..while(0) loop to some macros
* Removes semicolons when inappropriate, especially H5E_TRY_BEGIN/END
2023-06-15 21:49:02 -07:00
Larry Knox
11dfa25910
Update copyright headers ( #2184 )
...
* 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.
2022-11-01 16:02:27 -05:00
Allen Byrne
ae414872f5
Develop clang 13 format ( #1933 )
...
* Update format source to clang 13
* More format changes
2022-07-26 14:45:46 -07:00
Scot Breitenfeld
f859cb732b
Fixed Spelling Errors ( #1166 )
...
* fixed missed closing of a dataset
* fixed missed closing of a dataset
* fixed typo in error return
* Committing clang-format changes
* minor edits
* code format
* Committing clang-format changes
* code format
* minor edit
* switched from using MPI_count, to actual bytes written for H5FD_mpio_debug rw debugging
* Committing clang-format changes
* changed size_i in printf to reflect the I/O.
* Committing clang-format changes
* Fixed seg fault with xlf on BE with -qintsize=8
* fixed error function string
* spelling corrections via codespell, added new spell check github actions
* Committing clang-format changes
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* misc
* Committing clang-format changes
* misc
* misc
* misc
* misc
* misc
* misc
* Committing clang-format changes
* misc
* work around for https://github.com/codespell-project/codespell/issues/2137
* misc
* added missing file
* misc
* misc.
* misc
* switch to using Codespell with GitHub Actions
* misc.
* misc.
* fixed more sp errors
* Fix new typos found by codespell.
* fixed proceed with precede
* fixed variable in fortran test
* fixed minnum
* updated spelling list
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
2021-12-07 08:27:29 -06:00
Larry Knox
4819f89d3f
Update license url ( #332 )
...
* Modify temporary rpath for testing in java example scripts.
* Update URL in source file Copyright headers for web copy of COPYING
file - src and test directories.
2021-02-17 08:52:04 -06:00
Allen Byrne
b2d661b508
Clang-format of source files
2020-09-30 09:27:10 -05:00
Quincey Koziol
9e5dbf6906
Trim trailing whitespace
2020-04-20 18:12:00 -05:00
vchoi
3f081c9937
Modifications based on PR review feedback.
2020-03-31 19:53:14 -05:00
vchoi
6740ee1dcd
Add two routines gen_ref_files() and gen_sel_files() to generate test files related to
...
references and selections.
These test files will be copied to 1.12, 1.10 and 1.8 for compatibility testing.
2020-03-26 12:06:04 -05:00
Binh-Minh Ribler
4731819b0e
Improve code
...
Description:
Added notes and changed argument to H5Fcreate to clarify the
latest situation
Platforms tested:
Linux/64 (jelly)
2018-03-09 20:44:37 -06:00
Binh-Minh Ribler
9a480c34e5
Added comment for clarification about latest as 1.10.
...
Platforms tested:
Linux/64 (jelly)
Linux/32 (jam)
2018-02-13 15:24:41 -06:00
Binh-Minh Ribler
74f74f60bb
Cleaned up per comments in PR# 876
...
Platforms tested:
Linux/64 (jelly)
Darwin (osx1010test)
2018-02-07 11:33:31 -06:00
Binh-Minh Ribler
daa0eb8015
Further improvement
2017-11-27 15:09:15 -06:00
Binh-Minh Ribler
742798b84e
Fixed comment.
2017-11-27 13:41:44 -06:00
Binh-Minh Ribler
ea4f752ace
Adding data file generator
...
Description:
Added gen_bounds.c to generate the following files:
- bounds_earliest_latest.h5
- bounds_earliest_v18.h5
- bounds_latest_latest.h5
- bounds_v18_latest.h5
- bounds_v18_v18.h5
for testing the version bounds fix in 1.8 and 1.6.
2017-11-27 12:44:23 -06:00