summaryrefslogtreecommitdiff
path: root/src/common/common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-21/+0
|
* Common: Move alignment macros to common_funcs.hGravatar Yuri Kunde Schlesner2015-05-071-21/+0
|
* Common: Move SSE detection ifdefs to platform.hGravatar Yuri Kunde Schlesner2015-05-071-16/+0
|
* Common: Remove many unnecessary cross-platform compatibility macrosGravatar Yuri Kunde Schlesner2015-05-061-38/+5
|
* Common: Move NonCopyable to common_types.hGravatar Yuri Kunde Schlesner2015-05-061-10/+0
|
* Common: Use C++11 deleted functions for NonCopyableGravatar Yuri Kunde Schlesner2015-05-061-8/+6
|
* Common: Remove unused enumsGravatar Yuri Kunde Schlesner2015-05-061-17/+0
|
* Removed swap code redundancy and moved common swap code to swap.hGravatar archshift2015-03-051-36/+0
|
* Misc cleanup of common and related functionsGravatar archshift2015-02-191-50/+22
|
* Remove the useless msg_handler compilation unit that was left over from DolphinGravatar archshift2015-02-181-1/+0
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-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 ↵Gravatar archshift2015-01-101-7/+0
| | | | trace logs under release for performance.
* Common: Remove dead platform #ifdefs to make the code more readable.Gravatar Emmanuel Gil Peyrot2015-01-061-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 conflictsGravatar darkf2014-12-291-2/+2
|\
| * License changeGravatar purpasmart962014-12-201-2/+2
| |
* | Fix MinGW buildGravatar darkf2014-11-281-1/+3
|/
* Common: Remove HAVE_CXX11_SYNTAX define from Common.hGravatar Lioncash2014-09-081-6/+0
|
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-171-7/+4
| | | | Also replaced C headers with the C++ equivalent ones
* Removed definition of MAX_PATH, this is already defined in common_paths.h.Gravatar bunnei2014-06-121-2/+0
|
* Support for C++11 on OSXGravatar archshift2014-04-301-2/+2
|
* Some more experimentationGravatar archshift2014-04-291-3/+3
|
* add missing bswap functionsGravatar bunnei2014-04-271-0/+44
|
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-271-5/+0
|
* added scm rev generation on Linux/cmakeGravatar bunnei2014-04-231-4/+0
|
* - removed deprecated version.hGravatar bunnei2014-04-081-2/+2
| | | | | - cleaned up window title - cleaned up emu_window_glfw/emu_window
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-6/+6
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+171