| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | devtools: Exclude default exports from symbol-checker script | Wladimir J. van der Laan | 2014-08-17 | 1 | -0/+6 |
| | | | | | See discussion in #4663. | ||||
| * | devtools: have symbol check script check for exported symbols | Wladimir J. van der Laan | 2014-04-30 | 1 | -0/+5 |
| | | | | | | | After last commit, our executables should export no symbols anymore. To make sure that this stays the case, verify this in the symbol checker script. | ||||
| * | devtools: add script to check symbols from Linux gitian executables | Wladimir J. van der Laan | 2014-04-25 | 1 | -0/+108 |
| Add a script to check that the (Linux) executables produced by gitian only contain allowed gcc, glibc and libstdc++ version symbols. This makes sure they are still compatible with the minimum supported Linux distribution versions. | |||||