aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/symbol-check.py
Commit message (Expand)AuthorAgeFilesLines
* scripts: add PE dylib checking to symbol-check.pyfanquake2020-03-221-3/+46
* scripts: add MACHO dylib checking to symbol-check.pyfanquake2020-01-041-23/+113
* build: Allow export of environ symbolsWladimir J. van der Laan2019-11-231-1/+2
* build: Bump minimum versions in symbol checkerWladimir J. van der Laan2019-11-221-11/+16
* build: Disallow dynamic linking against c++ libraryWladimir J. van der Laan2019-11-221-7/+2
* build: remove libanl.so.1 from ALLOWED_LIBRARIESfanquake2019-11-201-1/+0
* test/contrib: Fix invalid escapes in regex stringsBen Woosley2019-09-031-3/+1
* symbol-check: Disallow libX11-*.so.* shared librariesCarl Dong2019-07-171-2/+0
* build: Require python 3.5MarcoFalke2019-03-021-1/+1
* [contrib] Support ARM and RISC-V symbol checkChun Kuan Lee2018-08-251-17/+31
* Add stdin, stdout, stderr to ignored export listChun Kuan Lee2018-06-021-1/+1
* [contrib] fixup symbol-check.py Python3 supportJohn Newbery2018-03-281-33/+33
* Change all python files to use Python3John Newbery2018-03-261-2/+1
* Use sys.exit(...) instead of exit(...): exit(...) should not be used in programspracticalswift2017-08-281-1/+1
* Favour python over python2 as per PR #7723Matthew King2016-06-281-1/+1
* Use portable #! in python scripts (/usr/bin/env)Matthew King2016-06-261-1/+1
* build: python 3 compatibilityWladimir J. van der Laan2016-03-291-31/+32
* release: add _IO_stdin_used to ignored exportsCory Fields2016-01-261-1/+4
* devtools: add libraries for bitcoin-qt to symbol checkWladimir J. van der Laan2015-11-161-1/+18
* devtools: Add security-check.pyWladimir J. van der Laan2015-10-221-3/+27
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* devtools: Exclude default exports from symbol-checker scriptWladimir J. van der Laan2014-08-171-0/+6
* devtools: have symbol check script check for exported symbolsWladimir J. van der Laan2014-04-301-0/+5
* devtools: add script to check symbols from Linux gitian executablesWladimir J. van der Laan2014-04-251-0/+108