aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools
AgeCommit message (Expand)Author
2022-02-22contrib: address gen-manpages feedback from #24263fanquake
2022-02-04doc: Fix gen-manpages, rewrite in Pythonlaanwj
2022-01-26contrib: support arm64 darwin in security checksfanquake
2022-01-26build: use macOS 11 SDK (Xcode 12.2)fanquake
2022-01-25Merge bitcoin/bitcoin#23839: Linux: build with and test for control flow inst...laanwj
2022-01-05guix: use GCC 10 (over GCC 8) to build releasesfanquake
2022-01-04scripts: add CONTROL_FLOW to ELF security checksfanquake
2022-01-04script rename control flow check to MACHO specificfanquake
2022-01-03scripts: make security checks architecture independentfanquake
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-12-30script: Fix copyright_header.pyHennadii Stepanov
2021-12-18scripts: match on exe type over str in symbol-check.pyfanquake
2021-12-18scripts: match on exe type over str in security-check.pyfanquake
2021-12-03build: qt 5.15.2fanquake
2021-11-17scripts: test for PE control flow instrumentationfanquake
2021-11-16build: require glibc 2.18+ for release buildsfanquake
2021-11-13test: Enable SC2086 shellcheck ruleHennadii Stepanov
2021-10-21Add minisketch dependencyGleb Naumenko
2021-10-16lint: enable mypy checking for missing importsjosibake
2021-10-13symbol-check: Check requested ELF interpreterCarl Dong
2021-10-12scripts: remove pixie.pyfanquake
2021-10-12scripts: only parse the binary once in security-check.pyfanquake
2021-10-12scripts: use LIEF for ELF checks in security-check.pyfanquake
2021-10-12scripts: only parse the binary once in symbol-check.pyfanquake
2021-10-12scripts: use LIEF for ELF checks in symbol-check.pyfanquake
2021-10-12test-*-check: Pass in *FLAGS and compile with themCarl Dong
2021-09-16build: set OSX_MIN_VERSION to 10.15fanquake
2021-08-31release: remove gitianfanquake
2021-08-09scripts: prevent GCC optimising test symbols in test-symbol-checkfanquake
2021-07-07scripts: adjust test-symbol-check for guix release environmentfanquake
2021-07-07scripts: more robustly test macOS symbol checksfanquake
2021-07-07build: Use and test PE binutils with --reloc-sectionCarl Dong
2021-07-07devtools: Improve *-check.py tool detectionCarl Dong
2021-07-06script: remove gitian reference from symbol-check.pyfanquake
2021-06-21Merge bitcoin/bitcoin#22244: devtools: Correctly extract symbol versions in s...W. J. van der Laan
2021-06-18devtools: Integrate ARCH_MIN_GLIBC_VER table into MAX_VERSIONS in symbol-chec...W. J. van der Laan
2021-06-14devtools: Add xkb version to symbol-checkW. J. van der Laan
2021-06-14devtools: Fix verneed section parsing in pixieW. J. van der Laan
2021-06-10scripts: check macOS SDK version is setfanquake
2021-06-10scripts: check minimum required Windows version is setfanquake
2021-06-10scripts: check minimum required macOS vesion is setfanquake
2021-05-09scripts: test for MACHO control flow instrumentationfanquake
2021-05-04contrib: consolidate PIE and NX security checksfanquake
2021-05-04contrib: use LIEF in PE symbol checksfanquake
2021-05-04contrib: use LIEF in macOS symbol checksfanquake
2021-05-04contrib: use f strings in symbol-check.pyfanquake
2021-05-04contrib: add PE PIE check to security checksfanquake
2021-05-04contrib: use LIEF for PE security checksfanquake
2021-05-04contrib: use LIEF for macOS security checksfanquake
2021-05-04contrib: use f strings in security-check.pyfanquake