Markus Teich
209f0162fc
use new GNUNET_assert_from()
2016-12-02 10:45:11 +01:00
Markus Teich
50c476877e
migrate to GNUNET_assert
2016-12-02 09:43:04 +01:00
Markus Teich
6a4fa07b28
fix debugging helpers
2016-08-02 16:54:25 +02:00
Markus Teich
9fcc42d6ab
fixup last commit
2016-07-13 12:22:23 +02:00
Markus Teich
1636ff8c49
allow different logging targets
2016-07-13 12:21:40 +02:00
Markus Teich
e25578ad25
add debugging shortcuts for points and mpis
2016-06-28 22:04:43 +02:00
Markus Teich
5dbbef588d
fix bug in util
2016-06-28 16:21:13 +02:00
Markus Teich
42c804470c
fix warning with unused return codes only used in assertions.
...
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-22 23:29:15 +02:00
Markus Teich
0fc7fb86b8
random fixes
2016-06-22 23:18:46 +02:00
Markus Teich
ec1ce068ed
update util: logging and assertions
2016-06-12 00:55:09 +02:00
Markus Teich
ad52777275
low level implementation of round1
2016-06-07 15:49:22 +02:00