Cleanup. Remove dependencies on utilstrencodings and boost/mutex.
Details
Details
- Reviewers
jasonbcox deadalnix - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGINGbc24189fbecf: [Part 5] Refactor logging code into a global object
rABCbc24189fbecf: [Part 5] Refactor logging code into a global object
Run bitcoind with different permutations of:
-logtimestamps, -debug, -printtoconsole, -datadir, -shrinkdebugfile
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- logging
- Lint
Lint Passed Severity Location Code Message Auto-Fix src/init.cpp:1 CFMT Code style violation Auto-Fix src/qt/transactiondesc.cpp:1 CFMT Code style violation - Unit
No Test Coverage - Build Status
Buildable 2337 Build 2811: Bitcoin ABC Buildbot (legacy) Build 2810: arc lint + arc unit
Event Timeline
Comment Actions
- logging: Remove use of ARRAYLEN from utilstrencodings.
- logging: Change boost::mutex to std::mutex.
src/logging.cpp | ||
---|---|---|
101 ↗ | (On Diff #3641) | I had no idea this worked on C style arrays. |