mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-08 01:29:23 -05:00
docs updated compiler versions
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
sidebar_position: 1
|
||||
sidebar_label: 🔧 Dependencies
|
||||
hide_table_of_contents: true
|
||||
description: Library dependencies are MySQL Connector/C 8, range-v3 >=0.11.0, tabulate and the Qt framework version used during development was 5.15.2 and >=6.2. The code was developed on MSVC 16.9-16.11, MSVC 17.2-17.5, GCC 10.2-12.2, and Clang 11-16.
|
||||
description: Library dependencies are MySQL Connector/C 8, range-v3 >=0.11.0, tabulate and the Qt framework version used during development was 5.15.2 and >=6.2. The code was developed on MSVC 16.9-16.11, MSVC 17.2-17.9, GCC 10.2-13.2, and Clang 11-16.
|
||||
keywords: [c++ orm, dependencies, tinyorm]
|
||||
---
|
||||
|
||||
# Dependencies
|
||||
|
||||
The code was developed on MSVC 16.9-16.11, MSVC 17.2-17.5, GCC 10.2-12.2, and Clang 11-16, so may be assumed it will work on future releases of these compilers. Minimum required ISO C++ standard is C++20.
|
||||
The code was developed on MSVC 16.9-16.11, MSVC 17.2-17.9, GCC 10.2-13.2, and Clang 11-18, so may be assumed it will work on future releases of these compilers. Minimum required ISO C++ standard is C++20.
|
||||
The Qt framework version used during development was 5.15.2 and >=6.2.
|
||||
|
||||
##### Required
|
||||
|
||||
@@ -16,13 +16,13 @@ Following compilers are backed up by the GitHub Action [workflows](https://githu
|
||||
|
||||
- MSVC 2019 `>=16.9`
|
||||
- MSVC 2022 `>=17`
|
||||
- MSYS2 UCRT64 GCC `10.2` - `12.2`
|
||||
- MSYS2 UCRT64 GCC `10.2` - `13.2`
|
||||
- MSYS2 UCRT64 Clang `>=15`
|
||||
- clang-cl `>=15` with MSVC 2019/2022
|
||||
|
||||
#### `Linux`
|
||||
|
||||
- GCC `10.2` - `12.2`
|
||||
- GCC `10.2` - `13.2`
|
||||
- Clang `>=15` <small className='darker'>(libstdc++ only)</small>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user