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
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