-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump version to TinyORM v0.38.0 and tom v0.10.0
Also bumped to: - TinyDrivers v0.2.0 - TinyMySql v0.2.0 - TinyUtils v0.5.0 - removed Qt v5 support (since TinyORM v0.38.0) 🎉🕺🙌 eda9df9 - renamed all occurrences of QVector to QList 8a71078 - renamed all occurrences of toVector to toList (Model) 118acd8 - renamed all getQtQuery and similar to getSqlQuery 7f897b3 - drivers populate Default Column Values - added MySQL v9.0 support - increased min. GCC version to v11.2 - upgraded everything to latest versions 😁 - qmake/cmake added support for ccache >=4.10 (on Windows with PCH) 🙌👌 - Qt removed deprecated API-s up to Qt v6.9 - bugfix in String::snake() 🤔 - vcpkg bugfix /MT vs /MD - docs added API Stability boxes and a new page - fixed all Visual Studio 2022 analyzer warnings (Recommended Rules Profile) - greatly optimized PCH - cmake added support for ctest --parallel 🎉 - workflows added LTO to matrix (Linux/Windows) - tools added deploy scripts 👌 - ~500 more improvements and bugfix-es 😮😎
- Loading branch information
Showing
13 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", | ||
"name": "tinyorm", | ||
"version-semver": "0.37.3", | ||
"version-semver": "0.38.0", | ||
"port-version": 3, | ||
"maintainers": "Silver Zachara <[email protected]>", | ||
"description": "Modern C++ ORM library for Qt framework", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters