Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-11 | util: Make Assert work with any value | MarcoFalke | |
2020-06-15 | util: Add Assert identity function | MarcoFalke | |
The utility is primarily useful to dereference pointer types, which are known to be not null at that time. For example, the ArgsManager is known to exist when the wallets are started. Instead of silently relying on that assumption, Assert can be used to abort the program and avoid UB should the assumption ever be violated. | |||
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 | |
This commit does not change behavior | |||
2019-10-18 | util: Add CHECK_NONFATAL and use it in src/rpc | MarcoFalke | |