Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-01 | scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes | MarcoFalke | |
-BEGIN VERIFY SCRIPT- perl -0777 -pi -e 's/#if defined\(HAVE_CONFIG_H\)\n#include <config\/bitcoin-config.h>.*\n#endif.*\n/#include <config\/bitcoin-config.h> \/\/ IWYU pragma: keep\n/g' $( git grep -l '#include <config/bitcoin-config.h>' ) -END VERIFY SCRIPT- | |||
2023-08-18 | removed StrFormatInternalBug quote delimitation | Reese Russell | |
2023-01-24 | refactor: Remove c_str from util/check | MarcoFalke | |
2022-12-06 | util: Include full version id in bug reports | MarcoFalke | |
2022-12-01 | util: Add StrFormatInternalBug and STR_INTERNAL_BUG | MarcoFalke | |
2022-11-16 | util: Move error message formatting of NonFatalCheckError to cpp | MacroFake | |
This allows to strip down the header file | |||
2022-03-30 | util/check: stop using lambda for Assert/Assume | Anthony Towns | |