Commit Graph

290 Commits (f4e12fd50c23875f4b5f272c94449eb81de43d5d)

Author SHA1 Message Date
Chun Kuan Lee 1661a472b8 add unicode compatible file_lock for Windows
6 years ago
Julian Fleischer 414326952c use export LC_ALL=C.UTF-8
6 years ago
Wladimir J. van der Laan f6eb85d17c
Merge #13707: tests: Add usage note to check-rpc-mappings.py
6 years ago
João Barbosa 3567b247f4 test: Add lint to prevent SIGNAL/SLOT connect style
6 years ago
MarcoFalke bffb35f876
Merge #13054: tests: Enable automatic detection of undefined names in Python tests scripts. Remove wildcard imports.
6 years ago
practicalswift 68400d8b96 tests: Use explicit imports
6 years ago
practicalswift 4441ad677a Make format string linter understand basic template parameter syntax
6 years ago
Wladimir J. van der Laan 78dae8cacc
Merge #13780: 0.17: Pre-branch maintenance
6 years ago
practicalswift bcd4b0f5cd Add linting of WalletLogPrintf(...) format strings
6 years ago
practicalswift a3e4556949 build: Add format string linter
6 years ago
Chun Kuan Lee 1c5d225853 Drop boost::scoped_array
6 years ago
Julian Fleischer 83c48d9a1f fix locale for lint-shell
6 years ago
DrahtBot eb7daf4d60 Update copyright headers to 2018
6 years ago
251 e3245f2e7b Removes Boost predicate.hpp dependency
6 years ago
251 5f019d5354 Removes the boost/algorithm/string/join dependency
6 years ago
Wladimir J. van der Laan 2dc5ab6378
Merge #13482: Remove boost::program_options dependency
6 years ago
Mason Simon 03a2d68010 Tests: add usage note to check-rpc-mappings.py
6 years ago
Ben Woosley 5c613aadd6
lint: Add linter for circular dependencies
6 years ago
Chun Kuan Lee f447a0a707 Remove program options from build system
6 years ago
practicalswift 962d8eed5b Remove boost dependency (boost/assign/std/vector.hpp)
6 years ago
Wladimir J. van der Laan 9ab4c2a246
Merge #13496: Test: Harden lint-filenames.sh
6 years ago
DesWurstes 000000035b Obsolete #!/bin/bash shebang
6 years ago
wodry 927e1150bc Test: Harden lint-filenames.sh
7 years ago
practicalswift 7b23e6e13f Follow-up to #13454: Fix broken build by exporting LC_ALL=C
7 years ago
Wladimir J. van der Laan 45c00f8416
Merge #13454: Make sure LC_ALL=C is set in all shell scripts
7 years ago
Wladimir J. van der Laan a90ca4087a
Merge #13448: Add linter: Make sure we explicitly open all text files using UTF-8 encoding in Python
7 years ago
practicalswift ad691f666b Add linter: Enforce the source code file naming convention described in the developer notes
7 years ago
practicalswift 47776a958b Add linter: Make sure all shell scripts opt out of locale dependence using "export LC_ALL=C"
7 years ago
practicalswift 3352da8da1 Add "export LC_ALL=C" to all shell scripts
7 years ago
practicalswift c8176b3cc7 Add linter: Make sure we explicitly open all text files using UTF-8 or ASCII encoding in Python
7 years ago
practicalswift 634bd97001 Explicitly specify encoding when opening text files in Python code
7 years ago
Wladimir J. van der Laan ca2a23387b
Merge #13120: policy: Treat segwit as always active
7 years ago
Wladimir J. van der Laan 7c32b414b6
Merge #13230: Simplify include analysis by enforcing the developer guide's include syntax
7 years ago
Wladimir J. van der Laan 5779dc4f76
Merge #13041: build: Add linter checking for accidental introduction of locale dependence
7 years ago
Ben Woosley 9d6c9dbb88
lint: Add linter to error on #include <*.cpp>
7 years ago
practicalswift 6d10f43738 Enforce the use of bracket syntax includes ("#include <foo.h>")
7 years ago
practicalswift 0a4ea2f458 build: Add linter for checking accidental locale dependence
7 years ago
practicalswift 81bbd32a2c build: Guard against accidental introduction of new Boost dependencies
7 years ago
MarcoFalke fa7a6cf1b3
policy: Treat segwit as always active
7 years ago
MarcoFalke fa3c910bfe
test: Move linters to test/lint, add readme
7 years ago