aboutsummaryrefslogtreecommitdiff
path: root/util.h
AgeCommit message (Collapse)Author
2024-01-14lift code to recent GNUNET version; uncrustifyÖzgür Kesim
2016-12-02styleMarkus Teich
2016-12-02use new GNUNET_assert_from()Markus Teich
2016-12-02migrate to GNUNET_assertMarkus Teich
2016-08-02fix debugging helpersMarkus Teich
2016-07-13fixup last commitMarkus Teich
2016-07-13allow different logging targetsMarkus Teich
2016-06-28add debugging shortcuts for points and mpisMarkus Teich
2016-06-28fix bug in utilMarkus Teich
2016-06-22fix warning with unused return codes only used in assertions.Markus Teich
It's common knowledge to not cause any writes inside an assertion condition since they are not guaranteed to be executed, so we can still evaluate them and cast to void, which the compiler can optimize away. It's better than having a `(void)rc;` for every variable that is only used in assertions.
2016-06-22random fixesMarkus Teich
2016-06-12update util: logging and assertionsMarkus Teich
2016-06-07low level implementation of round1Markus Teich