Commit Graph

537 Commits

Author SHA1 Message Date
silverqx 258cffafa3 qmake/cmake added support for ccache >=4.10
Don't disable PCH on ccache >=4.10 on Windows as PCH works since this
version.

 - updated docs
2024-06-03 14:07:55 +02:00
silverqx 1c67da6b7d qmake used ccache instead tiny_ccache_win32
- updated docs
2024-06-03 13:50:10 +02:00
silverqx d970f13cb5 upgraded to Qt v6.7.1
- docs
 - tools
 - workflows
 - NOTES.txt
2024-05-24 21:45:42 +02:00
silverqx 22d260ebd8 docs added info
[skip ci]
2024-05-18 11:49:44 +02:00
silverqx 30f4a64a4c docs added shebang to qtenvX
[skip ci]
2024-05-18 11:49:29 +02:00
silverqx 720b3f9e07 upgraded to MySQL v8.4
- docs
 - qmake auto-detection
 - tools
 - workflows

[skip ci]
2024-05-14 15:39:33 +02:00
silverqx 609320a949 enhanced ccache documentation
- prefixed qmake build options anchor-s by qmake- because of two
   conflicting #ccache anchors

[skip ci]
2024-05-13 18:54:55 +02:00
silverqx 13d8ace073 added link for ccache installation
[skip ci]
2024-05-13 18:54:55 +02:00
silverqx 4ba762154a docs fixtypo
[skip ci]
2024-05-13 18:54:55 +02:00
silverqx ae8ccaf3c3 docs updated upper GCC version to v14.1 (Linux)
[skip ci]
2024-05-11 14:50:19 +02:00
silverqx 5e0ba7129f docs updated upper GCC version to v14.1
[skip ci]
2024-05-10 22:38:50 +02:00
silverqx b40b016842 docs changed all <a/> to <Link/>
To avoid the onBrokenAnchors warning.

[skip ci]
2024-05-06 20:04:19 +02:00
silverqx 45ad1ca462 docs bugfix FetchContent example
[skip ci]
2024-05-06 19:27:02 +02:00
silverqx afc22d1d4c docs added CMAKE_CXX_SCAN_FOR_MODULES=OFF
[skip ci]
2024-05-06 19:18:22 +02:00
silverqx 622afc0d8b docs updated qtenv6/5 scripts
[skip ci]
2024-05-06 19:12:37 +02:00
silverqx ed3e213600 docs formatted vcpkg.json
[skip ci]
2024-05-06 19:12:37 +02:00
silverqx 5e98f39bd5 upgraded to Docusaurus v3.3.2 🥳👌
Also bumped to tinyorm.org v1.0.0.

 - changed :::caution to :::warning
 - enhanced assigning font-size for APITable-s
 - bugfix class vs className
 - bugfix unintended extra paragraphs (a new behavior after the upgrade
   to MDX v3)

[skip ci]
2024-05-06 18:51:10 +02:00
silverqx 0f060cc51e docs used markdown link
[skip ci]
2024-05-06 12:32:27 +02:00
silverqx 761bbca772 docs used CodeBlock for vscode
To avoid corrupted syntax highligting in vscode.

[skip ci]
2024-05-06 12:32:27 +02:00
silverqx b645bfd9a3 docs used ```text instead of intended block
[skip ci]
2024-05-06 12:32:27 +02:00
silverqx 74b40e2806 docs removed 4 spaces indent for cpp code blocks
This was hell too.

[skip ci]
2024-05-06 12:32:23 +02:00
silverqx 6603918531 docs added ```cpp around all code blocks 😵‍💫
This was hell.

[skip ci]
2024-05-06 10:29:49 +02:00
silverqx bb278074f0 docs used HTML entity for < character
[skip ci]
2024-05-06 09:54:27 +02:00
silverqx 8ef821980b docs fixtypo
[skip ci]
2024-05-06 09:54:23 +02:00
silverqx 1dd3e13dd3 docs bugfix TinyDrivers missing README.md GitHub
[skip ci]
2024-05-05 19:09:29 +02:00
silverqx e79936cd9d docs bugfix wrong description
[skip ci]
2024-05-05 19:09:29 +02:00
silverqx 5892cf0195 docs fixtypo
[skip ci]
2024-05-05 19:09:29 +02:00
silverqx 0c692f8ec9 bump version to TinyORM v0.37.3
Not bumped:

 - tom v0.9.1
 - TinyDrivers v0.1.1
 - TinyMySql v0.1.1
 - TinyUtils v0.4.1

