Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
cfd0072
Use C++17
Bushstar Aug 31, 2021
33921c9
Update build and make span for C++17
Bushstar Aug 31, 2021
12a52b5
Update SDK in make.sh
Bushstar Aug 31, 2021
906cc12
dockerfile to darwin18
Bushstar Aug 31, 2021
e6a2c3d
macOS build targets
Bushstar Aug 31, 2021
8362aa6
XCode build
Bushstar Aug 31, 2021
5e74012
Remove MakeUnique
Bushstar Aug 31, 2021
7062278
Remove boost::optional
Bushstar Aug 31, 2021
ecc01ef
Remove optional includes
Bushstar Aug 31, 2021
96dca55
Include functional. Remove unused declaration.
Bushstar Sep 1, 2021
6aa26c0
Remove Boost Variant
Bushstar Sep 7, 2021
cdd9baf
lint: Remove duplicate include. Also remove unused includes.
Bushstar Sep 7, 2021
8c28b87
Replace Boost shared_ptr and scoped_ptr
Bushstar Sep 8, 2021
3774c7e
Remove boost::chrono and boost::sleep
Bushstar Sep 6, 2021
4332754
Remove Boost mutex
Bushstar Sep 8, 2021
1788c96
Remove Boost thread_group
Bushstar Sep 9, 2021
d92fa41
Remove Boost thread/mutex from SPV
Bushstar Sep 9, 2021
c1c9989
Remove Boost interruption_point
Bushstar Sep 9, 2021
076780e
Replace Boost shared_mutex with C++17 std::shared_mutex
Bushstar Sep 10, 2021
b7488d4
Remove Boost Chrono and Thread from build system
Bushstar Sep 10, 2021
55cdd65
Remove duplicate start of scheduler thread
Bushstar Sep 10, 2021
aee453f
Remove Boost case_conv
Bushstar Sep 10, 2021
577993c
Remove Boost Join
Bushstar Sep 10, 2021
df20c24
Use built in ToLower
Bushstar Sep 10, 2021
a91d2e8
Additional boost to std changes after rebase
Bushstar Nov 3, 2021
57a11ea
Include optional
Bushstar Nov 3, 2021
4af1c24
fix priceBlock calculation (#867)
dcorral Nov 3, 2021
bf8a08c
Merge branch 'master' into move-to-c++17
Bushstar Nov 8, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/dev-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ jobs:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f

- name: Build and package
run: TARGETS="x86_64-apple-darwin11" ./make.sh docker-release-git
run: TARGETS="x86_64-apple-darwin18" ./make.sh docker-release-git

- name: Publish artifact - x86_64-apple-darwin11
- name: Publish artifact - x86_64-apple-darwin18
uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571
with:
name: defichain-${{ env.BUILD_VERSION }}-x86_64-apple-darwin11
path: ./build/defichain-${{ env.BUILD_VERSION }}-x86_64-apple-darwin11.tar.gz
name: defichain-${{ env.BUILD_VERSION }}-x86_64-apple-darwin18
path: ./build/defichain-${{ env.BUILD_VERSION }}-x86_64-apple-darwin18.tar.gz
118 changes: 0 additions & 118 deletions build-aux/m4/ax_boost_chrono.m4

This file was deleted.

150 changes: 0 additions & 150 deletions build-aux/m4/ax_boost_thread.m4

This file was deleted.

Loading