Skip to content

Commit 041af84

Browse files
authored
docs: update readme section of supported platforms (#94)
2 parents 3b3d603 + dfffb2c commit 041af84

2 files changed

Lines changed: 9 additions & 55 deletions

File tree

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[![CLA assistant](https://cla-assistant.io/readme/badge/nfrechette/sjson-cpp)](https://cla-assistant.io/nfrechette/sjson-cpp)
22
[![All Contributors](https://img.shields.io/github/all-contributors/nfrechette/sjson-cpp)](#contributors-)
3-
[![Build status](https://ci.appveyor.com/api/projects/status/oynd3x3d9umjaruf/branch/develop?svg=true)](https://ci.appveyor.com/project/nfrechette/sjson-cpp)
43
[![Build status](https://github.com/nfrechette/sjson-cpp/workflows/build/badge.svg)](https://github.com/nfrechette/sjson-cpp/actions)
54
[![Sonar Status](https://sonarcloud.io/api/project_badges/measure?project=nfrechette_sjson-cpp&metric=alert_status)](https://sonarcloud.io/dashboard?id=nfrechette_sjson-cpp)
65
[![GitHub (pre-)release](https://img.shields.io/github/release/nfrechette/sjson-cpp/all.svg)](https://github.com/nfrechette/sjson-cpp/releases)
@@ -36,18 +35,15 @@ Unicode formats other than UTF-8 aren't supported.
3635

3736
## Supported platforms
3837

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.
5147

5248
## External dependencies
5349

appveyor.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)