hdf5/test
Allen Byrne 12082e728d
CMake changes to byproducts - ninja warnings (#568)
* OESS-98 convert plugin option to FetchContent, add tests

* Fixes for pkcfg files because of plugin option

* OESS-98 fix tools test for plugins

* Keep doxygen comments under 100 chars long - format hint

* Whitespace

* HDFFV-11144 - Reclassify CMake messages

* HDFFV-11099/11100 added help text

* Reworked switch statement to compare string instead

* Fix typo

* Update CDash mode

* Correct name of threadsafe

* Correct option name

* Undo accidental commit

* Note LLVM 10 to 11 format default changes

* Update format plugin

* Undo clang-format version 11 changes

* One more correction

* Update supported platforms

* Revert whitespace changes

* Correct whitespace

* Changes from PR#3

* HDFFV-11213 added option to control gcc10 warnings diagnostics

* HDFFV-11212 Use the new references correctly in JNI utility and tests

* format source

* Fix typo

* Add new test file

* HDFFV-11212 - update test and remove unused arg

* Minor non-space formatting changes

* Use H5I_INVALID_ID instead of "-1"

* source formatting

* add missing testfile, update jni function

* Undo commit of debug code

* remove mislocated file

* Fix h5repack test for handling of fapls and id close

* Update h5diff test files usage text

* HDFFV-11212 add new ref tests for JNI export dataset

* src format update

* Remove blank line typo

* src format typo

* long double requires %Lg

* Another long double foramt specifer S.B. %Lg

* issue with t128bit test

* Windows issue with h5dump and type.

* Fix review issues

* refactor function nesting and fix error checks

* format fixes

* Remove untested functions and javadoc quiet comments

* Restore TRY block.

* Change string append errors to memory exception

* revert to H5_JNI_FATAL_ERROR - support functions need work

* Add assertion error for h5util functions

* remove duplicate function

* format fix

* Revert HD function error handling

* Update copyright comments

* GH #386 java folder copyright corrections

* Whitespace

* GH #359 implement and fix tools 1.6 API usage

* remove excessive comments

* Flip inits to correct ifdef section

* rework ifdef to be simpler

* format issue

* Reformat ifdef inits

* remove static attribute

* format compliance

* Update names

* Revert because logic relies on float not being int

* Changes noticed from creating merge of #412

* Double underscore change

* Correct compiler version variable used

* Remove header guard underscores

* Whitespace cleanup

* Split format source and commit changes on repo push

* remove pre-split setting

* Change windows TS to use older VS.

* correct window os name

* HDFFV-11212 JNI export util and Javadoc

* Suggested review changes

* Another change found

* Committing clang-format changes

* HDFFV-11113 long double in tools

* HDFFV-11113 add note

* Disable long double tests for now

* HDFFV-11228 remove arbitrary CMake warning groups.

* Make each flag a string

* Some Javadoc warning fixes

* Updated javadoc fixes

* # WARNING: head commit changed in the meantime

HDFFV-11229 Fix long double usage in tools and java

Changed h5dump and h5ls to just print 128-bit for long double type.
Added test and file for dataset and attributes with all three float
types.

* Committing clang-format changes

* HDFFV-11229 Add release note

* HDFFV-11229 windows testfile needed

* fix typo

* Remove non supported message text

* HDFFV-11229 - change ldouble test to check both native and general

* HDFFV-11229 add second file compare

* HDFFV-11229 fix reference file

* HDFFV-11229 autotools check two refs

* HDFFV-11229 revert back to removal of NATIVE_LDOUBLE in tools output

* Committing clang-format changes

* Update release note

* Update attribute type of ref file

* Change source of ninja for macs

* try port instead of brew

* Recommended is to use brew.

* Undo non long double changes

* remove unneeded file

* Fix perl and doxygen CMake code

* Add "option" command for clang options

* Rework CMake add_custom to use the BYPRODUCTS argument

* Add stamp files to BYPRODUCTS

* Only one copy of file exists

* Fix custom cmmand depends targets

* Fix fortran custom command DEPENDS

* Add LD_LIBRARY_PATH to tests

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2021-04-23 21:22:29 -05:00
..
testfiles Bring async branch to develop (#166) 2020-12-13 18:02:17 -06:00
accum_swmr_reader.c Update license url (#332) 2021-02-17 08:52:04 -06:00
accum.c Updates that allow accum SWMR tests to work on Windows (#493) 2021-03-26 22:07:59 -05:00
aggr.h5
app_ref.c Update license url (#332) 2021-02-17 08:52:04 -06:00
atomic_reader.c Update license url (#332) 2021-02-17 08:52:04 -06:00
atomic_writer.c Update license url (#332) 2021-02-17 08:52:04 -06:00
AtomicWriterReader.txt
bad_compound.h5
bad_offset.h5
be_data.h5
be_extlink1.h5
be_extlink2.h5
big.c Update license url (#332) 2021-02-17 08:52:04 -06:00
bittests.c Update license url (#332) 2021-02-17 08:52:04 -06:00
btree2.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
btree_idx_1_6.h5
btree_idx_1_8.h5
cache_api.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
cache_common.c Minor warning fixes in develop (#526) 2021-03-31 15:31:20 -05:00
cache_common.h Changes found during merge to 1.12 (#414) 2021-03-04 06:29:10 -06:00
cache_image.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
cache_logging.c Brings the native implementation of H5Fdelete() from Bitbucket (#524) 2021-04-16 13:47:32 -05:00
cache_tagging.c Update license url (#332) 2021-02-17 08:52:04 -06:00
cache.c Fixed clang-tidy readability-redundant-control-flow warnings (#428) 2021-03-05 08:51:01 -06:00
chunk_info.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
CMakeLists.txt Removes dead H5ST package from the library (#528) 2021-03-29 21:32:52 -05:00
CMakePassthroughVOLTests.cmake Update license url (#332) 2021-02-17 08:52:04 -06:00
CMakeTests.cmake Cleanup CMake code for doxygen and perl shell scripts (#552) 2021-04-19 07:28:32 -05:00
CMakeVFDTests.cmake Update license url (#332) 2021-02-17 08:52:04 -06:00
cmpd_dset.c Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451) 2021-03-10 12:42:35 -06:00
cmpd_dtransform.c Bring async branch to develop (#166) 2020-12-13 18:02:17 -06:00
cork.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
corrupt_stab_msg.h5
cross_read.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
dangle.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
deflate.h5
del_many_dense_attrs.c Update license url (#332) 2021-02-17 08:52:04 -06:00
direct_chunk.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
dsets.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
dt_arith.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
dtransform.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
dtypes.c Minor warning fixes in develop (#526) 2021-03-31 15:31:20 -05:00
earray.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
efc.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
enc_dec_plist_cross_platform.c Update license url (#332) 2021-02-17 08:52:04 -06:00
enc_dec_plist.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
enum.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
err_compat.c Update license url (#332) 2021-02-17 08:52:04 -06:00
error_test.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
event_set.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
evict_on_close.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
extend.c Update license url (#332) 2021-02-17 08:52:04 -06:00
external_common.c Update license url (#332) 2021-02-17 08:52:04 -06:00
external_common.h Changes found during merge to 1.12 (#414) 2021-03-04 06:29:10 -06:00
external_env.c Update license url (#332) 2021-02-17 08:52:04 -06:00
external_fname.h Changes found during merge to 1.12 (#414) 2021-03-04 06:29:10 -06:00
external.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
family_v16_00000.h5
family_v16_00001.h5
family_v16_00002.h5
family_v16_00003.h5
farray.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
fheap.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
file_image_core_test.h5
file_image.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
filenotclosed.c Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451) 2021-03-10 12:42:35 -06:00
filespace_1_6.h5
filespace_1_8.h5
fill18.h5
fill_old.h5
fillval.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
filter_error.h5
filter_fail.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
filter_plugin1_dsets.c Removed bad function pointer casts (#434) 2021-03-08 08:26:58 -06:00
filter_plugin2_dsets.c Removed bad function pointer casts (#434) 2021-03-08 08:26:58 -06:00
filter_plugin3_dsets.c Removed bad function pointer casts (#434) 2021-03-08 08:26:58 -06:00
filter_plugin4_groups.c Removed bad function pointer casts (#434) 2021-03-08 08:26:58 -06:00
filter_plugin.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
flush1.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
flush2.c Update license url (#332) 2021-02-17 08:52:04 -06:00
flushrefresh.c Update license url (#332) 2021-02-17 08:52:04 -06:00
flushrefreshTest.cmake Update license url (#332) 2021-02-17 08:52:04 -06:00
freespace.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
fsm_aggr_nopersist.h5
fsm_aggr_persist.h5
gen_bad_compound.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_bad_offset.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_bad_ohdr.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_bogus.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_bounds.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_cross.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_deflate.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_file_image.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_filespace.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_filters.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_mergemsg.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_new_array.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_new_fill.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_new_group.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_new_mtime.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_new_super.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_noencoder.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_nullspace.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_old_array.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_old_group.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_old_layout.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_old_mtime.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_plist.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_sizes_lheap.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_specmetaread.c Update license url (#332) 2021-02-17 08:52:04 -06:00
gen_udlinks.c Update license url (#332) 2021-02-17 08:52:04 -06:00
genall5.c Fixed clang-tidy readability-redundant-control-flow warnings (#428) 2021-03-05 08:51:01 -06:00
genall5.h Update license url (#332) 2021-02-17 08:52:04 -06:00
getname.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
gheap.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
group_old.h5
h5fc_ext1_f.h5
h5fc_ext1_i.h5
h5fc_ext2_if.h5
h5fc_ext2_sf.h5
h5fc_ext3_isf.h5
h5fc_ext_none.h5
h5test.c Brings the native implementation of H5Fdelete() from Bitbucket (#524) 2021-04-16 13:47:32 -05:00
h5test.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
H5srcdir_str.h.in Update license url (#332) 2021-02-17 08:52:04 -06:00
H5srcdir.h Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) 2021-02-22 22:29:56 -06:00
hdfs.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
hyperslab.c Update license url (#332) 2021-02-17 08:52:04 -06:00
istore.c Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451) 2021-03-10 12:42:35 -06:00
le_data.h5
le_extlink1.h5
le_extlink2.h5
lheap.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
links_env.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
links.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
Makefile.am Removes dead H5ST package from the library (#528) 2021-03-29 21:32:52 -05:00
memleak_H5O_dtype_decode_helper_H5Odtype.h5
mergemsg.h5
mf.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
mirror_vfd.c Update license url (#332) 2021-02-17 08:52:04 -06:00
mount.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
mtime.c Update license url (#332) 2021-02-17 08:52:04 -06:00
multi_file_v16-r.h5
multi_file_v16-s.h5
noencoder.h5
none.h5
ntypes.c Update license url (#332) 2021-02-17 08:52:04 -06:00
null_vol_connector.c Update license url (#332) 2021-02-17 08:52:04 -06:00
null_vol_connector.h Changes found during merge to 1.12 (#414) 2021-03-04 06:29:10 -06:00
objcopy_ref.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
objcopy.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
ohdr.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
page_buffer.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
paged_nopersist.h5
paged_persist.h5
pool.c Update license url (#332) 2021-02-17 08:52:04 -06:00
POSIX_Order_Write_Test_Report.docx
POSIX_Order_Write_Test_Report.pdf
reserved.c Fixes incorrect usage of H5I_BADID (#554) 2021-04-19 16:51:18 -05:00
ros3.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
s3comms.c Update license url (#332) 2021-02-17 08:52:04 -06:00
set_extent.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
ShellTests.cmake CMake changes to byproducts - ninja warnings (#568) 2021-04-23 21:22:29 -05:00
space_overflow.c Update license url (#332) 2021-02-17 08:52:04 -06:00
specmetaread.h5
stab.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
swmr_addrem_writer.c Update license url (#332) 2021-02-17 08:52:04 -06:00
swmr_check_compat_vfd.c Update license url (#332) 2021-02-17 08:52:04 -06:00
swmr_common.c Update license url (#332) 2021-02-17 08:52:04 -06:00
swmr_common.h Changes found during merge to 1.12 (#414) 2021-03-04 06:29:10 -06:00
swmr_generator.c Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451) 2021-03-10 12:42:35 -06:00
SWMR_POSIX_Order_UG.txt
swmr_reader.c Update license url (#332) 2021-02-17 08:52:04 -06:00
swmr_remove_reader.c Update license url (#332) 2021-02-17 08:52:04 -06:00
swmr_remove_writer.c Update license url (#332) 2021-02-17 08:52:04 -06:00
swmr_sparse_reader.c Update license url (#332) 2021-02-17 08:52:04 -06:00
swmr_sparse_writer.c Update license url (#332) 2021-02-17 08:52:04 -06:00
swmr_start_write.c Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451) 2021-03-10 12:42:35 -06:00
SWMR_UseCase_UG.txt Removes staff email addresses from the repository 2020-08-06 17:58:07 -07:00
swmr_writer.c Update license url (#332) 2021-02-17 08:52:04 -06:00
swmr.c Misc warning fixes (#495) 2021-03-24 11:25:50 -05:00
tarray.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
tarrold.h5
tattr.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
tbad_msg_count.h5
tbogus.h5
tcheck_version.c Suppresses the tcheck_version test's abort dialog on Windows (#477) 2021-03-17 14:23:07 -05:00
tchecksum.c Update license url (#332) 2021-02-17 08:52:04 -06:00
tconfig.c Update license url (#332) 2021-02-17 08:52:04 -06:00
tcoords.c Update license url (#332) 2021-02-17 08:52:04 -06:00
test_filter_plugin.sh.in Update license url (#332) 2021-02-17 08:52:04 -06:00
test_filters_be.h5
test_filters_le.h5
test_mirror.sh.in Update license url (#332) 2021-02-17 08:52:04 -06:00
test_usecases.sh.in Update license url (#332) 2021-02-17 08:52:04 -06:00
test_vol_plugin.sh.in Update license url (#332) 2021-02-17 08:52:04 -06:00
testabort_fail.sh.in Update license url (#332) 2021-02-17 08:52:04 -06:00
testcheck_version.sh.in Update license url (#332) 2021-02-17 08:52:04 -06:00
testerror.sh.in Update license url (#332) 2021-02-17 08:52:04 -06:00
testexternal_env.sh.in Update license url (#332) 2021-02-17 08:52:04 -06:00
testflushrefresh.sh.in Update license url (#332) 2021-02-17 08:52:04 -06:00
testframe.c Update license url (#332) 2021-02-17 08:52:04 -06:00
testhdf5.c Removes dead H5ST package from the library (#528) 2021-03-29 21:32:52 -05:00
testhdf5.h Removes dead H5ST package from the library (#528) 2021-03-29 21:32:52 -05:00
testlibinfo.sh.in Update license url (#332) 2021-02-17 08:52:04 -06:00
testlinks_env.sh.in Update license url (#332) 2021-02-17 08:52:04 -06:00
testmeta.c Update license url (#332) 2021-02-17 08:52:04 -06:00
testswmr.sh.in Update license url (#332) 2021-02-17 08:52:04 -06:00
testvds_env.sh.in Update license url (#332) 2021-02-17 08:52:04 -06:00
testvdsswmr.sh.in Update license url (#332) 2021-02-17 08:52:04 -06:00
tfile.c Brings the native implementation of H5Fdelete() from Bitbucket (#524) 2021-04-16 13:47:32 -05:00
tgenprop.c Update license url (#332) 2021-02-17 08:52:04 -06:00
th5o.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
th5s.c Misc warning fixes (#495) 2021-03-24 11:25:50 -05:00
th5s.h5
theap.c Removes dead H5ST package from the library (#528) 2021-03-29 21:32:52 -05:00
thread_id.c Update license url (#332) 2021-02-17 08:52:04 -06:00
tid.c Misc warning fixes (#495) 2021-03-24 11:25:50 -05:00
timer.c HD prefix updates in src/ and test/ 2020-10-23 17:13:05 -07:00
titerate.c Misc warning fixes (#495) 2021-03-24 11:25:50 -05:00
tlayouto.h5
tmeta.c Update license url (#332) 2021-02-17 08:52:04 -06:00
tmisc.c Misc warning fixes (#495) 2021-03-24 11:25:50 -05:00
tmtimen.h5
tmtimeo.h5
trefer_deprec.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
trefer_shutdown.c Clang-format of source files 2020-09-30 09:27:10 -05:00
trefer.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
trefstr.c Cleans up a couple of MSVC warnings in testhdf5 (#475) 2021-03-17 14:22:02 -05:00
tselect.c Cleans up a couple of MSVC warnings in testhdf5 (#475) 2021-03-17 14:22:02 -05:00
tsizeslheap.h5
tskiplist.c Update license url (#332) 2021-02-17 08:52:04 -06:00
tsohm.c Update license url (#332) 2021-02-17 08:52:04 -06:00
ttime.c Update license url (#332) 2021-02-17 08:52:04 -06:00
ttsafe_acreate.c Update license url (#332) 2021-02-17 08:52:04 -06:00
ttsafe_attr_vlen.c Update license url (#332) 2021-02-17 08:52:04 -06:00
ttsafe_cancel.c Update license url (#332) 2021-02-17 08:52:04 -06:00
ttsafe_dcreate.c Update license url (#332) 2021-02-17 08:52:04 -06:00
ttsafe_error.c Update license url (#332) 2021-02-17 08:52:04 -06:00
ttsafe.c Fixed clang-tidy readability-redundant-control-flow warnings (#428) 2021-03-05 08:51:01 -06:00
ttsafe.h Update license url (#332) 2021-02-17 08:52:04 -06:00
tunicode.c Update license url (#332) 2021-02-17 08:52:04 -06:00
tvlstr.c Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451) 2021-03-10 12:42:35 -06:00
tvltypes.c Misc warning fixes (#495) 2021-03-24 11:25:50 -05:00
twriteorder.c Replaces checks for fork, etc. with checks for unistd.h (#457) 2021-03-11 15:34:55 -06:00
unlink.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
unregister.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
use_append_chunk_mirror.c Replaces checks for fork, etc. with checks for unistd.h (#457) 2021-03-11 15:34:55 -06:00
use_append_chunk.c Replaces checks for fork, etc. with checks for unistd.h (#457) 2021-03-11 15:34:55 -06:00
use_append_mchunks.c Replaces checks for fork, etc. with checks for unistd.h (#457) 2021-03-11 15:34:55 -06:00
use_common.c Replaces checks for fork, etc. with checks for unistd.h (#457) 2021-03-11 15:34:55 -06:00
use_disable_mdc_flushes.c Replaces checks for fork, etc. with checks for unistd.h (#457) 2021-03-11 15:34:55 -06:00
use.h Update license url (#332) 2021-02-17 08:52:04 -06:00
vds_env.c Update license url (#332) 2021-02-17 08:52:04 -06:00
vds_swmr_gen.c Update license url (#332) 2021-02-17 08:52:04 -06:00
vds_swmr_reader.c Update license url (#332) 2021-02-17 08:52:04 -06:00
vds_swmr_writer.c Update license url (#332) 2021-02-17 08:52:04 -06:00
vds_swmr.h Update license url (#332) 2021-02-17 08:52:04 -06:00
vds.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
vfd.c Brings the native implementation of H5Fdelete() from Bitbucket (#524) 2021-04-16 13:47:32 -05:00
vol_plugin.c Update clang config (#473) 2021-03-17 10:25:39 -05:00
vol.c Update clang config (#473) 2021-03-17 10:25:39 -05:00