Sebastian Falbesoner
70434b1c44
external_signer: replace boost::process with cpp-subprocess
...
This primarily affects the `RunCommandParseJSON` utility function.
8 months ago
Brandon Odiwuor
80fa7da21c
test: Refactor subtree exclusion in lint tests
8 months ago
glozow
4aa98b79b2
[lint] update expected boost includes
1 year ago
fanquake
1c976c691c
tidy: Integrate bicoin-tidy clang-tidy plugin
...
Enable `bitcoin-unterminated-logprintf`.
Co-authored-by: Cory Fields <cory-nospam-@coryfields.com>
1 year ago
Hennadii Stepanov
2484cacb7a
Add public Boost headers explicitly
1 year ago
MarcoFalke
fa8fe5b696
scripted-diff: Use new python 3.7 keywords
...
-BEGIN VERIFY SCRIPT-
sed -i 's/universal_newlines/text/g' $(git grep -l universal_newlines)
-END VERIFY SCRIPT-
2 years ago
Hennadii Stepanov
fea75ad3ca
refactor: Drop `boost/algorithm/string/replace.hpp` dependency
2 years ago
fanquake
d873ff96e5
refactor: cleanups post unsubtree'ing univalue
...
Mostly changes to remove src/univalue exceptions from the various linters,
and the required code changes to make them happy. As well as minor doc
changes.
2 years ago
Martin Leitner-Ankerl
d1a9850102
http: replace boost::split with SplitString
...
Also removes boost/algorithm/string.hpp from expected includes
3 years ago
Martin Leitner-Ankerl
0d7efcdf75
core_read: Replace boost::split with SplitString
...
Note that `SplitString` doesn't support token compression, but in this case
it does not matter as empty strings are already skipped anyways.
Also removes split.hpp and classification.hpp from expected includes
3 years ago
Dimitri
67b41678c8
lint: Convert lint-includes.sh to Python
3 years ago