aboutsummaryrefslogtreecommitdiff
path: root/util.h
Commit message (Collapse)AuthorAge
* fix debugging helpersMarkus Teich2016-08-02
|
* fixup last commitMarkus Teich2016-07-13
|
* allow different logging targetsMarkus Teich2016-07-13
|
* add debugging shortcuts for points and mpisMarkus Teich2016-06-28
|
* fix bug in utilMarkus Teich2016-06-28
|
* fix warning with unused return codes only used in assertions.Markus Teich2016-06-22
| | | | | | | 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.
* random fixesMarkus Teich2016-06-22
|
* update util: logging and assertionsMarkus Teich2016-06-12
|
* low level implementation of round1Markus Teich2016-06-07