Skip to content

Commit 10955f2

Browse files
authored
Merge pull request #254 from pmienk/master
Update copyright date range, regenerate artifacts.
2 parents 06fdb5e + e6009d5 commit 10955f2

File tree

85 files changed

+103
-277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+103
-277
lines changed

.appveyor.yml

Lines changed: 0 additions & 88 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2014-2020 libbitcoin-protocol developers (see COPYING).
2+
# Copyright (c) 2014-2023 libbitcoin-protocol developers (see COPYING).
33
#
44
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
55
#
@@ -28,6 +28,7 @@ jobs:
2828
zmq: "--build-zmq"
2929
cc: "clang-14"
3030
flags: "-Os -fPIE"
31+
options: "--enable-isystem"
3132
packager: "apt"
3233
packages: ""
3334

@@ -42,6 +43,7 @@ jobs:
4243
zmq: "--build-zmq"
4344
cc: "clang-14"
4445
flags: "-Os -fPIE"
46+
options: "--enable-isystem"
4547
packager: "apt"
4648
packages: ""
4749

@@ -56,6 +58,7 @@ jobs:
5658
zmq: "--build-zmq"
5759
cc: "gcc-11"
5860
flags: "-Os -fPIE"
61+
options: "--enable-isystem"
5962
packager: "apt"
6063
packages: ""
6164

@@ -70,6 +73,7 @@ jobs:
7073
zmq: "--build-zmq"
7174
cc: "gcc-11"
7275
flags: "-Og -fPIE"
76+
options: "--enable-isystem"
7377
packager: "apt"
7478
packages: ""
7579

@@ -84,6 +88,7 @@ jobs:
8488
zmq: "--build-zmq"
8589
cc: "clang-14"
8690
flags: "-Os -fPIE"
91+
options: "--enable-isystem"
8792
packager: "brew"
8893
packages: "icu4c"
8994

@@ -98,6 +103,7 @@ jobs:
98103
zmq: "--build-zmq"
99104
cc: "clang-14"
100105
flags: "-Os -fvisibility=hidden -fPIE"
106+
options: "--enable-isystem"
101107
packager: "brew"
102108
packages: ""
103109

@@ -158,8 +164,7 @@ jobs:
158164
- name: Execute install.sh
159165
run: >
160166
./install.sh
161-
--enable-isystem
162-
--build-dir=$LIBBITCOIN_SRC_PATH
167+
--build-dir=$LIBBITCOIN_SRC_PATH ${{ matrix.options }}
163168
--prefix=$LIBBITCOIN_SRC_PATH/prefix
164169
${{ env.LINKAGE }}
165170
${{ env.ASSERT_NDEBUG }}
@@ -247,6 +252,7 @@ jobs:
247252
zmq: "--build-zmq"
248253
cc: "clang-14"
249254
flags: "-Os -fPIE"
255+
options: ""
250256
packager: "apt"
251257
packages: ""
252258

@@ -261,6 +267,7 @@ jobs:
261267
zmq: "--build-zmq"
262268
cc: "clang-14"
263269
flags: "-Os -fPIE"
270+
options: ""
264271
packager: "apt"
265272
packages: ""
266273

@@ -275,6 +282,7 @@ jobs:
275282
zmq: "--build-zmq"
276283
cc: "gcc-11"
277284
flags: "-Os -fPIE"
285+
options: ""
278286
packager: "apt"
279287
packages: ""
280288

@@ -289,6 +297,7 @@ jobs:
289297
zmq: "--build-zmq"
290298
cc: "gcc-11"
291299
flags: "-Og -fPIE"
300+
options: ""
292301
packager: "apt"
293302
packages: ""
294303

@@ -303,6 +312,7 @@ jobs:
303312
zmq: "--build-zmq"
304313
cc: "clang-14"
305314
flags: "-Os -fPIE"
315+
options: ""
306316
packager: "brew"
307317
packages: "icu4c"
308318

