* add: TON Overflow
* macOS compile with docker
* QEMU does not run on macOS itself
* QEMU does not run on macOS itself
* QEMU does not run on macOS itself
* QEMU does not run on macOS itself
* QEMU does not run on macOS itself
* QEMU does not run on macOS itself
* QEMU does not run on macOS itself
* ubuntu multi-platform compile
* ubuntu multi-platform compile
* ubuntu multi-platform compile
* ubuntu multi-platform compile test matrix
* ubuntu multi-platform compile test matrix
* ubuntu multi-platform compile test matrix
* copy from container and publish
* copy from container and publish
* copy from container and publish
* copy from container and publish
* copy from container and publish
* copy from container and publish
* copy from container and publish
* copy from container and publish
* multi platform with upload
* bug fix
* bug fix
* bug fix
* bug fix
* bug fix
* bug fix
* bug fix without exec
* bug fix without filename
* bug fix without filename
* Update docker-compile-ubuntu.yml
* Update docker-compile-ubuntu.yml
* Update docker-compile-ubuntu.yml
* Update docker-compile-ubuntu.yml
* Update docker-compile-ubuntu.yml
* Update docker-compile-ubuntu.yml
* fix tzdata
Co-authored-by: Doge <awesomedogewow@gmail.com>
Co-authored-by: EmelyanenkoK <emelyanenko.kirill@gmail.com>
* Use ninja build tool and compile blockchain-explorer
Ninja builds TON much faster;
* Use clang instead of gcc
* remove blockchain-explorer
since target not found on github action
* move ccpcheck to other gitaction
* run nativelib-java only against wallets branch for now
* rename gitaction
* Update windows2019x64-tonlib-java.yml
* Update windows2019x64-tonlib-java.yml
* Update macos-10.15-tonlib-java.yml
* Update windows2019x64-tonlib-java.yml
* Update windows2019x64-tonlib-java.yml
https://howardhinnant.github.io/date/date.html
All logs will display a datetime in format "2021-02-23 12:57:21.1023272" UTC, instead of simply displaying double formatted timestamp.
Update ccpp-linux.yml
Soon github actions will use ubuntu 20.04 as latest. Let's avoid surprised and stick to ubuntu-18.04 fow now.
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.