aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools
Commit message (Collapse)AuthorAgeFilesLines
* Add deeper XML checking to update-translation scriptWladimir J. van der Laan2014-09-011-14/+134
| | | | | | | | | | - Catch problems such as mismatched formatting characters. Remove messages that can give problems at runtime. - Also remove unfinished/untranslated messages, they just take up space in the ts and waste parsing time. Fixes #4774.
* Fix github-merge with git version 2.1.0Gavin Andresen2014-08-191-2/+2
| | | | | | | Running git version 2.1.0 on OSX (homebrew), I get fatal: '1q': not a non-negative integer I'm guessing git command-line parsing got more strict recently?
* devtools: Exclude default exports from symbol-checker scriptWladimir J. van der Laan2014-08-171-0/+6
| | | | See discussion in #4663.
* Merge pull request #4110Wladimir J. van der Laan2014-05-022-0/+78
|\ | | | | | | | | | | 3a54ad9 Full translation update (Wladimir J. van der Laan) 9dd5d79 devtools: add a script to fetch and postprocess translations (Wladimir J. van der Laan) 58c01a3 qt: add transifex configuration file (Wladimir J. van der Laan)
| * devtools: add a script to fetch and postprocess translationsWladimir J. van der Laan2014-05-012-0/+78
| | | | | | | | | | | | | | | | | | Run this script from the root of the repository to update all translations from transifex. It will do the following automatically: - create a transifex configuration file - fetch all translations - post-process them into valid and committable format
* | devtools: have symbol check script check for exported symbolsWladimir J. van der Laan2014-04-301-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 executablesWladimir J. van der Laan2014-04-252-3/+133
| | | | | | | 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.
* Copyright header updates s/2013/2014 on files whose last git commit was done ↵gubatron2014-02-092-0/+64
| | | | | | in 2014. contrib/devtools/fix-copyright-headers.py script to be able to perform this maintenance task with ease during the rest of the year, every year. Modifications to contrib/devtools/README.md to document what fix-copyright-headers.py does.
* contrib: add sipa's github-merge scriptWladimir J. van der Laan2013-11-242-0/+211