| Commit message (Expand) | Author | Age | Files | Lines |
| * | Common: Remove HAVE_CXX11_SYNTAX define from Common.h | Lioncash | 2014-09-08 | 1 | -6/+0 |
| * | Removed common/std_xyz, instead using the std header | archshift | 2014-09-07 | 7 | -856/+6 |
| * | Removed common/atomic, instead using std::atomic | archshift | 2014-09-02 | 4 | -198/+0 |
| * | Remove hand-crafted Visual Studio solution. | Yuri Kunde Schlesner | 2014-09-01 | 4 | -453/+0 |
| * | Avoid LOGGING redefinition warnings. | Yuri Kunde Schlesner | 2014-09-01 | 1 | -0/+2 |
| * | CMake cleanup | Yuri Kunde Schlesner | 2014-09-01 | 1 | -7/+16 |
| * | Merge pull request #58 from lioncash/clamp | bunnei | 2014-08-21 | 1 | -0/+7 |
| |\ |
|
| | * | Common: Add a clamp function to math_utils.h | Lioncash | 2014-08-19 | 1 | -0/+7 |
| * | | Common: Get rid of an unnecessary forward declaration in symbols.h | Lioncash | 2014-08-18 | 1 | -2/+0 |
| |/ |
|
| * | Common: Don't return a reference to a string when calling GetName in symbols.cpp | Lioncash | 2014-08-18 | 2 | -2/+2 |
| * | Merge pull request #52 from lioncash/memory | bunnei | 2014-08-17 | 1 | -5/+8 |
| |\ |
|
| | * | Common: Correctly set ptr to null if mmap fails in memory_util | Lioncash | 2014-08-17 | 1 | -5/+8 |
| * | | Merge pull request #48 from linkmauve/master | bunnei | 2014-08-17 | 1 | -24/+23 |
| |\ \ |
|
| | * | | mem_arena: Replace insecure temporary file creation with devshm, importing Do... | Emmanuel Gil Peyrot | 2014-08-16 | 1 | -24/+23 |
| | |/ |
|
| * | | Common: Move remaining C header includes over to their C++ equivalent | Lioncash | 2014-08-17 | 8 | -21/+20 |
| * | | Common: Move header guards over to pragma once | Lioncash | 2014-08-17 | 33 | -146/+41 |
| |/ |
|
| * | Simplified if-tree in extended_trace.cpp | archshift | 2014-08-12 | 1 | -13/+9 |
| * | Merge pull request #41 from archshift/itr | bunnei | 2014-08-12 | 2 | -78/+67 |
| |\ |
|
| | * | break_points.cpp: return directly from conditionals | archshift | 2014-08-12 | 1 | -6/+2 |
| | * | 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 |
| * | | Remove the fancy RegisterSet class introduced in 4c2bff61e. | Tony Wasserka | 2014-08-12 | 3 | -165/+0 |
| |/ |
|
| * | 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 |