|
1 | 1 | [](https://cla-assistant.io/nfrechette/sjson-cpp) |
2 | 2 | [](#contributors-) |
3 | | -[](https://ci.appveyor.com/project/nfrechette/sjson-cpp) |
4 | 3 | [](https://github.com/nfrechette/sjson-cpp/actions) |
5 | 4 | [](https://sonarcloud.io/dashboard?id=nfrechette_sjson-cpp) |
6 | 5 | [](https://github.com/nfrechette/sjson-cpp/releases) |
@@ -36,18 +35,15 @@ Unicode formats other than UTF-8 aren't supported. |
36 | 35 |
|
37 | 36 | ## Supported platforms |
38 | 37 |
|
39 | | -* Windows VS2015 x86 and x64 |
40 | | -* Windows (VS2017 to VS2022) x86, x64, and ARM64 |
41 | | -* Windows (VS2017 to VS2022) with clang x86 and x64 |
42 | | -* Linux (gcc 5 to 13) x86 and x64 |
43 | | -* Linux (clang 4 to 15) x86 and x64 |
44 | | -* OS X (XCode 12.5, 13.2, 14.2) x64 and ARM64 |
45 | | -* Android (NDK 21) ARMv7-A and ARM64 |
46 | | -* iOS (Xcode 10.3, 11.7, 12.5, 13.2, 14.2) ARM64 |
47 | | -* Emscripten (1.39.11) WASM |
48 | | -* MSYS2 x64 |
49 | | - |
50 | | -The above supported platform list is only what is tested every release but if it compiles, it should run just fine. |
| 38 | +Continuous integration tests a variety of platforms and configurations but it generally runs as-is anywhere where C++11 (or later) is supported. CI currently tests: |
| 39 | + |
| 40 | +* Windows VS2022: x86, x64, ARM64 |
| 41 | +* Linux GCC 12+: x86, x64 |
| 42 | +* Linux Clang 15+: x86, x64 |
| 43 | +* OS X XCode 15+: ARM64 |
| 44 | +* Emscripten 1.39.11: WASM |
| 45 | + |
| 46 | +Each releases is also manually tested on iOS and Android. |
51 | 47 |
|
52 | 48 | ## External dependencies |
53 | 49 |
|
|
0 commit comments