hdf5/tools/test/misc
Dana Robinson 58f3d6664e
Use HDoff_t with lseek consistently (#3600)
lseek on Windows uses __int64 for both the offset and return type
instead of off_t like most POSIX systems. This changes ensures we
use HDoff_t (which is typdef'd correctly on Windows) w/ lseek.
2023-09-26 11:38:07 -07:00
..
testfiles removed the use of encoded single apostrophe (#3261) 2023-07-20 09:01:58 -05:00
vds hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491) 2023-09-05 11:50:06 -07:00
clear_open_chk.c Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
CMakeLists.txt Make sure that ONLY_SHARED_LIBS option is correctly set (#2544) 2023-03-13 16:24:49 -05:00
CMakeTestsClear.cmake Removes cmake_ext_mod (files moved to cmake) (#2041) 2022-08-19 07:54:42 -07:00
CMakeTestsMkgrp.cmake Removes cmake_ext_mod (files moved to cmake) (#2041) 2022-08-19 07:54:42 -07:00
CMakeTestsRepart.cmake Develop cmake clean (#1971) 2022-08-06 23:59:31 -05:00
h5clear_gentest.c Use HDoff_t with lseek consistently (#3600) 2023-09-26 11:38:07 -07:00
h5perf_gentest.c Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
h5repart_gentest.c Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
Makefile.am Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
repart_test.c Rename HDexit() and related to exit(), etc. (#3202) 2023-06-29 08:18:01 -07:00
talign.c Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
testh5clear.sh.in Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
testh5mkgrp.sh.in Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07:00
testh5repart.sh.in Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00