summaryrefslogtreecommitdiffstats
path: root/src/util.hpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-12util: add ability to disable afb logging macro usageMarcus Fritzsch1-0/+15
2017-09-12util/cmake: enable ScopeTracing through cmake variable optionMarcus Fritzsch1-8/+6
2017-09-12util: add scope tracer utility (hack, but more or less useful)Marcus Fritzsch1-2/+25
2017-08-11Remove the DB() makro, replace with logdebug() where sensibleMarcus Fritzsch1-11/+0
2017-08-08remove PollerMarcus Fritzsch1-15/+0
2017-08-08add license text to implementation filesMarcus Fritzsch1-0/+16
2017-08-08util: clang-formatMarcus Fritzsch1-2/+1
2017-08-08util: move DB() debug macro from appMarcus Fritzsch1-0/+12
2017-08-08main: remove CHECK_WAYLAND, inline logic into WRAPMarcus Fritzsch1-0/+1
2017-08-08util: do not define needed afb versionMarcus Fritzsch1-1/+0
2017-08-08util: logging to the afb daemonMarcus Fritzsch1-6/+14
2017-08-08util: noexcept logging and also noreturn for fatal()Marcus Fritzsch1-6/+8
2017-08-08all: clang-formatMarcus Fritzsch1-7/+8
2017-08-08moved Poller and unique_fd from main to util, fixed c++ issues in utilMarcus Fritzsch1-9/+41
2017-08-08util.h and its impl are now c++Marcus Fritzsch1-0/+29