@@ -317,6 +327,7 @@ jobs:
317327
zmq: "--build-zmq"
318328
cc: "clang-14"
319329
flags: "-Os -fvisibility=hidden -fPIE"
330+
options: ""
320331
packager: "brew"
321332
packages: ""
322333

@@ -380,7 +391,7 @@ jobs:
380391
- name: Execute install-cmake.sh
381392
run: >
382393
./install-cmake.sh
383-
--build-dir=$LIBBITCOIN_SRC_PATH
394+
--build-dir=$LIBBITCOIN_SRC_PATH ${{ matrix.options }}
384395
--prefix=$LIBBITCOIN_SRC_PATH/prefix
385396
${{ env.LINKAGE }}
386397
${{ env.ASSERT_NDEBUG }}
@@ -479,6 +490,7 @@ jobs:
479490
zmq: "--build-zmq"
480491
cc: "clang-14"
481492
flags: "-Os -fPIE"
493+
options: ""
482494
packager: "apt"
483495
packages: ""
484496

@@ -494,6 +506,7 @@ jobs:
494506
zmq: "--build-zmq"
495507
cc: "clang-14"
496508
flags: "-Os -fPIE"
509+
options: ""
497510
packager: "apt"
498511
packages: ""
499512

@@ -509,6 +522,7 @@ jobs:
509522
zmq: "--build-zmq"
510523
cc: "gcc-11"
511524
flags: "-Os -fPIE"
525+
options: ""
512526
packager: "apt"
513527
packages: ""
514528

@@ -572,7 +586,7 @@ jobs:
572586
- name: Execute install-cmakepresets.sh
573587
run: >
574588
./install-cmakepresets.sh
575-
--build-dir=$LIBBITCOIN_SRC_PATH
589+
--build-dir=$LIBBITCOIN_SRC_PATH ${{ matrix.options }}
576590
--prefix=$LIBBITCOIN_SRC_PATH/prefix/${{ matrix.preset }}
577591
--preset=${{ matrix.preset }}
578592
${{ env.LINKAGE }}
@@ -688,6 +702,8 @@ jobs:
688702
steps:
689703
- name: Add msbuild to PATH
690704
uses: microsoft/[email protected]
705+
with:
706+
msbuild-architecture: x64
691707

692708
- name: Checkout repository
693709
uses: actions/checkout@v3

.travis.yml

Lines changed: 0 additions & 102 deletions
This file was deleted.

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2014-2020 libbitcoin-protocol developers (see COPYING).
2+
# Copyright (c) 2014-2023 libbitcoin-protocol developers (see COPYING).
33
#
44
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
55
#

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
###############################################################################
3-
# Copyright (c) 2014-2020 libbitcoin-protocol developers (see COPYING).
3+
# Copyright (c) 2014-2023 libbitcoin-protocol developers (see COPYING).
44
#
55
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
66
#

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
REM ###########################################################################
2-
REM # Copyright (c) 2014-2020 libbitcoin-protocol developers (see COPYING).
2+
REM # Copyright (c) 2014-2023 libbitcoin-protocol developers (see COPYING).
33
REM #
44
REM # GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
55
REM #

builds/cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2014-2020 libbitcoin-protocol developers (see COPYING).
2+
# Copyright (c) 2014-2023 libbitcoin-protocol developers (see COPYING).
33
#
44
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
55
#

builds/cmake/modules/FindBitcoin-System.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2014-2020 libbitcoin-protocol developers (see COPYING).
2+
# Copyright (c) 2014-2023 libbitcoin-protocol developers (see COPYING).
33
#
44
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
55
#

builds/cmake/modules/FindMbedtls.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2014-2020 libbitcoin developers (see COPYING).
2+
# Copyright (c) 2014-2023 libbitcoin developers (see COPYING).
33
#
44
###############################################################################
55
# FindMbedtls

0 commit comments

Comments
 (0)