godot/modules/websocket
Rémi Verschelde b0d41847ed SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
It's the recommended way to set those, and is more portable
(automatically prepends -D for GCC/Clang and /D for MSVC).

We still use CPPFLAGS for some pre-processor flags which are not
defines.
2019-07-03 09:59:04 +02:00
..
doc_classes Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
emws_client.cpp Allow setting websocket buffers sizes internally. 2019-06-15 16:57:23 +02:00
emws_client.h Allow setting websocket buffers sizes internally. 2019-06-15 16:57:23 +02:00
emws_peer.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
emws_peer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
emws_server.cpp Allow setting websocket buffers sizes internally. 2019-06-15 16:57:23 +02:00
emws_server.h Allow setting websocket buffers sizes internally. 2019-06-15 16:57:23 +02:00
lws_client.cpp Allow setting websocket buffers sizes internally. 2019-06-15 16:57:23 +02:00
lws_client.h Allow setting websocket buffers sizes internally. 2019-06-15 16:57:23 +02:00
lws_helper.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
lws_helper.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
lws_peer.cpp Fix warnings seen with warnings=all and recent GCC 8.2. 2019-02-18 21:54:31 +01:00
lws_peer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
lws_server.cpp Allow setting websocket buffers sizes internally. 2019-06-15 16:57:23 +02:00
lws_server.h Allow setting websocket buffers sizes internally. 2019-06-15 16:57:23 +02:00
packet_buffer.h Enable warnings=extra on clang and GCC testers. 2019-04-02 17:14:47 +02:00
register_types.cpp Move IDHandler JS module to platform from Websock 2019-04-12 12:41:49 +02:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
websocket_client.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
websocket_client.h Allow setting websocket buffers sizes internally. 2019-06-15 16:57:23 +02:00
websocket_macros.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
websocket_multiplayer_peer.cpp Expose WebSocket set_buffers and document it. 2019-06-15 17:21:08 +02:00
websocket_multiplayer_peer.h Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00
websocket_peer.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
websocket_peer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
websocket_server.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
websocket_server.h Allow setting websocket buffers sizes internally. 2019-06-15 16:57:23 +02:00