summaryrefslogtreecommitdiff
path: root/src/common/common.h
AgeCommit message (Collapse)Author
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-07Common: Move alignment macros to common_funcs.hYuri Kunde Schlesner
2015-05-07Common: Move SSE detection ifdefs to platform.hYuri Kunde Schlesner
2015-05-06Common: Remove many unnecessary cross-platform compatibility macrosYuri Kunde Schlesner
2015-05-06Common: Move NonCopyable to common_types.hYuri Kunde Schlesner
2015-05-06Common: Use C++11 deleted functions for NonCopyableYuri Kunde Schlesner
2015-05-06Common: Remove unused enumsYuri Kunde Schlesner
2015-03-05Removed swap code redundancy and moved common swap code to swap.harchshift
2015-02-19Misc cleanup of common and related functionsarchshift
2015-02-18Remove the useless msg_handler compilation unit that was left over from Dolphinarchshift
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
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 ↵archshift
trace logs under release for performance.
2015-01-06Common: Remove dead platform #ifdefs to make the code more readable.Emmanuel Gil Peyrot
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-29Fix merge conflictsdarkf
2014-12-20License changepurpasmart96
2014-11-28Fix MinGW builddarkf
2014-09-08Common: Remove HAVE_CXX11_SYNTAX define from Common.hLioncash
2014-08-17Common: Move header guards over to pragma onceLioncash
Also replaced C headers with the C++ equivalent ones
2014-06-12Removed definition of MAX_PATH, this is already defined in common_paths.h.bunnei
2014-04-30Support for C++11 on OSXarchshift
2014-04-29Some more experimentationarchshift
2014-04-27add missing bswap functionsbunnei
2014-04-27removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei
2014-04-23added scm rev generation on Linux/cmakebunnei
2014-04-08- removed deprecated version.hbunnei
- cleaned up window title - cleaned up emu_window_glfw/emu_window
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei