File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 branches : [ master, develop ]
88
99jobs :
10- build-ubuntu :
11- runs-on : ubuntu-24 .04
10+ build-ubuntu26 :
11+ runs-on : ubuntu-26 .04
1212 steps :
1313 - uses : actions/checkout@main
1414 - name : apt
6262 run : |
6363 ./testall.sh
6464
65- build-ubuntu -sharedlink :
66- runs-on : ubuntu-24 .04
65+ build-ubuntu26 -sharedlink :
66+ runs-on : ubuntu-26 .04
6767 steps :
6868 - uses : actions/checkout@main
6969 - name : apt
@@ -117,8 +117,8 @@ jobs:
117117 run : |
118118 ./testall.sh
119119
120- build-ubuntu22 :
121- runs-on : ubuntu-22 .04
120+ build-ubuntu24 :
121+ runs-on : ubuntu-24 .04
122122 steps :
123123 - uses : actions/checkout@main
124124 - name : apt
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ thread_local TActionContext *actionContextPtrTls = nullptr;
4343TActionContext::TActionContext () :
4444 TDatabaseContext()
4545{
46- tSystemDebug (" TActionContext::TActionContext ptr:{}" , (uint64_t )this );
46+ tSystemDebug (" TActionContext::TActionContext ptr:{}" , (quint64 )this );
4747}
4848
4949
5050TActionContext::~TActionContext ()
5151{
5252 release ();
53- tSystemDebug (" TActionContext::~TActionContext ptr:{}" , (uint64_t )this );
53+ tSystemDebug (" TActionContext::~TActionContext ptr:{}" , (quint64 )this );
5454}
5555
5656
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ QT -= gui
66DEFINES += TF_DLL
77
88# C++ Standards Support
9- CONFIG += c++23
9+ CONFIG += c++20
1010windows:QMAKE_CXXFLAGS += /Zc:__cplusplus /std:c ++20 /permissive-
1111
1212include (../../tfbase.pri )
You can’t perform that action at this time.
0 commit comments