aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/common.h
Commit message (Collapse)AuthorAge
* Common: Remove dead platform #ifdefs to make the code more readable.Gravatar Emmanuel Gil Peyrot2015-01-06
| | | | | | 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-29
|\
| * License changeGravatar purpasmart962014-12-20
| |
* | Fix MinGW buildGravatar darkf2014-11-28
|/
* Common: Remove HAVE_CXX11_SYNTAX define from Common.hGravatar Lioncash2014-09-08
|
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-17
| | | | 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-12
|
* Support for C++11 on OSXGravatar archshift2014-04-30
|
* Some more experimentationGravatar archshift2014-04-29
|
* add missing bswap functionsGravatar bunnei2014-04-27
|
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-27
|
* added scm rev generation on Linux/cmakeGravatar bunnei2014-04-23
|
* - removed deprecated version.hGravatar bunnei2014-04-08
| | | | | - cleaned up window title - cleaned up emu_window_glfw/emu_window
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08