* build storage-daemon and storage-daemon-cli binaries
* build storage-daemon and storage-daemon-cli binaries
* build storage-daemon and storage-daemon-cli binaries
* build storage-daemon and storage-daemon-cli binaries
* build storage-daemon and storage-daemon-cli binaries
* build storage-daemon and storage-daemon-cli binaries
* build storage-daemon and storage-daemon-cli binaries
* build storage-daemon and storage-daemon-cli binaries
* build storage-daemon and storage-daemon-cli binaries
* build storage-daemon and storage-daemon-cli binaries
* build storage-daemon and storage-daemon-cli binaries
* build storage-daemon and storage-daemon-cli binaries
* force GSL 2.7.1 version
* force GSL 2.7.1 version
* handle missing BLAS library
* handle missing BLAS library, force GSL 2.7.1 version, build storage-daemon and storage-daemon-cli binaries
* Revert "handle missing BLAS library"
This reverts commit 67ebd4abfa.
* remove GSL
* remove GSL only for 18.04
* remove GSL only for 18.04
* link blas library; leave gsl
* merge upstream
* make more portable binaries by excluding AVX512 CPU flag
* make rocksdb to produce portable binaries
* make rocksdb to produce portable binaries
* make rocksdb to produce portable binaries
* show OS CPU flags & force AVX2
* DPORTABLE=1 and -DTON_ARCH=
* DPORTABLE=1 and -DTON_ARCH= and -DCMAKE_CXX_FLAGS="-mavx2"
* DPORTABLE=1 and -DTON_ARCH= and -DCMAKE_CXX_FLAGS="-mavx2"
* DPORTABLE=1 and -DCMAKE_CXX_FLAGS="-mavx2" only
* Ignore usage of AVX512 and force AVX2 CPU instructions for better binaries portability.
* Ignore usage of AVX512 and force AVX2 CPU instructions for better binaries' portability.
* minor fix
* add: TON Overflow
* Create release and tag.
* add permission to read GITHUB_TOKEN
* register token
* register token
* register token
* register token
* correct tag name
* call sub workflow and upload its artifact to the release
* call sub workflow and upload its artifact to the release
* define jobs dependency
* add 2nd dependency; upload ubuntu and windows artifacts; show all artifacts
* add 2nd dependency; upload ubuntu and windows artifacts; show all artifacts
* create folder for all artifacts; download artifacts from previous workflows
* add macos-compile
* fix download artifacts
* fix download artifacts
* test all upload to release
* fix bug in finding windows artifact
* fix execution order
* fix execution order
* fix download artifact
* fix download artifact
* fix download artifact
* fix download artifact
* fix versioning
* fix versioning
* zip artifacts; copy macos artifacts one by one;
* zip artifacts; copy macos artifacts one by one;
* zip artifacts; copy macos artifacts one by one;
* fix lib name in macos
* Update create-release.yml
* Update create-release.yml
* better packing
* better packing
* Update win-2019-compile.yml
* minor improvements
* minor improvements
* add ninja to macos
* add ninja to windows
* add ninja to windows
* remove ninja grom windows
* fix macos copy
* reuse exising jobs
* reuse existing jobs
* use other ubuntu action
* use other ubuntu action
* add smartcont and fift libs to artifacts
* GH action for release creation
* update actions/checkout to v3
* sync abseil with testnet
* 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.