|
224be91211
|
Fix websockets surface crash when panner is not available
|
2020-02-23 16:21:55 +01:00 |
|
|
7fdc35bb45
|
Fix Unix compile with older libwebsockets
Debian/Ubuntu still only ship libwebsockets 2.x.
Recent libWS abstracts the poll interface to be
compatible with Windows.
|
2020-02-22 23:27:08 +01:00 |
|
Luciano Iam
|
d7ef188aea
|
Prefix events with LWS_
|
2020-02-22 23:10:25 +01:00 |
|
Luciano Iam
|
5abce5aae5
|
Properly initialize IOCondition in events_to_ioc()
|
2020-02-22 23:10:25 +01:00 |
|
Luciano Iam
|
7f73cfb36e
|
Properly initialize lws config structs
|
2020-02-22 23:10:25 +01:00 |
|
Luciano Iam
|
047b05b860
|
Remove all initializer list usages
|
2020-02-22 23:10:24 +01:00 |
|
Luciano Iam
|
bb448080b6
|
Remove locally defined classes
|
2020-02-22 23:10:24 +01:00 |
|
Luciano Iam
|
d8d70adab8
|
Replace C++11 lambdas with functors
|
2020-02-22 23:10:24 +01:00 |
|
Luciano Iam
|
6e499e2cc5
|
Make code adhere to C++98 (WIP)
|
2020-02-22 23:10:24 +01:00 |
|
Luciano Iam
|
8db9755d1e
|
Add websockets surface module
|
2020-02-22 23:10:24 +01:00 |
|