1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 03:32:22 +00:00
ton/tdutils/td/utils/port
AleksejMelman b22611a123 Create ccpp-linux.yaml
Taken from https://github.com/akme/ton/blob/master/.github/workflows/ccpp-linux.yml

Fixing error LNK2019: unresolved external symbol _GetProcessMemoryInfo@12 when building windows desktop client

Fixes compilation error of lite-client on windows

Fixes compilation error:
error C2664: 'std::pair<td::int64,td::int64> std::make_pair<td::int64,td::int64>(_Ty1 &&,_Ty2 &&) noexcept (<expr>)': cannot convert argument 1 from 'const td::uint64' to '_Ty1 &&'

make_pair() has been changed in VS2012 to support a new C++11 feature called move semantics and I suspect that explicitly specifying the types for make_pair() is getting in the way.

The fix should be safe for linux distro as well.

Adding Github action - Win64 ton compile (#14)

* Add github action win64 compile
* manager.cpp - Strange though, but due to this kind of type usage win64 compilation fails. Let's make it more generic.
2021-02-09 11:15:50 +03:00
..
detail pow-testgiver support 2020-07-06 17:07:20 +03:00
Clocks.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
Clocks.h pow-testgiver support 2020-07-06 17:07:20 +03:00
config.h bugfixes 2020-04-10 23:06:01 +04:00
CxCli.h pow-testgiver support 2020-07-06 17:07:20 +03:00
EventFd.h bugfixes 2020-04-10 23:06:01 +04:00
EventFdBase.h bugfixes 2020-04-10 23:06:01 +04:00
FileFd.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
FileFd.h pow-testgiver support 2020-07-06 17:07:20 +03:00
IoSlice.h bugfixes 2020-04-10 23:06:01 +04:00
IPAddress.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
IPAddress.h pow-testgiver support 2020-07-06 17:07:20 +03:00
MemoryMapping.cpp bugfixes 2020-04-10 23:06:01 +04:00
MemoryMapping.h bugfixes 2020-04-10 23:06:01 +04:00
path.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
path.h bugfixes 2020-04-10 23:06:01 +04:00
platform.h bugfixes 2020-04-10 23:06:01 +04:00
Poll.h bugfixes 2020-04-10 23:06:01 +04:00
PollBase.h bugfixes 2020-04-10 23:06:01 +04:00
PollFlags.cpp bugfixes 2020-04-10 23:06:01 +04:00
PollFlags.h bugfixes 2020-04-10 23:06:01 +04:00
rlimit.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
rlimit.h pow-testgiver support 2020-07-06 17:07:20 +03:00
RwMutex.h bugfixes 2020-04-10 23:06:01 +04:00
ServerSocketFd.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
ServerSocketFd.h bugfixes 2020-04-10 23:06:01 +04:00
signals.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
signals.h bugfixes 2020-04-10 23:06:01 +04:00
sleep.cpp bugfixes 2020-04-10 23:06:01 +04:00
sleep.h bugfixes 2020-04-10 23:06:01 +04:00
SocketFd.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
SocketFd.h bugfixes 2020-04-10 23:06:01 +04:00
stacktrace.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
stacktrace.h pow-testgiver support 2020-07-06 17:07:20 +03:00
Stat.cpp Create ccpp-linux.yaml 2021-02-09 11:15:50 +03:00
Stat.h pow-testgiver support 2020-07-06 17:07:20 +03:00
StdStreams.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
StdStreams.h bugfixes 2020-04-10 23:06:01 +04:00
thread.h bugfixes 2020-04-10 23:06:01 +04:00
thread_local.cpp bugfixes 2020-04-10 23:06:01 +04:00
thread_local.h bugfixes 2020-04-10 23:06:01 +04:00
UdpSocketFd.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
UdpSocketFd.h pow-testgiver support 2020-07-06 17:07:20 +03:00
uname.cpp validator large state serialization bugfix + tdlib update for clients 2021-01-07 22:48:04 +03:00
uname.h validator large state serialization bugfix + tdlib update for clients 2021-01-07 22:48:04 +03:00
user.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
user.h pow-testgiver support 2020-07-06 17:07:20 +03:00
wstring_convert.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
wstring_convert.h bugfixes 2020-04-10 23:06:01 +04:00