Commit Graph

654 Commits

Author SHA1 Message Date
silverqx 21f04ef0ba tom moved using namespace down 2024-09-12 14:53:38 +02:00
silverqx 545420bcf4 shells enhanced RegEx for bash and zsh 2024-09-09 17:03:57 +02:00
silverqx 3a58ca1f6f tom updated RegEx for complete connection names
For pwsh.
2024-09-09 17:03:57 +02:00
silverqx ea5525f7cb tom formatting 2024-09-09 15:39:42 +02:00
silverqx e6d6a635cb tom added comment 2024-09-09 15:38:11 +02:00
silverqx e69537996a used raw string literal where needed 2024-09-08 20:23:32 +02:00
silverqx 918bc5129d tom removed useless #include 2024-09-08 15:40:39 +02:00
silverqx 9d813eb973 used EMPTY constant instead of "" 2024-09-08 15:16:53 +02:00
silverqx 591146e33b tom exposed EMPTY constant 2024-09-08 15:16:32 +02:00
silverqx b1defef43f removed useless <typeinfo> #include-s 2024-09-07 20:23:14 +02:00
silverqx 45f556dc8e tom used Tom constant instead of Orm 2024-09-06 08:58:25 +02:00
silverqx 3f115751c8 tom updated comment 2024-09-05 17:42:42 +02:00
silverqx fa712e7b36 tom updated comment 2024-09-05 17:42:42 +02:00
silverqx 37d7fd4b20 tom updated comment 2024-09-05 17:42:42 +02:00
silverqx 83b9c84420 tom fixtypo for ANSI 2024-09-05 17:42:42 +02:00
silverqx 61bcec9f08 tom updated comments 2024-09-05 17:42:41 +02:00
silverqx aa26c59d46 tom revisited/optimized #include-s 2024-09-05 17:42:41 +02:00
silverqx b3883ac282 tom removed lambda trailing-type 2024-09-05 17:42:41 +02:00
silverqx 9eb3e26a23 tom make:model stub suppressed Clang Tidy warnings 2024-09-05 17:42:41 +02:00
silverqx d82d1a186d suppressed Clang Tidy warnings 2024-09-05 17:42:41 +02:00
silverqx 072ae6e316 tom integrate removed newlines from stubs 2024-09-05 17:42:41 +02:00
silverqx f16d64947d tom used u""_s for all raw string literals R"()" 2024-09-05 17:42:41 +02:00
silverqx 80670a2265 tom fixtypos 2024-09-05 17:42:41 +02:00
silverqx 0f30a82c31 tom used u""_s in all stubs 2024-09-05 17:42:41 +02:00
silverqx 0adc2a41bb tom commented unused header file 2024-09-05 17:42:41 +02:00
silverqx 5fd5e332fa tom revisited #include-s 2024-09-05 17:42:41 +02:00
silverqx 206bab089f tom bugfix #include 2024-09-05 17:42:40 +02:00
silverqx a086fb5a9a tom updated comment 2024-09-05 17:42:40 +02:00
silverqx f8877aee8a constants fixtypo 2024-09-05 17:42:40 +02:00
silverqx 9e1e62b054 tom fixtypo 2024-09-05 17:42:40 +02:00
silverqx 6632779a0f tom whitespaces 2024-09-05 17:42:40 +02:00
silverqx 88a99af126 used EMPTY constant everywhere
Instead of "", u""_s, or QLatin1String("") as it's fastest.

Used u""_s for rvalue references like QString &&name = u""_s.

The only place where I left the = "" is in
connectionresolverinterface.hpp as it's only an interface aka abstract
class.

 - fixed #include-s
 - added EMPTY constant to tomconstants to avoid including constants.hpp
2024-09-05 17:42:40 +02:00
silverqx 790ed5b6b0 tom removed IWYU pragma-s 2024-09-05 17:42:39 +02:00
silverqx f74327dc11 used EMPTY constant instead of QLatin1/String("") 2024-09-05 17:42:39 +02:00
silverqx 7bd07bee94 analyzers changed some suppressions to NOLINT() 2024-09-05 17:42:39 +02:00
silverqx dd1f0ee4ac tom removed useless using operator""_L1 2024-09-05 17:42:39 +02:00
silverqx 37f9acc076 added todo tasks 2024-09-05 17:42:39 +02:00
silverqx 8b1f42d17a fixtypo 2024-09-05 17:42:38 +02:00
silverqx 3a0082f635 tom optimized using Qt::StringLiterals
Exposed the Qt::StringLiterals::operator""_s/_L1 to the Orm namespace
in the top/first #include-ed files like tomconstants_inline/extern.hpp
so they are visible everywhere to avoid manually exporting them
everywhere.
2024-09-05 17:42:38 +02:00
silverqx 1488a43793 used u'' instead of ''_L1 everywhere
It's a little faster and QChar(char16_t) constructor is implicit.
2024-09-05 17:42:38 +02:00
silverqx 84ffde2444 used u""_s (what left) 2024-09-05 17:42:37 +02:00
silverqx 79e8208449 tom whitespaces 2024-09-02 11:21:39 +02:00
silverqx 8efddd6751 tom used u""_s in all hpp files
Instead of QStringLiteral().
2024-09-02 10:29:19 +02:00
silverqx dbc9656395 tom added README.md for tom header files 2024-09-02 10:29:19 +02:00
silverqx 97992a3e60 tom perf used ""_L1 for comparisons 2024-09-02 10:29:19 +02:00
silverqx 08262d83e8 tom added/updated comments 2024-09-02 10:29:18 +02:00
silverqx b2ce629109 fixtypos 2024-09-02 10:29:17 +02:00
silverqx e5054fdeba tom used u""_s, ""_L1, and ''_L1 in all cpp files
Instead of QStringLiteral() and QLatin1String/Char().
2024-09-02 10:29:17 +02:00
silverqx 889a97cf3b used u""_s in all constant cpp files 2024-09-02 10:29:17 +02:00
silverqx 8625007422 perf used ""_L1 for comparisons 2024-09-01 13:46:41 +02:00