File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ that experience. So I spent a few weeks creating my own HTTP Client library
75
75
using boost::asio with JSON serialization/deserialization.
76
76
77
77
# Dependencies
78
- Restc-cpp depends on C++14 with its standard libraries and:
78
+ Restc-cpp depends on C++14 (or newer) with its standard libraries and:
79
79
- boost
80
80
- rapidjson (CMake will download and install rapidjson for the project)
81
81
- gtest (CMake will download and install gtest for the project if it is not installed)
@@ -253,6 +253,21 @@ Please refer to the [tutorial](doc/Tutorial.md) for more examples.
253
253
# Current Status
254
254
The project has been in public BETA since April 11th 2017.
255
255
256
+ # Supported compilers
257
+ These are the compilers that are being tested before anything is merged to the master branch.
258
+
259
+ - g++ from 8 to 14
260
+ - clang (current)
261
+ - msvc (current)
262
+ - Apple clang (current)
263
+
264
+ # Supported C++ standards
265
+ These are the C++ versions that are are being tested before anything is merged to the master branch.
266
+
267
+ - C++14
268
+ - C++17
269
+ - C++20
270
+
256
271
# Supported operating systems
257
272
These are the operating systems where my Continues Integration (Jenkins) servers currently compiles the project and run all the tests:
258
273
You can’t perform that action at this time.
0 commit comments