aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.hpp
AgeCommit message (Collapse)AuthorFilesLines
2017-08-08util: noexcept logging and also noreturn for fatal()Marcus Fritzsch1-6/+8
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-08-08all: clang-formatMarcus Fritzsch1-7/+8
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-9/+41
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
2017-08-08util.h and its impl are now c++Marcus Fritzsch1-0/+29
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>