MarcoFalke
|
fa5f297748
|
scripted-diff: [doc] Unify stale copyright headers
-BEGIN VERIFY SCRIPT-
sed --in-place --regexp-extended \
's;( 20[0-2][0-9])(-20[0-2][0-9])? The Bitcoin Core developers;\1-present The Bitcoin Core developers;g' \
$( git grep -l 'The Bitcoin Core developers' -- ':(exclude)COPYING' ':(exclude)src/ipc/libmultiprocess' ':(exclude)src/minisketch' )
-END VERIFY SCRIPT-
|
2025-12-16 22:21:15 +01:00 |
|
Hennadii Stepanov
|
e16c22fe02
|
Introduce platform-agnostic ALWAYS_INLINE macro
`<attributes.h>` has been included in anticipation of the following
commit.
|
2023-05-04 20:57:51 +01:00 |
|
MarcoFalke
|
fa0074e2d8
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
2020-12-31 09:45:41 +01:00 |
|
practicalswift
|
79bff8e48a
|
Remove NODISCARD
|
2020-11-26 09:07:33 +00:00 |
|
Cory Fields
|
e3e7446305
|
Add lifetimebound to attributes for general-purpose usage
Co-authored-by: practicalswift <practicalswift@users.noreply.github.com>
|
2020-07-08 13:31:56 -04:00 |
|
practicalswift
|
9cc0230cfc
|
Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort includes.
|
2018-11-05 17:03:11 +01:00 |
|