aboutsummaryrefslogtreecommitdiff
path: root/src/io.h
AgeCommit message (Collapse)Author
2015-12-24Match namespace and directory structureAdrian Kummerlaender
2015-12-21Add file mode check in `unlink`Adrian Kummerlaender
2015-11-30Extract actual function acquisitionAdrian Kummerlaender
The pointers to the actual function implementations are now fetched inside the `actual` namespace declared in the `actual_function.h` header. Fixed source of _noreturn_ related warning during compilation by adding the appropriate flag. Sadly this means that we can not use `std::function` in this context as it doesn't seem to carry these _c-like_ flags.
2015-11-14Fix rename tracking and enable logfile creationAdrian Kummerlaender
2015-10-18Add cmake build instructionsAdrian Kummerlaender