1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/test-apps
Andy Green fc995df480 CMake: convert all LWS_USE_... to LWS_WITH_...
Almost all the CMake options begin with LWS_WITH_..., but many of the
symbols passed to lws are LWS_USE_... , this causes neededless confusion,
compounded by the fact that a few CMake options also begin with
LWS_USE_.

This patch globally converts all LWS_USE_... to LWS_WITH_..., so there
is only one prefix to remember in both CMake and the code.

The affected public CMake options are

LWS_USE_BORINGSSL     ->  LWS_WITH_BORINGSSL
LWS_USE_CYASSL        ->  LWS_WITH_CYASSL
LWS_USE_WOLFSSL       ->  LWS_WITH_WOLFSSL
LWS_USE_MBEDTLS       ->  LWS_WITH_MBEDTLS
LWS_USE_BUNDLED_ZLIB  ->  LWS_WITH_BUNDLED_ZLIB
2017-10-16 17:13:48 +08:00
..
android CMake: convert all LWS_USE_... to LWS_WITH_... 2017-10-16 17:13:48 +08:00
private clean up top level of project 2017-09-27 08:24:05 +08:00
.gitignore clean up top level of project 2017-09-27 08:24:05 +08:00
attack.sh clean up top level of project 2017-09-27 08:24:05 +08:00
candide.zip clean up top level of project 2017-09-27 08:24:05 +08:00
favicon.ico clean up top level of project 2017-09-27 08:24:05 +08:00
fuzxy.c clean up top level of project 2017-09-27 08:24:05 +08:00
leaf.jpg clean up top level of project 2017-09-27 08:24:05 +08:00
libwebsockets-test-server.service clean up top level of project 2017-09-27 08:24:05 +08:00
libwebsockets.org-logo.png clean up top level of project 2017-09-27 08:24:05 +08:00
lws-cgi-test.sh clean up top level of project 2017-09-27 08:24:05 +08:00
lws-common.js clean up top level of project 2017-09-27 08:24:05 +08:00
lws-ssh-test-keys Plugins: add ssh-base ssh server plugin 2017-10-16 16:59:57 +08:00
lws-ssh-test-keys.pub Plugins: add ssh-base ssh server plugin 2017-10-16 16:59:57 +08:00
test-client.c test-client: add justmirror flag 2017-09-27 08:24:05 +08:00
test-echo.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-fraggle.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-ping.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-server-dumb-increment.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-server-http.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-server-libev.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-server-libevent.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-server-libuv.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-server-pthreads.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-server-v2.0.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-server.c clean up top level of project 2017-09-27 08:24:05 +08:00
test-server.h clean up top level of project 2017-09-27 08:24:05 +08:00
test-sshd.c Plugins: add ssh-base ssh server plugin 2017-10-16 16:59:57 +08:00
test.html lws-meta: add var in js to enable and disable by default 2017-09-27 08:24:05 +08:00