hdf5/test
jhendersonHDF 90429f5e7d
Implement support for complex number datatypes (#4630)
* Implement support for complex number datatypes

Adds the new datatype class H5T_COMPLEX

Adds the new API function H5Tcomplex_create which creates a complex
number datatype from an ID of a base floating-point datatype

Adds the new feature check macros H5_HAVE_COMPLEX_NUMBERS and
H5_HAVE_C99_COMPLEX_NUMBERS

Adds the new datatype size macros H5_SIZEOF_FLOAT_COMPLEX,
H5_SIZEOF_DOUBLE_COMPLEX and H5_SIZEOF_LONG_DOUBLE_COMPLEX

Adds the new datatype ID macros H5T_NATIVE_FLOAT_COMPLEX,
H5T_NATIVE_DOUBLE_COMPLEX, H5T_NATIVE_LDOUBLE_COMPLEX,
H5T_CPLX_IEEE_F16LE, H5T_CPLX_IEEE_F16BE,
H5T_CPLX_IEEE_F32LE, H5T_CPLX_IEEE_F32BE,
H5T_CPLX_IEEE_F64LE and H5T_CPLX_IEEE_F64BE

Adds hard and soft datatype conversion paths between complex number
datatypes and all the integer and floating-point datatypes, as well as
between other complex number datatypes

Adds a special conversion path between complex number datatypes and
array or compound datatypes where the in-memory layout of data is the
same between the datatypes and data can be converted directly

Adds support for complex number datatypes to the h5dump, h5ls and
h5diff/ph5diff tools. Allows h5dump '-m' option to change floating-point
printing format for float complex and double complex datatypes, as well
as long double complex if it has the same size as double complex

Adds minimal support to the h5watch and h5import tools

Adds support for the predefined complex number datatypes and
H5Tcomplex_create function to the Java wrappers. Also adds initial,
untested support to the JNI for future use with HDFView

Adds support for just the H5T_COMPLEX datatype class to the Fortran
wrappers

Adds support for the predefined complex number datatypes and
H5Tcomplex_create function to the high level library H5LT interface
for use with the H5LTtext_to_dtype and H5LTdtype_to_text functions

Changes some usages of "complex" in the library since it conflicts with
the "complex" keyword from the complex.h header. Also changes various
usages of the word "complex" throughout the library to distinguish
compound datatypes from complex datatypes.
2024-10-31 13:54:25 -07:00
..
API Implement support for complex number datatypes (#4630) 2024-10-31 13:54:25 -07:00
testfiles VOL refactor and cleanup (#4856) 2024-10-03 12:19:33 -07:00
accum_swmr_reader.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
accum.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
app_ref.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
atomic_reader.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
atomic_writer.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
AtomicWriterReader.txt spelling fixes (#1561) 2022-03-31 10:42:30 -05:00
big.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
bittests.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
btree2.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
cache_api.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
cache_common.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
cache_common.h Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
cache_image.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
cache_logging.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
cache_tagging.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
cache.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
chunk_info.c Convert develop to v2.0.0 (#5006) 2024-10-27 21:51:07 -07:00
CMakeLists.txt Add support for native zlib-ng in the library and compression references (#4935) 2024-10-23 16:20:15 -05:00
CMakePassthroughVOLTests.cmake Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
CMakeTests.cmake Prefix remaining CMake options except for CMake BUILD* variables (#4990) 2024-10-22 15:40:54 -07:00
CMakeVFDTests.cmake Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
cmpd_dset.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
cmpd_dtransform.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
cork.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
cross_read.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
dangle.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
del_many_dense_attrs.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
direct_chunk.c Add support for native zlib-ng in the library and compression references (#4935) 2024-10-23 16:20:15 -05:00
dsets.c Implement support for complex number datatypes (#4630) 2024-10-31 13:54:25 -07:00
dt_arith.c Implement support for complex number datatypes (#4630) 2024-10-31 13:54:25 -07:00
dtransform.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
dtypes.c Implement support for complex number datatypes (#4630) 2024-10-31 13:54:25 -07:00
earray.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
efc.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
enc_dec_plist_cross_platform.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
enc_dec_plist.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
enum.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
err_compat.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
error_test.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
event_set.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
evict_on_close.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
extend.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
external_common.c Fix minor Windows warnings (#5021) 2024-10-28 05:54:16 -07:00
external_common.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
external_env.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
external_fname.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
external.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
farray.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
fheap.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
file_image.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
filenotclosed.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
fillval.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
filter_fail.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
filter_plugin1_dsets.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
filter_plugin2_dsets.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
filter_plugin3_dsets.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
filter_plugin4_groups.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
filter_plugin.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
flush1.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
flush2.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
flushrefresh.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
flushrefreshTest.cmake Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
freespace.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
gen_bad_compound.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_bad_offset.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_bad_ohdr.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_bogus.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_bounds.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_cross.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_deflate.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_file_image.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_filespace.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_filters.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_mergemsg.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_new_array.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_new_fill.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_new_group.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_new_mtime.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_new_super.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_noencoder.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_nullspace.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_old_array.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_old_group.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_old_layout.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_old_mtime.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_plist.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_sizes_lheap.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_specmetaread.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gen_udlinks.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
genall5.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
genall5.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
getname.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
gheap.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
h5test.c Fix minor Windows warnings (#5021) 2024-10-28 05:54:16 -07:00
h5test.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
H5srcdir_str.h.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
H5srcdir.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
hdfs.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
hyperslab.c Fix remaining calloc param reversals (#5018) 2024-10-28 06:58:28 -07:00
istore.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
lheap.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
links_env.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
links.c Remove another couple of H5E_clear_stack calls (#4968) 2024-10-23 10:13:57 -07:00
Makefile.am Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
mdset.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
mf.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
mirror_vfd.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
mount.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
mtime.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ntypes.c Implement support for complex number datatypes (#4630) 2024-10-31 13:54:25 -07:00
null_vfd_plugin.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
null_vfd_plugin.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
null_vol_connector.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
null_vol_connector.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
objcopy_ref.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
objcopy.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ohdr.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
onion.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
page_buffer.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
POSIX_Order_Write_Test_Report.docx
POSIX_Order_Write_Test_Report.pdf
reserved.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ros3.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
s3comms.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
select_io_dset.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
set_extent.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ShellTests.cmake Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
space_overflow.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
stab.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_addrem_writer.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_common.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_common.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_generator.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
SWMR_POSIX_Order_UG.txt Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
swmr_reader.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_remove_reader.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_remove_writer.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_sparse_reader.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_sparse_writer.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr_start_write.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
SWMR_UseCase_UG.txt Fixed Spelling Errors (#1166) 2021-12-07 08:27:29 -06:00
swmr_writer.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
swmr.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tarray.c Implement support for complex number datatypes (#4630) 2024-10-31 13:54:25 -07:00
tattr.c Implement support for complex number datatypes (#4630) 2024-10-31 13:54:25 -07:00
tcheck_version.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tchecksum.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tconfig.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tcoords.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_abort_fail.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_check_version.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_error.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_external_env.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_flush_refresh.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_libinfo.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_links_env.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_mirror.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_plugin.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_swmr.pwsh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_swmr.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_use_cases.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_vds_env.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_vds_swmr.pwsh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
test_vds_swmr.sh.in Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
testframe.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
testframe.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
testhdf5.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
testhdf5.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
testmeta.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tfile.c Implement support for complex number datatypes (#4630) 2024-10-31 13:54:25 -07:00
tgenprop.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
th5_system.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
th5o.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
th5s.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tid.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
timer.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
titerate.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
tmeta.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tmisc.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
trefer_deprec.c Fix remaining calloc param reversals (#5018) 2024-10-28 06:58:28 -07:00
trefer_shutdown.c Rename HD(f)printf() to (f)printf() (#3194) 2023-06-28 08:31:32 -07:00
trefer.c Fix remaining calloc param reversals (#5018) 2024-10-28 06:58:28 -07:00
trefstr.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tselect.c Fix remaining calloc param reversals (#5018) 2024-10-28 06:58:28 -07:00
tskiplist.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tsohm.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttime.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_acreate.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_atomic.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_attr_vlen.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_cancel.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_dcreate.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_develop.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_error_stacks.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_error.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_rec_rwlock.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_rwlock.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_semaphore.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_thread_id.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe_thread_pool.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
ttsafe.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tunicode.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tvlstr.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
tvltypes.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
twriteorder.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
unlink.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
unregister.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00
use_append_chunk_mirror.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
use_append_chunk.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
use_append_mchunks.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
use_common.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
use_disable_mdc_flushes.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
use.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vds_env.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vds_swmr_gen.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vds_swmr_reader.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vds_swmr_writer.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vds_swmr.h Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vds.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vfd_plugin.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vfd.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vol_plugin.c Renamed COPYING to LICENSE (#4978) 2024-10-18 21:13:04 -07:00
vol.c Refactor allocation of API context (#4942) 2024-10-24 10:09:22 -07:00