summaryrefslogtreecommitdiffstats
path: root/src/common/common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed swap code redundancy and moved common swap code to swap.harchshift2015-03-061-36/+0
|
* Misc cleanup of common and related functionsarchshift2015-02-201-50/+22
|
* Remove the useless msg_handler compilation unit that was left over from Dolphinarchshift2015-02-191-1/+0
|
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-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.archshift2015-01-101-7/+0
|
* Common: Remove dead platform #ifdefs to make the code more readable.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 conflictsdarkf2014-12-301-2/+2
|\
| * License changepurpasmart962014-12-211-2/+2
| |
* | Fix MinGW builddarkf2014-11-291-1/+3
|/
* Common: Remove HAVE_CXX11_SYNTAX define from Common.hLioncash2014-09-081-6/+0
|
* Common: Move header guards over to pragma onceLioncash2014-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.bunnei2014-06-121-2/+0
|
* Support for C++11 on OSXarchshift2014-05-011-2/+2
|
* Some more experimentationarchshift2014-04-301-3/+3
|
* add missing bswap functionsbunnei2014-04-281-0/+44
|
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei2014-04-281-5/+0
|
* added scm rev generation on Linux/cmakebunnei2014-04-241-4/+0
|
* - removed deprecated version.hbunnei2014-04-091-2/+2
| | | | | - cleaned up window title - cleaned up emu_window_glfw/emu_window
* fixed project includes to use new directory structurebunnei2014-04-091-6/+6
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+171