Skip to content

Commit 3dabd3a

Browse files
committed
(ws) merge all ws_*.cpp files into a single one to speedup compilation
1 parent 0498e2f commit 3dabd3a

27 files changed

+2656
-3154
lines changed

docs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All changes to this project will be documented in this file.
44

5+
## [10.2.5] - 2020-08-15
6+
7+
(ws) merge all ws_*.cpp files into a single one to speedup compilation
8+
59
## [10.2.4] - 2020-08-15
610

711
(socket server) in the loop accepting connections, call select without a timeout on unix to avoid busy looping, and only wake up when a new connection happens

ixwebsocket/IXWebSocketVersion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
#pragma once
88

9-
#define IX_WEBSOCKET_VERSION "10.2.4"
9+
#define IX_WEBSOCKET_VERSION "10.2.5"

ws/CMakeLists.txt

-23
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,6 @@ add_executable(ws
4646
../third_party/msgpack11/msgpack11.cpp
4747
../third_party/cpp-linenoise/linenoise.cpp
4848
${JSONCPP_SOURCES}
49-
50-
ws_http_client.cpp
51-
ws_ping_pong.cpp
52-
ws_broadcast_server.cpp
53-
ws_push_server.cpp
54-
ws_echo_server.cpp
55-
ws_echo_client.cpp
56-
ws_chat.cpp
57-
ws_connect.cpp
58-
ws_transfer.cpp
59-
ws_send.cpp
60-
ws_receive.cpp
61-
ws_redis_cli.cpp
62-
ws_redis_publish.cpp
63-
ws_redis_subscribe.cpp
64-
ws_redis_server.cpp
65-
ws_snake.cpp
66-
ws_cobra_metrics_publish.cpp
67-
ws_cobra_publish.cpp
68-
ws_httpd.cpp
69-
ws_autobahn.cpp
70-
ws_sentry_minidump_upload.cpp
71-
ws_dns_lookup.cpp
7249
ws.cpp)
7350

7451
# library with the most dependencies come first

0 commit comments

Comments
 (0)