| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common: Remove unused old breakpoint source files | 2018-08-14 | 1 | -90/+0 | |
| | | | | | | | | These currently aren't used and contain commented out source code that corresponds to Dolphin's JIT. Given our CPU code is organized quite differently, we shouldn't be keeping this around (at the moment it just adds to compile times marginally). | ||||
| * | Remove unused import in break_points.cpp (#2763) | 2017-06-08 | 1 | -1/+0 | |
| | | |||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 1 | -1/+1 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -2/+1 | |
| | | | | | | | | 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 | -32/+22 | |
| | | |||||
| * | common: Get rid of debug_interface.h | 2015-09-11 | 1 | -90/+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/+0 | |
| | | |||||
| * | disassembler: Get rid of a const_cast | 2015-03-30 | 1 | -2/+2 | |
| | | |||||
| * | Asserts: break/crash program, fit to style guide; log.h->assert.h | 2015-02-10 | 1 | -0/+1 | |
| | | | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft. | ||||
| * | License change | 2014-12-20 | 1 | -2/+2 | |
| | | |||||
| * | Convert old logging calls to new logging macros | 2014-12-13 | 1 | -1/+1 | |
| | | |||||
| * | break_points.cpp: return directly from conditionals | 2014-08-12 | 1 | -6/+2 | |
| | | |||||
| * | break_points: cleaned up, added `find_if`s | 2014-08-12 | 1 | -35/+27 | |
| | | |||||
| * | Changed iterators to use auto, some of which using range-based loops | 2014-08-11 | 1 | -27/+28 | |
| | | |||||
| * | fixed project includes to use new directory structure | 2014-04-08 | 1 | -3/+3 | |
| | | |||||
| * | got rid of 'src' folders in each sub-project | 2014-04-08 | 1 | -0/+203 | |