Commit Graph

23 Commits (6ad71c216b2d1112c96d621140c60b4e1b359811)

Author SHA1 Message Date
Yuri Kunde Schlesner 6ad71c216b Common: Move NonCopyable to common_types.h 11 years ago
Yuri Kunde Schlesner 7a4b717772 Common: Use C++11 deleted functions for NonCopyable 11 years ago
Yuri Kunde Schlesner 1fee769aa0 Common: Remove unused enums 11 years ago
archshift e011acaa84 Removed swap code redundancy and moved common swap code to swap.h 11 years ago
archshift 4fb75d220a Misc cleanup of common and related functions 11 years ago
archshift 5efd149ad5 Remove the useless msg_handler compilation unit that was left over from Dolphin 11 years ago
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h
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.
11 years ago
archshift 228843c43e Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance. 11 years ago
Emmanuel Gil Peyrot 6b411c63c9 Common: Remove dead platform #ifdefs to make the code more readable.
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.
11 years ago
darkf 8ba9ac0f74 Fix merge conflicts 11 years ago
purpasmart96 ebfd831ccb License change 11 years ago
darkf 459502e48c Fix MinGW build 11 years ago
Lioncash 5b65decf91 Common: Remove HAVE_CXX11_SYNTAX define from Common.h 11 years ago
Lioncash 90e994471a Common: Move header guards over to pragma once
Also replaced C headers with the C++ equivalent ones
11 years ago
bunnei b919158050 Removed definition of MAX_PATH, this is already defined in common_paths.h. 12 years ago
archshift 7817d6c79a Support for C++11 on OSX 12 years ago
archshift 52377cf0d2 Some more experimentation 12 years ago
bunnei 81cb80997a add missing bswap functions 12 years ago
bunnei a48c6b947d removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class 12 years ago
bunnei 4405a53cf3 added scm rev generation on Linux/cmake 12 years ago
bunnei 5da03e821e - removed deprecated version.h
- cleaned up window title
- cleaned up emu_window_glfw/emu_window
12 years ago
bunnei de0a034a84 fixed project includes to use new directory structure 12 years ago
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project 12 years ago