Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanups and version bumpmame0169 | 2015-12-30 | 1 | -53/+53 | |
| | |||||
* | Modernize x86log.h and x86log.cpp: | 2015-12-21 | 1 | -8/+118 | |
| | | | | | | | | | | | * Use variadic template functions instead of `va_list` * In `x86log_mark_as_data` and `x86log_printf` * Add `noexcept` where appropriate/safe * Use `constexpr std::size_t` instead of macros for constants * Nest `nullptr` check to prevent useless check, add assertion * In `x86log_printf` * Move definitions of `log_comment`, `data_range_t`, `x86log_context` to `x86_log.h` from `x86_log.cpp` * Adapt usages of `x86log_printf` in `drcbex64.cpp` and `drcbex86.cpp` | ||||
* | Move all devices into separate part of src tree (nw) | 2015-09-13 | 1 | -0/+50 | |