summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the fancy RegisterSet class introduced in 4c2bff61e.Gravatar Tony Wasserka2014-08-123-165/+0
* Use pthread_set_name_np() on OpenBSD.Gravatar Anthony J. Bentley2014-08-071-1/+3
* RegisterSet: Simplify code by using structs for register definition instead o...Gravatar Tony Wasserka2014-07-231-6/+8
* [build] Search for the git binary in the default msysgit install dirGravatar Yuri Kunde Schlesner2014-07-191-1/+8
* BitField: Cast enum values to proper integer type.Gravatar Tony Wasserka2014-07-161-1/+1
* BitField: Add a static_assert.Gravatar Tony Wasserka2014-07-161-0/+1
* BitField: Delete copy assignment to prevent obscure bugs.Gravatar Tony Wasserka2014-07-161-0/+16
* BitField: Add an explicit evaluation method.Gravatar Tony Wasserka2014-07-161-0/+5
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-144-43/+48
|\
| * log: updated MAX_LOGLEVEL to use correct log level enum typeGravatar bunnei2014-06-013-5/+5
| * log: updated GenericLog __attribute__ for newly added parameterGravatar bunnei2014-06-011-1/+1
| * log: fixed to not print twice, enabled coloring, added OS print logging as it...Gravatar bunnei2014-05-294-37/+42
* | Removed definition of MAX_PATH, this is already defined in common_paths.h.Gravatar bunnei2014-06-121-2/+0
* | Preprocessor: #if's out OSX-specific GL changes on other platformsGravatar archshift2014-06-121-1/+1
* | Common: Removed duplicate "LONG" and "MAX_PATH" definitions.Gravatar bunnei2014-06-121-2/+0
* | Pica: Use some template magic to define register structures efficiently.Gravatar Tony Wasserka2014-06-123-3/+166
* | Rename LCD to GPU.Gravatar Tony Wasserka2014-06-122-2/+2
* | Merge branch 'threading'Gravatar bunnei2014-05-226-3/+228
|\|
| * added MIN, MAX, and CLAMP macros to common_funcsGravatar bunnei2014-05-171-0/+5
| * added ThreadQueueList class to common (taken from PPSSPP)Gravatar bunnei2014-05-153-0/+218
| * added kernel logger to commonGravatar bunnei2014-05-092-3/+5
* | common_types: Changed BasicRect back to Rect, in the common namespaceGravatar archshift2014-05-191-4/+6
* | Improved clarity and whitespaceGravatar archshift2014-05-191-0/+1
* | CMakeLists: rename HEADS, improved commentsGravatar archshift2014-05-191-2/+2
* | Updated cmakelistsGravatar archshift2014-05-161-0/+1
* | Merge remote-tracking branch 'upstream/master' into issue-7-fixGravatar archshift2014-05-165-5/+179
|\|
| * removed incorrect dolphin copyright lineGravatar bunnei2014-05-081-1/+0
| * fixed include of common in bit_field.hGravatar bunnei2014-05-071-1/+1
| * logger fix for linuxGravatar bunnei2014-05-072-3/+3
| * added GSP to loggersGravatar bunnei2014-05-072-2/+2
| * added BitField to commonGravatar bunnei2014-05-073-0/+175
| * - added better SVC loggingGravatar bunnei2014-05-062-5/+5
* | Support for C++11 on OSXGravatar archshift2014-04-301-2/+2
* | Fixed indentsGravatar archshift2014-04-301-1/+1
* | Some more experimentationGravatar archshift2014-04-291-3/+3
* | IT'S ALIVE!Gravatar archshift2014-04-281-1/+39
* | Fix complaints about functions that could not be foundGravatar archshift2014-04-271-1/+1
* | Problematic class with no current implementationGravatar archshift2014-04-271-2/+2
* | Rect to BasicRectGravatar archshift2014-04-271-4/+4
* | add missing bswap functionsGravatar bunnei2014-04-271-0/+44
|/
* fix for issue Linux build #9, not sure why this is broken but its unused code...Gravatar bunnei2014-04-271-13/+0
* Merge branch 'hle-interface-updates'Gravatar bunnei2014-04-271-5/+0
|\
| * removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-271-5/+0
* | Resolved undefined Common::g_scm_branch error.Gravatar Thomas Edvalson2014-04-251-1/+1
|/
* made qt window title consistentGravatar bunnei2014-04-231-1/+1
* fixes to scm_rev generation to make it conistent with windows buildGravatar bunnei2014-04-232-5/+5
* updated windows scm_rev code to use new styleGravatar ShizZy2014-04-235-66/+53
* added scm rev generation on Linux/cmakeGravatar bunnei2014-04-236-51/+37
* fixes to build on linuxGravatar bunnei2014-04-222-14/+14
* removed duplicate rotl/rotr functionsGravatar ShizZy2014-04-221-26/+0