index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
devtools
/
symbol-check.py
Age
Commit message (
Expand
)
Author
2020-03-22
scripts: add PE dylib checking to symbol-check.py
fanquake
2020-01-04
scripts: add MACHO dylib checking to symbol-check.py
fanquake
2019-11-23
build: Allow export of environ symbols
Wladimir J. van der Laan
2019-11-22
build: Bump minimum versions in symbol checker
Wladimir J. van der Laan
2019-11-22
build: Disallow dynamic linking against c++ library
Wladimir J. van der Laan
2019-11-20
build: remove libanl.so.1 from ALLOWED_LIBRARIES
fanquake
2019-09-03
test/contrib: Fix invalid escapes in regex strings
Ben Woosley
2019-07-17
symbol-check: Disallow libX11-*.so.* shared libraries
Carl Dong
2019-03-02
build: Require python 3.5
MarcoFalke
2018-08-25
[contrib] Support ARM and RISC-V symbol check
Chun Kuan Lee
2018-06-02
Add stdin, stdout, stderr to ignored export list
Chun Kuan Lee
2018-03-28
[contrib] fixup symbol-check.py Python3 support
John Newbery
2018-03-26
Change all python files to use Python3
John Newbery
2017-08-28
Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs
practicalswift
2016-06-28
Favour python over python2 as per PR #7723
Matthew King
2016-06-26
Use portable #! in python scripts (/usr/bin/env)
Matthew King
2016-03-29
build: python 3 compatibility
Wladimir J. van der Laan
2016-01-26
release: add _IO_stdin_used to ignored exports
Cory Fields
2015-11-16
devtools: add libraries for bitcoin-qt to symbol check
Wladimir J. van der Laan
2015-10-22
devtools: Add security-check.py
Wladimir J. van der Laan
2014-12-16
Remove references to X11 licence
Michael Ford
2014-08-17
devtools: Exclude default exports from symbol-checker script
Wladimir J. van der Laan
2014-04-30
devtools: have symbol check script check for exported symbols
Wladimir J. van der Laan
2014-04-25
devtools: add script to check symbols from Linux gitian executables
Wladimir J. van der Laan