Bugfix release
2024-05-05 14:53:01 +02:00
silverqx 5b79996ebc cmake removed CMAKE_EXPORT_PACKAGE_REGISTRY=ON
Removed setting the default value for the CMAKE_EXPORT_PACKAGE_REGISTRY
to ON.

The new behavior is not to set this variable by default. Its initial
value is taken from the TINYORM_EXPORT_PACKAGE_REGISTRY environment
variable if not already defined.

[skip ci]
2024-05-05 13:41:40 +02:00
silverqx 8d835b0217 bump version to TinyORM v0.37.2 and tom v0.9.1
Also bumped to:

 - TinyDrivers v0.1.1
 - TinyMySql v0.1.1
 - TinyUtils v0.4.1

Bugfix release
2024-05-04 16:53:13 +02:00
silverqx 29290724ab docs fixtypo
[skip ci]
2024-04-29 09:25:16 +02:00
silverqx eae24982eb docs whitespaces
[skip ci]
2024-04-24 09:48:51 +02:00
silverqx 2cc30b2910 docs bugfix wrong anchor
[skip ci]
2024-04-24 09:47:17 +02:00
silverqx 53daba7232 docs added links
[skip ci]
2024-04-24 09:47:08 +02:00
silverqx ee0b14ac00 docs added links
[skip ci]
2024-04-23 23:14:45 +02:00
silverqx 1d0c708945 docs bugfix qmake static vs staticlib
[skip ci]
2024-04-23 23:07:20 +02:00
silverqx 5762c1357f bump version to TinyORM v0.37.1 and tom v0.9.0
Not bumped:

 - TinyDrivers v0.1.0
 - TinyMySql v0.1.0
 - TinyUtils v0.4.0

Release notes

 - workflows bugfixes
 - deploy script enhancements
 - vcpkg ports bugfixes and enhancements
2024-04-23 18:05:40 +02:00
silverqx 6e79272e02 docs updated compiler versions 2024-04-23 17:27:54 +02:00
silverqx c7eb8dd4b3 docs added MySQL driver differences 2024-04-23 15:35:45 +02:00
silverqx 1413ebb22a bump version to TinyORM v0.37.0 and tom v0.8.0
Also bumped to:

 - TinyUtils v0.4.0

Initial libraries' versions:

 - TinyDrivers v0.1.0
 - TinyMySql v0.1.0
2024-04-21 18:02:30 +02:00
silverqx 4a577988cf docs updated number of unit tests to 3366 (63)
[skip ci]
2024-04-21 18:02:01 +02:00
silverqx 4668950db5 docs initial TinyDrivers
- tools updated deploy pwsh script
 - added TinyDrivers and TinyMySql versions to Prologue
2024-04-21 16:05:25 +02:00
silverqx b83b8247c2 docs used /qt/ in URLs instead of /qt-6/ 2024-04-21 15:07:24 +02:00
silverqx 24b02b95ba upgraded to Qt v6.7.0
Upgraded workflows, documentation, and also all occurences I found.
2024-04-08 21:52:51 +02:00
silverqx a346d7081b drivers cmake added build tree deployment
Copy TinyDrivers and TinyMySql libraries to the root of the build tree.

 - added a new CMake BOOL option BUILD_TREE_DEPLOY
 - updated docs
2024-04-07 18:11:56 +02:00
silverqx 417af9191e fixtypo 2024-04-02 19:50:33 +02:00
silverqx e9c905509f cmake updated max. version to 3.29 2024-03-26 21:03:08 +01:00
silverqx d67ab049d8 added MYSQL_OPT_SSL_MODE configuration support
- updated docs, tests, and workflows
2024-03-22 14:42:21 +01:00
silverqx 0b03a56683 docs fixtypo 2024-03-22 14:32:23 +01:00
silverqx 05d7baf16a docs removed useless inline 2024-03-20 14:42:43 +01:00