Luke Dashjr
743e8ea6e4
Merge 22417 via bpchild_closefds
2023-11-15 23:49:11 +00:00
Luke Dashjr
b493ed30e9
lint/includes: Ignore duplicate includes in .cpp files
2023-10-17 02:46:49 +00:00
Luke Dashjr
60bc072bc3
util/system: Close non-std fds when execing slave processes
2023-07-05 16:15:29 +00:00
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-
2023-01-18 13:00:34 +01:00
Hennadii Stepanov
fea75ad3ca
refactor: Drop boost/algorithm/string/replace.hpp
dependency
2022-08-08 11:53:23 +01:00
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.
2022-06-15 12:56:44 +01:00
Martin Leitner-Ankerl
d1a9850102
http: replace boost::split with SplitString
...
Also removes boost/algorithm/string.hpp from expected includes
2022-05-04 07:34:48 +02:00
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
2022-05-04 07:34:47 +02:00
Dimitri
67b41678c8
lint: Convert lint-includes.sh to Python
2022-04-19 02:23:56 +02:00