summaryrefslogtreecommitdiffstats
path: root/modules/websocket/SCsub
Commit message (Expand)AuthorAgeFilesLines
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-1/+1
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* Modules: Don't build editor-specific classes in templatesRémi Verschelde2022-03-281-0/+2
* wslay: Sync with upstream 45d22583bRémi Verschelde2021-11-191-2/+1
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-8/+24
* [HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli2020-11-101-3/+5
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-3/+3
* Remove libwebsocket. No longer used, yay!Fabio Alessandrelli2019-07-041-86/+4
* WebSocket module now uses wslay library.Fabio Alessandrelli2019-07-041-2/+21
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-1/+1
* Revert "Update libwebsockets to 3.1 (plus UWP patch)"Fabio Alessandrelli2019-05-011-61/+56
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-3/+3
* SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-1/+1
* Update libwebsockets to 3.1 (plus UWP patch)Fabio Alessandrelli2019-03-061-56/+61
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-18/+17
* Rebase patches for fixing haiku build.Adrien Destugues2018-08-111-82/+83
* Bump libwebsockets to version 3.0.0Fabio Alessandrelli2018-06-071-34/+44
* Thirdparty: Fill copyright for lws, miniupnpc, clipperRémi Verschelde2018-06-071-2/+2
* Remove unneeded and problematic minilex.c from lws.Fabio Alessandrelli2018-03-011-1/+0
* Use Prepend instead of Append for mbedTLS includeFabio Alessandrelli2018-02-281-2/+2
* Websocket module properly recognize UWP (by @vnen)George Marques2018-02-201-2/+5
* Allow building with system wide mbedtls on X11Fabio Alessandrelli2018-02-141-2/+3
* lws module now uses mbedtls as OpenSSL replacementFabio Alessandrelli2018-02-141-3/+13
* Add websocket module.Fabio Alessandrelli2018-02-061-0/+70