mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-12 19:22:37 +00:00
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. |
||
---|---|---|
.. | ||
db | ||
downloaders | ||
impl | ||
interfaces | ||
net | ||
apply-block.cpp | ||
apply-block.hpp | ||
block-handle.cpp | ||
block-handle.hpp | ||
CMakeLists.txt | ||
fabric.h | ||
full-node-master.cpp | ||
full-node-master.h | ||
full-node-master.hpp | ||
full-node-shard-queries.hpp | ||
full-node-shard.cpp | ||
full-node-shard.h | ||
full-node-shard.hpp | ||
full-node.cpp | ||
full-node.h | ||
full-node.hpp | ||
get-next-key-blocks.cpp | ||
get-next-key-blocks.h | ||
import-db-slice.cpp | ||
import-db-slice.hpp | ||
invariants.hpp | ||
manager-disk.cpp | ||
manager-disk.h | ||
manager-disk.hpp | ||
manager-hardfork.cpp | ||
manager-hardfork.h | ||
manager-hardfork.hpp | ||
manager-init.cpp | ||
manager-init.h | ||
manager-init.hpp | ||
manager.cpp | ||
manager.h | ||
manager.hpp | ||
shard-client.cpp | ||
shard-client.hpp | ||
state-serializer.cpp | ||
state-serializer.hpp | ||
stats-merger.h | ||
token-manager.cpp | ||
token-manager.h | ||
validate-broadcast.cpp | ||
validate-broadcast.hpp | ||
validator-full-id.cpp | ||
validator-group.cpp | ||
validator-group.hpp | ||
validator-options.cpp | ||
validator-options.hpp | ||
validator.h |