aboutsummaryrefslogtreecommitdiff
path: root/test/lint
Commit message (Expand)AuthorAgeFilesLines
...
* | logging: Replace LogPrint macros with regular functionsMarcoFalke2018-09-121-0/+1
* | Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on...Wladimir J. van der Laan2018-09-111-1/+0
|\ \ | |/ |/|
| * Drop boost::scoped_arrayChun Kuan Lee2018-08-041-1/+0
* | Merge #12490: [Wallet] [RPC] Remove deprecated wallet rpc features from bitco...MarcoFalke2018-09-061-1/+0
|\ \
| * | [rpc] Remove deprecated sigrawtransaction rpc method.John Newbery2018-08-271-1/+0
* | | Merge #13954: Warn (don't fail!) on spelling errors. Fix typos reported by co...MarcoFalke2018-09-052-0/+21
|\ \ \
| * | | lint: Add spell check linter (codespell)practicalswift2018-09-042-0/+16
| * | | Fix typos reported by codespellpracticalswift2018-09-041-0/+5
* | | | Merge #14115: lint: Make all linters work under the default macOS dev environ...MarcoFalke2018-09-055-6/+26
|\ \ \ \
| * | | | macOS fix: Check for correct version of flake8 to avoid spurious warnings. Th...practicalswift2018-08-311-1/+9
| * | | | macOS fix: Add excludes for checks added in the newer shellcheck version inst...practicalswift2018-08-311-1/+11
| * | | | macOS fix: Work around empty (sub)expression error when using BSD greppracticalswift2018-08-312-3/+3
| * | | | macOS fix: Avoid mapfile due to ancient version of bash shipped with macOSpracticalswift2018-08-311-1/+3
* | | | | Merge #14128: lint: Make sure we read the command line inputs using utf-8 dec...Wladimir J. van der Laan2018-09-042-2/+10
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | lint: Make sure we read the command line inputs using utf-8 decoding in pythonChun Kuan Lee2018-09-022-2/+10
| |/ / /
* | | | Merge #14088: tests: Don't assert(...) with side effectsWladimir J. van der Laan2018-08-311-0/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Add regression test: Don't assert(...) with side effectspracticalswift2018-08-281-0/+23
| |/ /
* | | Merge #13671: Remove the boost/algorithm/string/case_conv.hpp dependencyWladimir J. van der Laan2018-08-292-3/+0
|\ \ \
| * | | Removes the Boost case_conv.hpp dependency.2512018-08-282-3/+0
| |/ /
* / / add unicode compatible file_lock for WindowsChun Kuan Lee2018-08-281-1/+0
|/ /
* | use export LC_ALL=C.UTF-8Julian Fleischer2018-08-271-2/+3
* | Merge #13707: tests: Add usage note to check-rpc-mappings.pyWladimir J. van der Laan2018-08-251-0/+4
|\ \
| * | Tests: add usage note to check-rpc-mappings.pyMason Simon2018-07-191-0/+4
* | | test: Add lint to prevent SIGNAL/SLOT connect styleJoão Barbosa2018-08-211-0/+20
* | | Merge #13054: tests: Enable automatic detection of undefined names in Python ...MarcoFalke2018-08-131-1/+3
|\ \ \
| * | | tests: Use explicit importspracticalswift2018-08-131-1/+3
* | | | Make format string linter understand basic template parameter syntaxpracticalswift2018-08-101-1/+37
|/ / /
* | | Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-082-2/+2
|\ \ \
| * | | Update copyright headers to 2018DrahtBot2018-07-272-2/+2
| | |/ | |/|
* | | Add linting of WalletLogPrintf(...) format stringspracticalswift2018-08-072-0/+3
* | | build: Add format string linterpracticalswift2018-08-072-0/+292
* | | fix locale for lint-shellJulian Fleischer2018-08-021-3/+9
|/ /
* | Removes Boost predicate.hpp dependency2512018-07-221-1/+0
* | Removes the boost/algorithm/string/join dependency2512018-07-211-1/+0
* | Merge #13482: Remove boost::program_options dependencyWladimir J. van der Laan2018-07-201-1/+0
|\ \
| * | Remove program options from build systemChun Kuan Lee2018-07-181-1/+0
* | | lint: Add linter for circular dependenciesBen Woosley2018-07-181-0/+84
| |/ |/|
* | Remove boost dependency (boost/assign/std/vector.hpp)practicalswift2018-06-271-1/+0
|/
* Merge #13496: Test: Harden lint-filenames.shWladimir J. van der Laan2018-06-241-1/+4
|\
| * Test: Harden lint-filenames.shwodry2018-06-181-1/+4
* | Obsolete #!/bin/bash shebangDesWurstes2018-06-2012-12/+12
|/
* Follow-up to #13454: Fix broken build by exporting LC_ALL=Cpracticalswift2018-06-181-0/+1
* Merge #13454: Make sure LC_ALL=C is set in all shell scriptsWladimir J. van der Laan2018-06-1813-1/+44
|\
| * Add linter: Make sure all shell scripts opt out of locale dependence using "e...practicalswift2018-06-141-0/+24
| * Add "export LC_ALL=C" to all shell scriptspracticalswift2018-06-1412-1/+20
* | Merge #13448: Add linter: Make sure we explicitly open all text files using U...Wladimir J. van der Laan2018-06-162-2/+21
|\ \
| * | Add linter: Make sure we explicitly open all text files using UTF-8 or ASCII ...practicalswift2018-06-121-0/+19
| * | Explicitly specify encoding when opening text files in Python codepracticalswift2018-06-121-2/+2
| |/
* / Add linter: Enforce the source code file naming convention described in the d...practicalswift2018-06-141-0/+21
|/
* Merge #13120: policy: Treat segwit as always activeWladimir J. van der Laan2018-06-121-1/+1
|\