Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed swap code redundancy and moved common swap code to swap.h | archshift | 2015-03-06 | 1 | -36/+0 |
| | |||||
* | Misc cleanup of common and related functions | archshift | 2015-02-20 | 1 | -50/+22 |
| | |||||
* | Remove the useless msg_handler compilation unit that was left over from Dolphin | archshift | 2015-02-19 | 1 | -1/+0 |
| | |||||
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 1 | -1/+2 |
| | | | | | | | 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. | ||||
* | Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance. | archshift | 2015-01-10 | 1 | -7/+0 |
| | |||||
* | Common: Remove dead platform #ifdefs to make the code more readable. | Emmanuel Gil Peyrot | 2015-01-06 | 1 | -6/+0 |
| | | | | | | Symbian, Xbox, Blackberry and iOS got removed. FreeBSD and Android kept due to them potentially being able to run Citra in the future. The iOS specific part also got removed from PPSSPP in order to fix a bug there. | ||||
* | Fix merge conflicts | darkf | 2014-12-30 | 1 | -2/+2 |
|\ | |||||
| * | License change | purpasmart96 | 2014-12-21 | 1 | -2/+2 |
| | | |||||
* | | Fix MinGW build | darkf | 2014-11-29 | 1 | -1/+3 |
|/ | |||||
* | Common: Remove HAVE_CXX11_SYNTAX define from Common.h | Lioncash | 2014-09-08 | 1 | -6/+0 |
| | |||||
* | Common: Move header guards over to pragma once | Lioncash | 2014-08-17 | 1 | -7/+4 |
| | | | | Also replaced C headers with the C++ equivalent ones | ||||
* | Removed definition of MAX_PATH, this is already defined in common_paths.h. | bunnei | 2014-06-12 | 1 | -2/+0 |
| | |||||
* | Support for C++11 on OSX | archshift | 2014-05-01 | 1 | -2/+2 |
| | |||||
* | Some more experimentation | archshift | 2014-04-30 | 1 | -3/+3 |
| | |||||
* | add missing bswap functions | bunnei | 2014-04-28 | 1 | -0/+44 |
| | |||||
* | removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class | bunnei | 2014-04-28 | 1 | -5/+0 |
| | |||||
* | added scm rev generation on Linux/cmake | bunnei | 2014-04-24 | 1 | -4/+0 |
| | |||||
* | - removed deprecated version.h | bunnei | 2014-04-09 | 1 | -2/+2 |
| | | | | | - cleaned up window title - cleaned up emu_window_glfw/emu_window | ||||
* | fixed project includes to use new directory structure | bunnei | 2014-04-09 | 1 | -6/+6 |
| | |||||
* | got rid of 'src' folders in each sub-project | bunnei | 2014-04-09 | 1 | -0/+171 |