aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-08-08util: noexcept logging and also noreturn for fatal()Marcus Fritzsch1-4/+4
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-08-08moved Poller and unique_fd from main to util, fixed c++ issues in utilMarcus Fritzsch1-6/+36
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-08-08util.h and its impl are now c++Marcus Fritzsch1-0/+65
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>