| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove use of non-standard zero variadic macros | Ben Woosley | 2020-04-30 | 1 | -4/+4 |
| | | | | | These are a gnu extension warned against by: gnu-zero-variadic-macro-arguments | ||||
| * | Drop unused LOG_TIME_MICROS helper | Ben Woosley | 2020-04-30 | 1 | -2/+0 |
| | | |||||
| * | scripted-diff: Bump copyright headers | MarcoFalke | 2020-04-16 | 1 | -1/+1 |
| | | | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | ||||
| * | doc: Correct spelling errors in comments | Ben Woosley | 2020-03-02 | 1 | -1/+1 |
| | | | | | | | And ci script output. Identified via test/lint/lint-spelling | ||||
| * | scripted-diff: Bump copyright of files changed in 2019 | MarcoFalke | 2019-12-30 | 1 | -1/+1 |
| | | | | | | | -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | ||||
| * | logs: add BCLog::Timer and related macros | James O'Beirne | 2019-11-04 | 1 | -0/+104 |
| Makes logging timing information about a block of code easier. | |||||