Skip to content

Commit

Permalink
Merge pull request #391 from pmienk/master
Browse files Browse the repository at this point in the history
Update copyright date range, regenerate artifacts.
  • Loading branch information
evoskuil committed Aug 17, 2023
2 parents b666fa2 + 88999f0 commit 38747ed
Show file tree
Hide file tree
Showing 151 changed files with 169 additions and 337 deletions.
82 changes: 0 additions & 82 deletions .appveyor.yml

This file was deleted.

26 changes: 21 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2014-2020 libbitcoin-database developers (see COPYING).
# Copyright (c) 2014-2023 libbitcoin-database developers (see COPYING).
#
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
#
Expand Down Expand Up @@ -27,6 +27,7 @@ jobs:
icu: ""
cc: "clang-14"
flags: "-Os -fPIE"
options: "--enable-isystem"
packager: "apt"
packages: ""

Expand All @@ -40,6 +41,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "clang-14"
flags: "-Os -fPIE"
options: "--enable-isystem"
packager: "apt"
packages: ""

Expand All @@ -53,6 +55,7 @@ jobs:
icu: ""
cc: "gcc-11"
flags: "-Os -fPIE"
options: "--enable-isystem"
packager: "apt"
packages: ""

Expand All @@ -66,6 +69,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "gcc-11"
flags: "-Og -g --coverage -fPIE"
options: "--enable-isystem"
packager: "apt"
packages: "lcov"

Expand All @@ -79,6 +83,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "clang-14"
flags: "-Os -fPIE"
options: "--enable-isystem"
packager: "brew"
packages: ""

Expand All @@ -92,6 +97,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "clang-14"
flags: "-Os -fvisibility=hidden -fPIE"
options: "--enable-isystem"
packager: "brew"
packages: ""

Expand Down Expand Up @@ -152,8 +158,7 @@ jobs:
- name: Execute install.sh
run: >
./install.sh
--enable-isystem
--build-dir=$LIBBITCOIN_SRC_PATH
--build-dir=$LIBBITCOIN_SRC_PATH ${{ matrix.options }}
--prefix=$LIBBITCOIN_SRC_PATH/prefix
${{ env.LINKAGE }}
${{ env.ASSERT_NDEBUG }}
Expand Down Expand Up @@ -239,6 +244,7 @@ jobs:
icu: ""
cc: "clang-14"
flags: "-Os -fPIE"
options: ""
packager: "apt"
packages: ""

Expand All @@ -252,6 +258,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "clang-14"
flags: "-Os -fPIE"
options: ""
packager: "apt"
packages: ""

Expand All @@ -265,6 +272,7 @@ jobs:
icu: ""
cc: "gcc-11"
flags: "-Os -fPIE"
options: ""
packager: "apt"
packages: ""

Expand All @@ -278,6 +286,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "gcc-11"
flags: "-Og -fPIE"
options: ""
packager: "apt"
packages: ""

Expand All @@ -291,6 +300,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "clang-14"
flags: "-Os -fPIE"
options: ""
packager: "brew"
packages: ""

Expand All @@ -304,6 +314,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "clang-14"
flags: "-Os -fvisibility=hidden -fPIE"
options: ""
packager: "brew"
packages: ""

Expand Down Expand Up @@ -367,7 +378,7 @@ jobs:
- name: Execute install-cmake.sh
run: >
./install-cmake.sh
--build-dir=$LIBBITCOIN_SRC_PATH
--build-dir=$LIBBITCOIN_SRC_PATH ${{ matrix.options }}
--prefix=$LIBBITCOIN_SRC_PATH/prefix
${{ env.LINKAGE }}
${{ env.ASSERT_NDEBUG }}
Expand Down Expand Up @@ -464,6 +475,7 @@ jobs:
icu: ""
cc: "clang-14"
flags: "-Os -fPIE"
options: ""
packager: "apt"
packages: ""

Expand All @@ -478,6 +490,7 @@ jobs:
icu: "--build-icu --with-icu"
cc: "clang-14"
flags: "-Os -fPIE"
options: ""
packager: "apt"
packages: ""

Expand All @@ -492,6 +505,7 @@ jobs:
icu: ""
cc: "gcc-11"
flags: "-Os -fPIE"
options: ""
packager: "apt"
packages: ""

Expand Down Expand Up @@ -555,7 +569,7 @@ jobs:
- name: Execute install-cmakepresets.sh
run: >
./install-cmakepresets.sh
--build-dir=$LIBBITCOIN_SRC_PATH
--build-dir=$LIBBITCOIN_SRC_PATH ${{ matrix.options }}
--prefix=$LIBBITCOIN_SRC_PATH/prefix/${{ matrix.preset }}
--preset=${{ matrix.preset }}
${{ env.LINKAGE }}
Expand Down Expand Up @@ -658,6 +672,8 @@ jobs:
steps:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
with:
msbuild-architecture: x64

- name: Checkout repository
uses: actions/checkout@v3
Expand Down
102 changes: 0 additions & 102 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2014-2020 libbitcoin-database developers (see COPYING).
# Copyright (c) 2014-2023 libbitcoin-database developers (see COPYING).
#
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
#
Expand Down
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
###############################################################################
# Copyright (c) 2014-2020 libbitcoin-database developers (see COPYING).
# Copyright (c) 2014-2023 libbitcoin-database developers (see COPYING).
#
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
#
Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REM ###########################################################################
REM # Copyright (c) 2014-2020 libbitcoin-database developers (see COPYING).
REM # Copyright (c) 2014-2023 libbitcoin-database developers (see COPYING).
REM #
REM # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
REM #
Expand Down
2 changes: 1 addition & 1 deletion builds/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2014-2020 libbitcoin-database developers (see COPYING).
# Copyright (c) 2014-2023 libbitcoin-database developers (see COPYING).
#
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
#
Expand Down
2 changes: 1 addition & 1 deletion builds/cmake/modules/FindBitcoin-System.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2014-2020 libbitcoin-protocol developers (see COPYING).
# Copyright (c) 2014-2023 libbitcoin-protocol developers (see COPYING).
#
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
#
Expand Down
2 changes: 1 addition & 1 deletion builds/msvc/debug.natvis
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
| Copyright (c) 2014-2021 libbitcoin-database developers (see COPYING).
| Copyright (c) 2014-2023 libbitcoin-database developers (see COPYING).
|
| GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
|
Expand Down

0 comments on commit 38747ed

Please sign in to comment.