Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
2015-09-11 | common: Get rid of debug_interface.h | Lioncash | |
This is technically unused. Also removes TMemChecks because it relies on this. Whenever memory breakpoints are implemented for real, it should be designed to match the codebase debugging mechanisms. | |||
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | |
2015-03-30 | disassembler: Get rid of a const_cast | Lioncash | |
2014-12-20 | License change | purpasmart96 | |
2014-08-17 | Common: Move header guards over to pragma once | Lioncash | |
Also replaced C headers with the C++ equivalent ones | |||
2014-08-12 | break_points: cleaned up, added `find_if`s | archshift | |
2014-04-08 | fixed project includes to use new directory structure | bunnei | |
2014-04-08 | got rid of 'src' folders in each sub-project | bunnei | |