Dana Robinson
0ea1d7280b
Clean up off_t usage ( #4095 )
...
* Add comments to C++ and Fortran API calls that use off_t
* Remove noise casts for small integers
2024-03-09 09:06:10 -08:00
Scot Breitenfeld
117d579c32
Consistent initialization of hid_t in the tests ( #3521 )
2023-09-08 18:06:23 -05: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
Dana Robinson
838d050a63
h5test.h testing macros get enclosed in do..while loops ( #1721 )
...
* h5test.h testing macros get enclosed in do..while loops
* Adds missed macro in hl C++ code
* Fixes macro in Windows code
2022-05-04 08:49:01 -07: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
Vailin Choi
1ef8577a4a
Modifications based on comments from pull request review
...
(1) Remove unnecessary asserts
(2) Add code to insert bad offset values to the test file in gen_bad_offset.c
2017-08-23 16:23:09 -05:00
Vailin Choi
b07eb6efd0
Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file
...
Fix H5HL_offset_into() to return error when offset exceeds heap data block size.
Also fix other places that call this routine to detect error return.
2017-08-22 01:36:20 -05:00