Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
7e50e163dd
Replace std::for_each with std::ranges::for_each
a406fa8c7c
Cleanup Abbreviations.cpp - remove commented code, fix assertions and some variable shadowing
a0cde5502d
Add gbassert_false() for easier conversion. Tried replacing some of the xx=NULL intentional segfaults with gbassert/gbassert_false. I think much cleaner
a0cde5502d
Add gbassert_false() for easier conversion. Tried replacing some of the xx=NULL intentional segfaults with gbassert/gbassert_false. I think much cleaner
45dbff2045
Fix stack dump on crash to dump symbols rather than log addr2line command. Add gbassert() so the purposeful segfaults can be replaced by just raising a SIGSEGV & it's purpose will be more clear
d7c5762556
Get some basic test infrastructure built so it's possible to write tests when making changes
3ba8a20ac7
Separate sources that are used to build gb, put them in src, and put everything else in the junkdrawer dir. Start a new/clean Makefile.
fc43b3f666
Stop memseting objects in TcpServer, use clear() instead
45dbff2045
Fix stack dump on crash to dump symbols rather than log addr2line command. Add gbassert() so the purposeful segfaults can be replaced by just raising a SIGSEGV & it's purpose will be more clear