hdf5/tools/test/misc
David Young 462e9a373f
Create 2D arrays on the heap in a different way (#1169)
* Create 2D arrays on the heap by malloc'ing `struct { TYPE arr[ROWS][COLS];
}`.  This avoids the double-indirection through pointers and the
additional memory of H5TEST_ALLOCATE_2D_ARRAY().

This change will safely quiet the cast warning that PR #1129 was
intended to fix.

* Committing clang-format changes

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2021-11-23 08:09:05 -06:00
..
testfiles VFD plugins (#602) 2021-09-29 13:28:12 -05:00
vds Removes obsolete equivalents of C99's __func__ (#800) 2021-06-28 23:58:38 -05:00
clear_open_chk.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
CMakeLists.txt OESS-98 merge with clang-format changes 2020-09-25 16:43:57 -05:00
CMakeTestsClear.cmake Removes partial long options from the tools (#872) 2021-08-03 16:04:58 -05:00
CMakeTestsMkgrp.cmake Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
CMakeTestsRepart.cmake Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5clear_gentest.c Create 2D arrays on the heap in a different way (#1169) 2021-11-23 08:09:05 -06:00
h5perf_gentest.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
h5repart_gentest.c Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
Makefile.am Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
repart_test.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
talign.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
testh5clear.sh.in Removes partial long options from the tools (#872) 2021-08-03 16:04:58 -05:00
testh5mkgrp.sh.in Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
testh5repart.sh.in Update license url part2 (#333) 2021-02-17 08:52:36 -06:00