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
/
lint-format-strings.py
Age
Commit message (
Expand
)
Author
2022-04-30
lint: Fix lint-circular-dependencies.py file list
MacroFake
2022-04-13
lint: convert format strings linter test to python
Eunoia
2022-04-04
Move lint script and data file to avoid lint- prefix
MarcoFalke
2022-02-23
Merge bitcoin/bitcoin#24409: Always output license/copyright info with `-vers...
MarcoFalke
2022-02-22
lint: remove no-longer used exceptions from lint-format-strings.py
fanquake
2022-02-22
refactor: shift CopyrightHolders() and LicenseInfo() to clientversion.cpp
fanquake
2020-01-23
Refactor: Copy CWallet signals and print function to LegacyScriptPubKeyMan
Andrew Chow
2020-01-03
Add logging for CValidationInterface events
Jeffrey Czyz
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-09-03
test/contrib: Fix invalid escapes in regex strings
Ben Woosley
2019-07-24
scripted-diff: Make translation bilingual
Hennadii Stepanov
2019-06-27
util: No translation of `Bitcoin Core` in the copyright
MarcoFalke
2019-03-05
Merge #15534: [test] lint-format-strings: open files sequentially (fix for OS X)
MarcoFalke
2019-03-04
In lint-format-strings, open files sequentially
Glenn Willen
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2018-12-14
lint/format-strings: Correctly exclude escaped percent symbols
Luke Dashjr
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-12
logging: Replace LogPrint macros with regular functions
MarcoFalke
2018-08-10
Make format string linter understand basic template parameter syntax
practicalswift
2018-08-07
Add linting of WalletLogPrintf(...) format strings
practicalswift
2018-08-07
build: Add format string linter
practicalswift