1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/plugins
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
..
generic-sessions coverity 182069: coverity confused by use of bool as array index 2017-07-28 14:25:25 +08:00
generic-table boilerplate: add back missing Lesser that cut-and-pasted itself around 2017-04-06 23:01:34 +08:00
ssh-base CMake: convert all LWS_USE_... to LWS_WITH_... 2017-10-16 17:13:48 +08:00
lwsws-logo.png http cache policy 2016-04-22 08:53:49 +08:00
protocol_client_loopback_test.c gcc- format strings: debug and extra plugins 2017-02-05 22:30:27 +08:00
protocol_dumb_increment.c lws-vhost-destroy 2017-07-19 08:51:43 +08:00
protocol_esp32_lws_group.c plugins: group 2017-05-16 20:21:47 +08:00
protocol_esp32_lws_ota.c esp32: reapply pending count just for esp32 2017-05-07 08:19:55 +08:00
protocol_esp32_lws_reboot_to_factory.c esp32: separate factory setup 2017-03-31 20:05:10 +08:00
protocol_esp32_lws_scan.c esp32: multi ap slots 2017-05-13 10:26:59 +08:00
protocol_lws_meta.c lws_meta: explicitly declare all of lws_protocols members for ESP32 2017-07-27 08:27:34 +08:00
protocol_lws_mirror.c lws_ring: introduce generic flexible ringbuffer abstraction 2017-09-21 08:45:56 +08:00
protocol_lws_raw_test.c raw: enable server and client raw sockets 2017-03-07 16:06:05 +08:00
protocol_lws_server_status.c clean: fixes for appveyor warnings 2017-07-19 04:25:20 +08:00
protocol_lws_sshd_demo.c Plugins: add ssh-base ssh server plugin 2017-10-16 16:59:57 +08:00
protocol_lws_status.c ext: pmd: improve dealing with partial input usage with drain 2017-03-20 19:07:19 +08:00
protocol_post_demo.c esp32: return random length from lws_get_random 2017-04-28 11:54:27 +08:00
server-status.html context deprecation 2016-12-20 14:37:07 +08:00