index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lint
Age
Commit message (
Expand
)
Author
2018-06-16
Merge #13448: Add linter: Make sure we explicitly open all text files using U...
Wladimir J. van der Laan
2018-06-14
Add linter: Enforce the source code file naming convention described in the d...
practicalswift
2018-06-12
Add linter: Make sure we explicitly open all text files using UTF-8 or ASCII ...
practicalswift
2018-06-12
Explicitly specify encoding when opening text files in Python code
practicalswift
2018-06-12
Merge #13120: policy: Treat segwit as always active
Wladimir J. van der Laan
2018-06-11
Merge #13230: Simplify include analysis by enforcing the developer guide's in...
Wladimir J. van der Laan
2018-06-07
Merge #13041: build: Add linter checking for accidental introduction of local...
Wladimir J. van der Laan
2018-06-06
lint: Add linter to error on #include <*.cpp>
Ben Woosley
2018-06-06
Enforce the use of bracket syntax includes ("#include <foo.h>")
practicalswift
2018-06-06
build: Add linter for checking accidental locale dependence
practicalswift
2018-06-04
build: Guard against accidental introduction of new Boost dependencies
practicalswift
2018-05-29
policy: Treat segwit as always active
MarcoFalke
2018-05-24
test: Move linters to test/lint, add readme
MarcoFalke