(ws) bump CLI command line parsing library from 1.8 to 2.0
This commit is contained in:
parent
b5804c2082
commit
3baf59a031
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
All changes to this project will be documented in this file.
|
All changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [11.2.10] - 2021-07-27
|
||||||
|
|
||||||
|
(ws) bump CLI command line parsing library from 1.8 to 2.0
|
||||||
|
|
||||||
## [11.2.9] - 2021-06-08
|
## [11.2.9] - 2021-06-08
|
||||||
|
|
||||||
(ws) ws connect has a -g option to gzip decompress messages for API such as the websocket Huobi Global.
|
(ws) ws connect has a -g option to gzip decompress messages for API such as the websocket Huobi Global.
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define IX_WEBSOCKET_VERSION "11.2.9"
|
#define IX_WEBSOCKET_VERSION "11.2.10"
|
||||||
|
@ -22,7 +22,7 @@ install: brew
|
|||||||
# Default rule does not use python as that requires first time users to have Python3 installed
|
# Default rule does not use python as that requires first time users to have Python3 installed
|
||||||
#
|
#
|
||||||
brew:
|
brew:
|
||||||
mkdir -p build && (cd build ; cmake -GNinja -DCMAKE_UNITY_BUILD=ON -DCMAKE_INSTALL_MESSAGE=LAZY -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Debug -DUSE_TLS=1 -DUSE_WS=1 -DUSE_TEST=1 .. ; ninja install)
|
mkdir -p build && (cd build ; cmake -GNinja -DCMAKE_UNITY_BUILD=OFF -DCMAKE_INSTALL_MESSAGE=LAZY -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Debug -DUSE_TLS=1 -DUSE_WS=1 -DUSE_TEST=1 .. ; ninja install)
|
||||||
|
|
||||||
# Docker default target. We've had problems with OpenSSL and TLS 1.3 (on the
|
# Docker default target. We've had problems with OpenSSL and TLS 1.3 (on the
|
||||||
# server side ?) and I can't work-around it easily, so we're using mbedtls on
|
# server side ?) and I can't work-around it easily, so we're using mbedtls on
|
||||||
|
5444
third_party/cli11/CLI11.hpp
vendored
5444
third_party/cli11/CLI11.hpp
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user