41 Commits

Author SHA1 Message Date
fa5a52db55 pip
Some checks failed
SHS Gitea/shstk/pipeline/head There was a failure building this commit
2026-03-21 14:49:37 +03:00
d7fa846f3f enable tests build
Some checks failed
SHS Gitea/shstk/pipeline/head There was a failure building this commit
2026-03-20 21:31:19 +03:00
489c5bb027 fix qad 2026-03-20 21:31:13 +03:00
63d58d6e22 pip 2026-03-20 17:27:24 +03:00
09ff38eb45 pip 2026-03-20 13:01:24 +03:00
3f982b7f2a qad 2026-03-18 12:16:01 +03:00
2123be23df enable tests build 2026-03-18 12:15:49 +03:00
366777f238 Merge pull request 'master' (#302) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: #302
2026-03-06 20:31:52 +03:00
2b75a4a0b1 pip 2026-03-06 20:31:46 +03:00
4f1bd10bca cmake 2026-02-28 17:29:22 +03:00
a13769488d Merge pull request 'master' (#301) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: #301
2026-02-13 18:48:01 +03:00
0c76ba7668 pip 2026-02-13 18:47:44 +03:00
ca898bb50c pip, qad 2026-02-11 20:02:47 +03:00
389385de66 pip 2026-02-03 20:33:35 +03:00
2fcefdd112 pip 2026-02-03 18:57:21 +03:00
3178a62bc3 Merge pull request 'cmake' (#300) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: #300
2026-01-29 12:47:20 +03:00
c2c4748b2d cmake 2026-01-29 12:47:10 +03:00
6950f9f3fd Merge pull request 'master' (#299) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: #299
2026-01-22 11:49:15 +03:00
3f89045eac pip, qad 2026-01-22 11:48:51 +03:00
6d075e7cd6 qad 2025-11-29 14:07:36 +03:00
a26c2b87f3 pip 2025-10-22 15:24:25 +03:00
6cf9410e2f pip 2025-10-17 11:30:50 +03:00
9db977f7d5 pip 2025-10-16 11:48:04 +03:00
2b61d631da pip 2025-10-10 19:47:35 +03:00
d714fbff19 pip 2025-10-08 21:15:39 +03:00
3288d32411 pip, qad 2025-10-08 17:00:22 +03:00
4e4f9c156c Merge pull request 'pip' (#298) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: #298
2025-09-29 18:50:15 +03:00
676d57a7d8 pip 2025-09-29 18:48:30 +03:00
19c5957e67 Merge pull request 'pip' (#297) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: #297
2025-09-27 15:35:39 +03:00
836c4b956d pip 2025-09-27 15:35:31 +03:00
d93743c3e6 Merge pull request 'pip' (#296) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: #296
2025-09-23 21:39:28 +03:00
10e9c1b140 pip 2025-09-23 21:17:06 +03:00
306ae6f2b5 Merge pull request 'master' (#295) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: #295
2025-09-22 22:35:39 +03:00
9bb63cdaf3 pip 2025-09-22 22:35:07 +03:00
736972b8e4 pip 2025-09-22 20:59:07 +03:00
7b03919deb pip 2025-09-22 16:26:19 +03:00
00fe1dfa03 .clang-format 2025-09-21 21:08:41 +03:00
a67b636db5 Merge pull request 'pip' (#294) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: #294
2025-09-21 21:06:22 +03:00
1a3945f436 pip 2025-09-21 21:06:08 +03:00
f2be5b519d Merge pull request 'pip, qad' (#293) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good
Reviewed-on: #293
2025-09-21 20:10:07 +03:00
bea339e3f5 pip, qad 2025-09-19 17:40:08 +03:00
6 changed files with 7 additions and 5 deletions

View File

@@ -135,7 +135,7 @@ JavaScriptWrapImports: true
KeepEmptyLinesAtTheStartOfBlocks: false KeepEmptyLinesAtTheStartOfBlocks: false
LambdaBodyIndentation: Signature LambdaBodyIndentation: Signature
MacroBlockBegin: "PRIVATE_DEFINITION_START|STATIC_INITIALIZER_BEGIN" MacroBlockBegin: "PRIVATE_DEFINITION_START|STATIC_INITIALIZER_BEGIN"
MacroBlockEnd: "PRIVATE_DEFINITION_END|STATIC_INITIALIZER_END" MacroBlockEnd: "PRIVATE_DEFINITION_END|PRIVATE_DEFINITION_END_NO_INITIALIZE|STATIC_INITIALIZER_END"
MaxEmptyLinesToKeep: 2 MaxEmptyLinesToKeep: 2
NamespaceIndentation: None NamespaceIndentation: None
ObjCBinPackProtocolList: Auto ObjCBinPackProtocolList: Auto

View File

@@ -36,6 +36,8 @@ if (CROSSTOOLS)
set(QGLENGINE 0) set(QGLENGINE 0)
set(UTILS 0) set(UTILS 0)
set(DESIGNER_PLUGINS 0) set(DESIGNER_PLUGINS 0)
else()
set(TESTS ON)
endif() endif()
set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD 11)

2
cmake

Submodule cmake updated: f74a38900f...04dc525afa

2
pip

Submodule pip updated: fdec0e66a8...edb7189013

2
qad

Submodule qad updated: f8e361190b...b1852ab1fa