Skip to content

Commit

Permalink
Merge pull request #19 from crypto-chassis/refactor/prep_for_major_ne…
Browse files Browse the repository at this point in the history
…w_release

refactor: create service subfolder; use boost as the default asio lib…
  • Loading branch information
cryptochassis authored Oct 27, 2020
2 parents 58971f4 + c13fd1a commit 9b76b00
Show file tree
Hide file tree
Showing 3,467 changed files with 489,592 additions and 315,747 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/workflows/cpplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- run: pip install cpplint
- run: cpplint --exclude=include/ccapi_cpp/websocketpp_decompress_workaround.h --filter -legal/copyright,-whitespace/line_length,-build/c++11,-runtime/references,-build/include_what_you_use,-runtime/int include/**/* example/src/*
- run: cpplint --recursive --exclude=include/ccapi_cpp/websocketpp_decompress_workaround.h --filter -legal/copyright,-whitespace/line_length,-build/c++11,-runtime/references,-build/include_what_you_use,-runtime/int include/**/* example/src/*
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@
* Example CMake: example/CMakeLists.txt.
* Require C++14 and OpenSSL.
* Definitions in the compiler command line:
* Define macro ENABLE_MARKET_DATA_SERVICE.
* If you need all supported exchanges, define macro ENABLE_ALL_EXCHANGE. Otherwise, define exchange specific macros such as ENABLE_COINBASE, etc. See include/ccapi_cpp/ccapi_enable_exchange.h.
* Define service enablement macro ENABLE_MARKET_DATA_SERVICE and exchange enablement macros such as ENABLE_COINBASE, etc. These macros can be found at the top of include/ccapi_cpp/ccapi_session.h.
* If your OpenSSL version is older than 1.1, define macro OPENSSL_VERSION_MAJOR and OPENSSL_VERSION_MINOR (e.g. for OpenSSL 1.0.2s, define OPENSSL_VERSION_MAJOR to be 1 and OPENSSL_VERSION_MINOR to be 0).
* Include directories:
* include
* dependency/websocketpp
* dependency/asio/asio/include (If you use Boost Asio, this should be your Boost include directory, and you also need to define WEBSOCKETPP_USE_BOOST_ASIO in the compiler command line)
* dependency/boost
* dependency/rapidjson/include
* dependency/date/include
* Link libraries:
Expand Down
24 changes: 0 additions & 24 deletions dependency/asio/.appveyor.yml

This file was deleted.

3 changes: 0 additions & 3 deletions dependency/asio/.gitignore

This file was deleted.

323 changes: 0 additions & 323 deletions dependency/asio/.travis.yml

This file was deleted.

23 changes: 0 additions & 23 deletions dependency/asio/asio/.gitignore

This file was deleted.

Loading

0 comments on commit 9b76b00

Please sign in to comment.