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
/
src
/
util
/
check.h
Age
Commit message (
Expand
)
Author
2023-01-24
refactor: Remove c_str from util/check
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-01
util: Add StrFormatInternalBug and STR_INTERNAL_BUG
MarcoFalke
2022-11-16
util: Move error message formatting of NonFatalCheckError to cpp
MacroFake
2022-08-02
refactor: Add LIFETIMEBOUND / -Wdangling-gsl to Assert()
MacroFake
2022-04-26
lint: Mention NONFATAL_UNREACHABLE in lint-assertions.py
MacroFake
2022-04-16
util/check: Add CHECK_NONFATAL identity function, NONFATAL_UNREACHABLE AND UN...
Aurèle Oulès
2022-04-01
util/check: avoid unused parameter warnings
Anthony Towns
2022-03-30
util/check: stop using lambda for Assert/Assume
Anthony Towns
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-08
fuzz: Fix RPC internal bug detection
MarcoFalke
2021-03-04
util: Make Assume() usable as unary expression
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-11-24
util: Remove probably misleading TODO
MarcoFalke
2020-11-24
util: Add Assume() identity function
MarcoFalke
2020-11-24
util: Allow Assert(...) to be used in all contexts
practicalswift
2020-07-11
util: Make Assert work with any value
MarcoFalke
2020-06-15
util: Add Assert identity function
MarcoFalke
2020-06-14
move-only: Move NDEBUG compile time check to util/check
MarcoFalke
2020-05-13
Add util::Ref class as temporary alternative for c++17 std::any
Russell Yanofsky
2019-10-18
util: Add CHECK_NONFATAL and use it in src/rpc
MarcoFalke