summaryrefslogtreecommitdiffstats
path: root/src/common/common.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-06Removed swap code redundancy and moved common swap code to swap.harchshift1-36/+0
2015-02-20Misc cleanup of common and related functionsarchshift1-50/+22
2015-02-19Remove the useless msg_handler compilation unit that was left over from Dolphinarchshift1-1/+0
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-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.
2015-01-10Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.archshift1-7/+0
2015-01-06Common: Remove dead platform #ifdefs to make the code more readable.Emmanuel Gil Peyrot1-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.
2014-12-21License changepurpasmart961-2/+2
2014-11-29Fix MinGW builddarkf1-1/+3
2014-09-08Common: Remove HAVE_CXX11_SYNTAX define from Common.hLioncash1-6/+0
2014-08-17Common: Move header guards over to pragma onceLioncash1-7/+4
Also replaced C headers with the C++ equivalent ones
2014-06-12Removed definition of MAX_PATH, this is already defined in common_paths.h.bunnei1-2/+0
2014-05-01Support for C++11 on OSXarchshift1-2/+2
2014-04-30Some more experimentationarchshift1-3/+3
2014-04-28add missing bswap functionsbunnei1-0/+44
2014-04-28removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei1-5/+0
2014-04-24added scm rev generation on Linux/cmakebunnei1-4/+0
2014-04-09- removed deprecated version.hbunnei1-2/+2
- cleaned up window title - cleaned up emu_window_glfw/emu_window
2014-04-09fixed project includes to use new directory structurebunnei1-6/+6
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-05added DISALLOW_COPY_AND_ASSIGN macrobunnei1-0/+5
2014-04-02convert tabs to spacesbunnei1-36/+36
2013-10-02renamed GC_ALIGNED* macros to MEMORY_ALIGNED*ShizZy1-12/+12
2013-09-24removed <windows.h> include from common.h and added it only where neededShizZy1-4/+0
2013-09-18added default windows includeShizZy1-0/+4
2013-09-16added file platform.hShizZy1-0/+1
2013-09-08updated common pathsShizZy1-0/+1
2013-09-05replaced common code with dolphin commonShizZy1-0/+164
2013-09-04deleted gekko's common filesShizZy1-246/+0
2013-08-30adding initial project layoutShizZy1-0/+246