litespeed-quic/bin
Tyler Young f07b3eae43
[WIP] use vcpkg for getopt; build windows shared lib enhancements (#350)
* fix MSVC compiler shared library issues - mostly around 'extern const'

* add vcpkg install getopt to appveyor-windows.yml

show appveyor where to get getopt from vcpkg (non-static lib to avoid LGPL violation)

* add missing else case in lsquic_shared_support.h for windows static lib path

* have cmake spit out it's version

have cmake copy dependent dlls to build dir for tests on windows (getopt.dll)

* copy getopt.dll dep for tests

added commented version that requires >= 3.21 but handles any dll deps

* try caching boringssl dir to reduce CI build time since it's always same commit specified in config file

define VCPKG_ROOT in env since I can't seem to find it by VCPKG_ROOT or VCPKG_INSTALLED_DIR in appveyor's cmake v3.16 + vcpkg

* make windows cache dependent on yml and cmd

* sync up with changes to ls-qpack
2021-12-15 11:38:20 -05:00
..
CMakeLists.txt [WIP] use vcpkg for getopt; build windows shared lib enhancements (#350) 2021-12-15 11:38:20 -05:00
duck_client.c Release 2.27.1 2021-01-06 09:00:05 -05:00
duck_server.c Release 2.27.1 2021-01-06 09:00:05 -05:00
echo_client.c Release 2.27.6 2021-01-27 10:36:25 -05:00
echo_server.c Release 2.27.1 2021-01-06 09:00:05 -05:00
http_client.c fix: fix compile error caused by store_ctx (#338) 2021-10-17 14:25:55 -04:00
http_server.c Release 2.29.6 2021-03-31 09:38:32 -04:00
md5_client.c Release 2.29.3 2021-03-03 09:41:42 -05:00
md5_server.c Release 2.27.1 2021-01-06 09:00:05 -05:00
perf_client.c Release 2.29.3 2021-03-03 09:41:42 -05:00
perf_server.c Release 2.29.1 2021-02-18 10:09:35 -05:00
prog.c Release 2.28.0 2021-02-03 11:05:50 -05:00
prog.h Release 2.27.1 2021-01-06 09:00:05 -05:00
test_cert.c Release 2.27.1 2021-01-06 09:00:05 -05:00
test_cert.h Release 2.27.1 2021-01-06 09:00:05 -05:00
test_common.c Release 2.28.0 2021-02-03 11:05:50 -05:00
test_common.h Release 2.27.1 2021-01-06 09:00:05 -05:00
test_config.h.in Release 2.19.10 -- Fix Windows and MacOS builds 2020-09-08 14:16:25 -04:00