1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-12 19:22:37 +00:00
ton/validator
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
..
db bugfixes + tonlib update 2020-04-30 15:04:47 +04:00
downloaders updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
impl integrating the existing state of TON Storage / TON Payments / CPS Fift development branches 2020-05-27 22:10:46 +04:00
interfaces updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
net validator bugfix + old key blocks download improvement 2020-04-11 18:08:57 +04:00
apply-block.cpp emergency update 2020-03-24 03:32:16 +04:00
apply-block.hpp bugfixes 2020-04-10 23:06:01 +04:00
block-handle.cpp updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
block-handle.hpp updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
CMakeLists.txt updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
fabric.h updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
full-node-master.cpp validator bugfix + old key blocks download improvement 2020-04-11 18:08:57 +04:00
full-node-master.h bugfixes 2020-04-10 23:06:01 +04:00
full-node-master.hpp validator bugfix + old key blocks download improvement 2020-04-11 18:08:57 +04:00
full-node-shard-queries.hpp updated vm (breaking compatibility) 2020-02-28 14:28:47 +04:00
full-node-shard.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
full-node-shard.h bugfixes 2020-04-10 23:06:01 +04:00
full-node-shard.hpp pow-testgiver support 2020-07-06 17:07:20 +03:00
full-node.cpp bugfixes 2020-04-10 23:06:01 +04:00
full-node.h bugfixes 2020-04-10 23:06:01 +04:00
full-node.hpp bugfixes 2020-04-10 23:06:01 +04:00
get-next-key-blocks.cpp bugfixes 2020-04-10 23:06:01 +04:00
get-next-key-blocks.h bugfixes 2020-04-10 23:06:01 +04:00
import-db-slice.cpp updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
import-db-slice.hpp updated vm (breaking compatibility) 2020-02-28 14:28:47 +04:00
invariants.hpp bugfixes 2020-04-10 23:06:01 +04:00
manager-disk.cpp updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
manager-disk.h bugfixes 2020-04-10 23:06:01 +04:00
manager-disk.hpp updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
manager-hardfork.cpp updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
manager-hardfork.h updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
manager-hardfork.hpp updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
manager-init.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
manager-init.h bugfixes 2020-04-10 23:06:01 +04:00
manager-init.hpp updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
manager.cpp Create ccpp-linux.yaml 2021-02-09 11:15:50 +03:00
manager.h bugfixes 2020-04-10 23:06:01 +04:00
manager.hpp updated submodules, bugfixes 2020-04-27 16:01:46 +04:00
shard-client.cpp bugfixes 2020-04-10 23:06:01 +04:00
shard-client.hpp bugfixes 2020-04-10 23:06:01 +04:00
state-serializer.cpp bugfixes 2020-04-10 23:06:01 +04:00
state-serializer.hpp bugfixes 2020-04-10 23:06:01 +04:00
stats-merger.h updated vm (breaking compatibility) 2020-02-28 14:28:47 +04:00
token-manager.cpp bugfixes 2020-04-10 23:06:01 +04:00
token-manager.h validator: multiple bugfixes 2020-04-06 15:22:14 +04:00
validate-broadcast.cpp bugfixes 2020-04-10 23:06:01 +04:00
validate-broadcast.hpp bugfixes 2020-04-10 23:06:01 +04:00
validator-full-id.cpp bugfixes 2020-04-10 23:06:01 +04:00
validator-group.cpp bugfixes 2020-04-10 23:06:01 +04:00
validator-group.hpp bugfixes 2020-04-10 23:06:01 +04:00
validator-options.cpp pow-testgiver support 2020-07-06 17:07:20 +03:00
validator-options.hpp pow-testgiver support 2020-07-06 17:07:20 +03:00
validator.h pow-testgiver support 2020-07-06 17:07:20 +03:00