mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-19 18:28:39 -06:00
25 lines
778 B
Plaintext
25 lines
778 B
Plaintext
---
|
|
sidebar_position: 2
|
|
hide_table_of_contents: true
|
|
description: Platform requirements and supported compilers for TinyORM c++ library.
|
|
---
|
|
|
|
# Supported Compilers
|
|
|
|
Following compilers are backed up by the GitHub Action [workflows](https://github.com/silverqx/TinyORM/tree/main/.github/workflows) (CI pipelines), these workflows also include more then 920 unit tests.
|
|
|
|
Windows >=10:
|
|
|
|
- MSVC 2019 16.9 - 16.11.13
|
|
- MSYS2 UCRT64 GCC 10.2 - 11.3
|
|
- MSYS2 UCRT64 Clang 12 - 14
|
|
|
|
Linux:
|
|
|
|
- GCC 10.2 - 11.3
|
|
- Clang 11 - 14
|
|
|
|
:::caution
|
|
The MSVC >=17 (Visual Studio 2022) is not supported as the Qt Framework doesn't support it and it looks like the currently upcoming Qt 6.4.0 will not have the MSVC 17 support 😞, support will be added immediately after the Qt adds this support.
|
|
:::
|