| Commit message (Expand) | Author | Age | Files | Lines |
| * | break_points: cleaned up, added `find_if`s | archshift | 2014-08-12 | 2 | -59/+51 |
| * | Changed iterators to use auto, some of which using range-based loops | archshift | 2014-08-11 | 1 | -27/+28 |
| * | Use pthread_set_name_np() on OpenBSD. | Anthony J. Bentley | 2014-08-07 | 1 | -1/+3 |
| * | RegisterSet: Simplify code by using structs for register definition instead o... | Tony Wasserka | 2014-07-23 | 1 | -6/+8 |
| * | [build] Search for the git binary in the default msysgit install dir | Yuri Kunde Schlesner | 2014-07-19 | 1 | -1/+8 |
| * | BitField: Cast enum values to proper integer type. | Tony Wasserka | 2014-07-16 | 1 | -1/+1 |
| * | BitField: Add a static_assert. | Tony Wasserka | 2014-07-16 | 1 | -0/+1 |
| * | BitField: Delete copy assignment to prevent obscure bugs. | Tony Wasserka | 2014-07-16 | 1 | -0/+16 |
| * | BitField: Add an explicit evaluation method. | Tony Wasserka | 2014-07-16 | 1 | -0/+5 |
| * | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei | 2014-06-14 | 4 | -43/+48 |
| |\ |
|
| | * | log: updated MAX_LOGLEVEL to use correct log level enum type | bunnei | 2014-06-01 | 3 | -5/+5 |
| | * | log: updated GenericLog __attribute__ for newly added parameter | bunnei | 2014-06-01 | 1 | -1/+1 |
| | * | log: fixed to not print twice, enabled coloring, added OS print logging as it... | bunnei | 2014-05-29 | 4 | -37/+42 |
| * | | Removed definition of MAX_PATH, this is already defined in common_paths.h. | bunnei | 2014-06-12 | 1 | -2/+0 |
| * | | Preprocessor: #if's out OSX-specific GL changes on other platforms | archshift | 2014-06-12 | 1 | -1/+1 |
| * | | Common: Removed duplicate "LONG" and "MAX_PATH" definitions. | bunnei | 2014-06-12 | 1 | -2/+0 |
| * | | Pica: Use some template magic to define register structures efficiently. | Tony Wasserka | 2014-06-12 | 3 | -3/+166 |
| * | | Rename LCD to GPU. | Tony Wasserka | 2014-06-12 | 2 | -2/+2 |
| * | | Merge branch 'threading' | bunnei | 2014-05-22 | 6 | -3/+228 |
| |\| |
|
| | * | added MIN, MAX, and CLAMP macros to common_funcs | bunnei | 2014-05-17 | 1 | -0/+5 |
| | * | added ThreadQueueList class to common (taken from PPSSPP) | bunnei | 2014-05-15 | 3 | -0/+218 |
| | * | added kernel logger to common | bunnei | 2014-05-09 | 2 | -3/+5 |
| * | | common_types: Changed BasicRect back to Rect, in the common namespace | archshift | 2014-05-19 | 1 | -4/+6 |
| * | | Improved clarity and whitespace | archshift | 2014-05-19 | 1 | -0/+1 |
| * | | CMakeLists: rename HEADS, improved comments | archshift | 2014-05-19 | 1 | -2/+2 |
| * | | Updated cmakelists | archshift | 2014-05-16 | 1 | -0/+1 |
| * | | Merge remote-tracking branch 'upstream/master' into issue-7-fix | archshift | 2014-05-16 | 5 | -5/+179 |
| |\| |
|
| | * | removed incorrect dolphin copyright line | bunnei | 2014-05-08 | 1 | -1/+0 |
| | * | fixed include of common in bit_field.h | bunnei | 2014-05-07 | 1 | -1/+1 |
| | * | logger fix for linux | bunnei | 2014-05-07 | 2 | -3/+3 |
| | * | added GSP to loggers | bunnei | 2014-05-07 | 2 | -2/+2 |
| | * | added BitField to common | bunnei | 2014-05-07 | 3 | -0/+175 |
| | * | - added better SVC logging | bunnei | 2014-05-06 | 2 | -5/+5 |
| * | | Support for C++11 on OSX | archshift | 2014-04-30 | 1 | -2/+2 |
| * | | Fixed indents | archshift | 2014-04-30 | 1 | -1/+1 |
| * | | Some more experimentation | archshift | 2014-04-29 | 1 | -3/+3 |
| * | | IT'S ALIVE! | archshift | 2014-04-28 | 1 | -1/+39 |
| * | | Fix complaints about functions that could not be found | archshift | 2014-04-27 | 1 | -1/+1 |
| * | | Problematic class with no current implementation | archshift | 2014-04-27 | 1 | -2/+2 |
| * | | Rect to BasicRect | archshift | 2014-04-27 | 1 | -4/+4 |
| * | | add missing bswap functions | bunnei | 2014-04-27 | 1 | -0/+44 |
| |/ |
|
| * | fix for issue Linux build #9, not sure why this is broken but its unused code... | bunnei | 2014-04-27 | 1 | -13/+0 |
| * | Merge branch 'hle-interface-updates' | bunnei | 2014-04-27 | 1 | -5/+0 |
| |\ |
|
| | * | removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class | bunnei | 2014-04-27 | 1 | -5/+0 |
| * | | Resolved undefined Common::g_scm_branch error. | Thomas Edvalson | 2014-04-25 | 1 | -1/+1 |
| |/ |
|
| * | made qt window title consistent | bunnei | 2014-04-23 | 1 | -1/+1 |
| * | fixes to scm_rev generation to make it conistent with windows build | bunnei | 2014-04-23 | 2 | -5/+5 |
| * | updated windows scm_rev code to use new style | ShizZy | 2014-04-23 | 5 | -66/+53 |
| * | added scm rev generation on Linux/cmake | bunnei | 2014-04-23 | 6 | -51/+37 |
| * | fixes to build on linux | bunnei | 2014-04-22 | 2 | -14/+14 |