Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-24 | Match namespace and directory structure | Adrian Kummerlaender | |
2015-12-23 | Implement file change tracking using `diff` | Adrian Kummerlaender | |
The newly introduced `ChangeTracker` class is now keeping track of all tracked file in addition to spawning and managing a corresponding `diff` instance that enables printing pretty _patch-style_ change summaries to the logging target. This commit introduces `boost-process` and `diff` as dependencies of this library. | |||
2015-12-21 | Add file mode check in `unlink` | Adrian Kummerlaender | |
2015-11-30 | Extract actual function acquisition | Adrian 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-14 | Fix rename tracking and enable logfile creation | Adrian Kummerlaender | |
2015-10-18 | Implement logging of writable `mmap` creations | Adrian Kummerlaender | |
2015-10-18 | Add cmake build instructions | Adrian Kummerlaender | |