Commit Graph

468 Commits

Author SHA1 Message Date
silverqx 9719b12267 docs added caution about QCoreApplication 2023-10-17 15:26:15 +02:00
silverqx ef3834693f docs fixed Hello world example for Qt v6.5.3 2023-10-17 15:26:15 +02:00
silverqx 744cc2449c cmake formatting 2023-10-17 15:26:15 +02:00
silverqx 128afa6b89 docs updated tom CMake project 2023-10-17 15:26:14 +02:00
silverqx 2f4099dfae bumped old forgotten TinyORM version numbers
Updated docs, tools, and NOTES.txt.
2023-10-17 15:26:14 +02:00
silverqx 4e30a29d98 docs added code block titles 2023-10-17 15:26:14 +02:00
silverqx 521bc5c7a1 docs fixtypo 2023-10-17 15:26:13 +02:00
silverqx c9cce2faea docs added Partial guessing of TINYORM_BUILD_TREE 2023-10-17 15:26:13 +02:00
silverqx df0ddfc408 docs fixed unclear and confusing block 2023-10-17 15:26:13 +02:00
silverqx 12c24f23bd docs upgraded to Qt v6.5.3 2023-10-17 15:26:13 +02:00
silverqx 96dd900236 docs fixtypo 2023-10-17 15:26:13 +02:00
silverqx 6ead8c6041 fixtypo 2023-10-17 15:26:12 +02:00
silverqx 4f8eb1bdb8 docs upgraded to Qt v6.5.3 2023-10-17 15:26:05 +02:00
silverqx af7715b526 docs added static_runtime qmake CONFIG option 2023-10-17 15:26:04 +02:00
silverqx 8fd444ac4a vcpkg updated supports
- also docs
2023-09-10 12:06:47 +02:00
silverqx e8c7516e39 docs updated info admonition 2023-09-10 12:06:44 +02:00
silverqx 002889d65e cmake added STRICT_MODE option
It propagate strict compiler/linker options and Qt definitions using the
TinyOrm::CommonConfig interface library to the user code (highly
recommended; can also be set with the TINYORM_STRICT_MODE environment
variable).

 - updated vcpkg ports
 - updated docs
2023-09-10 12:06:44 +02:00
silverqx 01a834ef3d bump version to TinyORM v0.35.0 and tom v0.6.1
- bugfix and continue revisit of qmake build system
2023-09-09 09:34:44 +02:00
silverqx 57a33e503a qmake updated comment 2023-09-09 09:15:53 +02:00
silverqx 195dcbb965 docs bugfix forgotten updated after rename 2023-09-09 09:15:52 +02:00
silverqx 820212ccb0 qmake added disable_dotenv
Added the disable_autoconf qmake configuration feature to follow name
and logic convention of another qmake configuration options.

 - updated docs
2023-09-09 09:15:51 +02:00
silverqx 76b652522c qmake added disable_autoconf
Removed the tiny_autoconf, it's still enabled by default, and instead
added the disable_autoconf qmake configuration feature.

This change was made to follow name and logic convention of another
qmake configuration options.

 - updated docs
2023-09-09 09:15:51 +02:00
silverqx bf64d1e1e4 qmake added TINY_CCACHE_BUILD to variables.pri
- updated docs
2023-09-09 09:15:51 +02:00
silverqx 48eb08b141 qmake moved variables to target build folder
Moved all variables from the TinyOrmPlayground project to target a
correct build folder.

 - added also to TinyOrm.pri and tom.pri (updated comments)
 - updated docs
2023-09-09 09:15:50 +02:00
silverqx 60b4fbc914 qmake changed to *= for all INCLUDEPATH
Changed all to INCLUDEPATH *= $$PWD.
2023-09-09 09:13:32 +02:00
silverqx c36242ea7f docs added info about FetchContent 2023-09-09 09:08:44 +02:00
silverqx b021399e0d docs added info about Tom showcase image 2023-09-09 09:07:57 +02:00
silverqx 35a6aeed11 docs updated Tom console showcase image 2023-09-09 09:07:10 +02:00
silverqx 6bb0b22b48 docs fixtypo 2023-09-09 09:05:24 +02:00
silverqx 881ab16368 bump version to TinyORM v0.34.1 2023-08-29 16:33:12 +02:00
silverqx dddc80c871 bump version to TinyORM v0.34.0
- qmake added tiny_autoconf feature
 - qmake added tiny_dotenv feature
 - completely revisited qmake build system
 - updated docs
2023-08-20 20:14:09 +02:00
silverqx b01062e4d1 docs added MAKEFLAGS 2023-08-20 11:34:05 +02:00
silverqx 6ad860f6f6 docs revisited #Lx positions 2023-08-20 11:09:33 +02:00
silverqx 70a1657ed5 docs fixtypo in FetchContent 2023-08-19 19:48:49 +02:00
silverqx 3235348b49 docs updated passed all unit tests image 2023-08-19 16:56:17 +02:00
silverqx 621122c048 docs updated qmake building related images 2023-08-19 16:34:38 +02:00
silverqx 75a6596229 docs qmake Auto-configure and Environment files
- added docs for Auto-configure (tiny_autoconf) and Environment files
   (tiny_dotenv)
 - completely revisited qmake-related docs
 - revisited building docs except CMake builds
 - many small fixes
2023-08-19 13:09:08 +02:00
silverqx e044979429 updated tom.exe description
Updated to - Tom console application for TinyORM C++ library
2023-08-18 17:52:42 +02:00
silverqx 14bf29bbf8 docs fixtypo console 2023-08-18 17:52:41 +02:00
silverqx 6504d90293 docs added missing conf.pri for testdata_tom 2023-08-18 17:52:41 +02:00
silverqx 65c4dd033c docs enhanced vcpkg installation 2023-08-18 17:52:41 +02:00
silverqx eab24eba44 docs updated Qt versions in qtenvX.ps1 2023-08-18 17:52:41 +02:00
silverqx 55d726285d docs updated dependencies 2023-08-18 17:52:41 +02:00
silverqx 1723e3bf20 docs renamed parent folder path to TinyORM 2023-08-18 17:52:40 +02:00
silverqx 01fc5af3b0 qmake renamed to tiny_ccache_win32 2023-08-11 18:42:32 +02:00
silverqx f783da3e24 docs updated vcpkg.json 2023-08-11 18:42:31 +02:00
silverqx e25e36a3df docs updated build folders to 6_5_2 2023-08-11 18:42:31 +02:00
silverqx d6add2c325 docs updated MySQL documentation links to 8.1 2023-08-05 18:43:50 +02:00
silverqx d1b196c930 docs added note about supported database servers 2023-08-05 18:41:57 +02:00
silverqx 51a4a0a54b qmake used cmdline everywhere
Used instead of the console configuration option.

 - also updated docs
2023-08-02 18:30:10 +02:00