aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo and spelling inconsistency in CONTRIBUTING.mdKoki Takahashi2017-02-091-1/+1
| | | | | | | | Fix spellings of GitHub Remove unnecessary changes Fix GitHub spelling on doc/translation_process.md
* [doc] Remove unused clang format dev scriptMarcoFalke2017-01-281-5/+1
| | | | | Also, update the clang format file to reflect the current coding style mentioned in the developer notes.
* Merge #8674: tools for analyzing, updating and adding copyright headers in ↵Wladimir J. van der Laan2016-11-021-9/+52
|\ | | | | | | | | | | source files 159597a [devtools] script support for managing source file copyright headers (isle2983)
| * [devtools] script support for managing source file copyright headersisle29832016-09-101-9/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Three subcommands to this script: 1) ./copyright_header.py report Examines git-tracked files with extensions that match: INCLUDE = ['*.h', '*.cpp', '*.cc', '*.c', '*.py'] Helps to: -> Identify source files without copyright -> Identify source files added with something other than "The Bitcoin Core developers" holder so we can be sure it is appropriate -> Identify unintentional typos in the copyright line 2) ./copyright_header.py update Replaces fix-copyright-headers.py. It does file editing in native python rather than subprocessing out to perl as was the case with fix-copyright-headers.py. It also shares code with the 'report' functions. 3) ./copyright_header.py insert Inserts a copyright header into a source file with the proper format and dates.
* | add gen-manpages.sh description to README.mdnomnombtc2016-08-271-0/+6
|/
* [doc] Update git-subtree-check.sh READMEMarcoFalke2016-08-191-1/+2
|
* [doc] Update bitcoin-core GitHub linksMarcoFalke2016-04-291-3/+3
|
* devtools: replace github-merge with python versionWladimir J. van der Laan2016-01-201-2/+2
| | | | | | | | This is meant to be a direct translation of the bash script, with the difference that it retrieves the PR title from github, thus creating pull messages like: Merge #12345: Expose transaction temperature over RPC
* Merge pull request #7280Wladimir J. van der Laan2016-01-191-0/+6
|\ | | | | | | | | faeda0e [travis] Run contrib/devtools/check-doc.py early (MarcoFalke) fada0c9 [travis] Fail when documentation is outdated (MarcoFalke)
| * [travis] Fail when documentation is outdatedMarcoFalke2016-01-041-0/+6
| |
* | [contrib] Prepare clang-format-diff for usageMarcoFalke2016-01-061-0/+12
| |
* | [devtools] Rewrite fix-copyright-headers.pyMarcoFalke2015-12-131-4/+4
|/
* Update contrib/devtools/README.mdMarcoFalke2015-12-021-30/+31
| | | | | * Fix order * Update subtree check
* devtools: Update README.mdMarcoFalke2015-11-041-0/+5
|
* [trivial] Update contrib/devtools/README.mdMarcoFalke2015-10-151-6/+20
|
* Add git-subtree-check.sh scriptPieter Wuille2015-04-021-0/+13
|
* Added "Core" to copyright headerssandakersmann2014-12-191-2/+2
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* devtools: add a script to fetch and postprocess translationsWladimir J. van der Laan2014-05-011-0/+12
| | | | | | | | | 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: add script to check symbols from Linux gitian executablesWladimir J. van der Laan2014-04-251-3/+25
| | | | | | | 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-091-0/+11
| | | | | | 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-241-0/+38