| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -1/+0 | |
| | | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -9/+9 | |
| | | |||||
| * | common: Get rid of debug_interface.h | 2015-09-11 | 1 | -49/+0 | |
| | | | | | | | 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. | ||||
| * | Common: Remove common.h | 2015-05-07 | 1 | -1/+1 | |
| | | |||||
| * | disassembler: Get rid of a const_cast | 2015-03-30 | 1 | -2/+2 | |
| | | |||||
| * | License change | 2014-12-20 | 1 | -2/+2 | |
| | | |||||
| * | Common: Move header guards over to pragma once | 2014-08-17 | 1 | -4/+1 | |
| | | | | | Also replaced C headers with the C++ equivalent ones | ||||
| * | break_points: cleaned up, added `find_if`s | 2014-08-12 | 1 | -24/+24 | |
| | | |||||
| * | fixed project includes to use new directory structure | 2014-04-08 | 1 | -1/+1 | |
| | | |||||
| * | got rid of 'src' folders in each sub-project | 2014-04-08 | 1 | -0/+102 | |