fktn-k / fkYAML

A C++ header-only YAML library
MIT License
69 stars 7 forks source link

#83 Add compiler support on Windows & macOS #87

Closed fktn-k closed 1 year ago

fktn-k commented 1 year ago

New compilers have been added to the supported compiler list.
The fkYAML library is built and unit-tested with those compilers with successful results.
Newly supported compilers are as follows:

Compiler Operating System CI provider
AppleClang 11.0.3.11030032 macOS 11.7.9 GitHub Actions
AppleClang 12.0.0.12000032 macOS 11.7.9 GitHub Actions
AppleClang 12.0.5.12050022 macOS 11.7.9 GitHub Actions
AppleClang 13.0.0.13000029 macOS 11.7.9 GitHub Actions
AppleClang 13.0.0.13000029 macOS 12.6.8 GitHub Actions
AppleClang 13.1.6.13160021 macOS 12.6.8 GitHub Actions
MinGW-64 8.1.0 Windows-10.0.17763 GitHub Actions
MinGW-64 12.2.0 Windows-10.0.20348 GitHub Actions