| Commit message (Expand) | Author | Files | Lines |
| 2014-10-22 | Use std sized types instead of platform specific typedefs | Yuri Kunde Schlesner | 2 | -32/+12 |
| 2014-10-22 | Common: Return from CreateFullPath early if the directory creation fails | archshift | 1 | -2/+4 |
| 2014-10-07 | Added configuration file system. | archshift | 6 | -69/+73 |
| 2014-10-06 | Common: Add a helper function to generate a 8.3 filename from a long one. | Emmanuel Gil Peyrot | 2 | -0/+53 |
| 2014-09-28 | Fix warnings in core and common | Lioncash | 3 | -15/+5 |
| 2014-09-21 | chunk_file: General cleanup | Lioncash | 1 | -244/+0 |
| 2014-09-21 | Use the citra user path for the sdmc directory | archshift | 3 | -0/+4 |
| 2014-09-17 | Common: Rename the File namespace to FileUtil, to match the filename and prev... | Emmanuel Gil Peyrot | 4 | -25/+25 |
| 2014-09-17 | Common: Return the number of items read/written in IOFile’s methods instead... | Emmanuel Gil Peyrot | 1 | -8/+20 |
| 2014-09-12 | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman | 5 | -40/+61 |
| 2014-09-11 | Initial HID PAD work, with GLFW only. | Kevin Hartman | 4 | -0/+77 |
| 2014-09-08 | Removed fixed_size_queue.h | archshift | 2 | -71/+0 |
| 2014-09-08 | common: Prune all redundant includes | archshift | 10 | -34/+3 |
| 2014-09-08 | Moved common_types::Rect from common to Common namespace | archshift | 1 | -1/+1 |
| 2014-09-08 | Added string_util to common, small changes in loader.cpp | archshift | 11 | -32/+39 |
| 2014-09-08 | loader.cpp: improved file extension checking, made Upper/LowerStr useful | archshift | 2 | -12/+9 |
| 2014-09-08 | Common: Remove HAVE_CXX11_SYNTAX define from Common.h | Lioncash | 1 | -6/+0 |
| 2014-09-08 | Common: Fix a potential infinite loop in StringUtil's ReplaceAll | Lioncash | 1 | -3/+8 |
| 2014-09-07 | Removed common/std_xyz, instead using the std header | archshift | 7 | -856/+6 |
| 2014-09-02 | Removed common/atomic, instead using std::atomic | archshift | 4 | -198/+0 |
| 2014-09-01 | Remove hand-crafted Visual Studio solution. | Yuri Kunde Schlesner | 4 | -453/+0 |
| 2014-09-01 | Avoid LOGGING redefinition warnings. | Yuri Kunde Schlesner | 1 | -0/+2 |
| 2014-09-01 | CMake cleanup | Yuri Kunde Schlesner | 1 | -7/+16 |
| 2014-08-19 | Common: Add a clamp function to math_utils.h | Lioncash | 1 | -0/+7 |
| 2014-08-18 | Common: Get rid of an unnecessary forward declaration in symbols.h | Lioncash | 1 | -2/+0 |
| 2014-08-18 | Common: Don't return a reference to a string when calling GetName in symbols.cpp | Lioncash | 2 | -2/+2 |
| 2014-08-17 | Common: Correctly set ptr to null if mmap fails in memory_util | Lioncash | 1 | -5/+8 |
| 2014-08-17 | Common: Move remaining C header includes over to their C++ equivalent | Lioncash | 8 | -21/+20 |
| 2014-08-17 | Common: Move header guards over to pragma once | Lioncash | 33 | -146/+41 |
| 2014-08-16 | mem_arena: Replace insecure temporary file creation with devshm, importing Do... | Emmanuel Gil Peyrot | 1 | -24/+23 |
| 2014-08-12 | Simplified if-tree in extended_trace.cpp | archshift | 1 | -13/+9 |
| 2014-08-12 | break_points.cpp: return directly from conditionals | archshift | 1 | -6/+2 |
| 2014-08-12 | break_points: cleaned up, added `find_if`s | archshift | 2 | -59/+51 |
| 2014-08-11 | Changed iterators to use auto, some of which using range-based loops | archshift | 1 | -27/+28 |
| 2014-08-12 | Remove the fancy RegisterSet class introduced in 4c2bff61e. | Tony Wasserka | 3 | -165/+0 |
| 2014-08-07 | Use pthread_set_name_np() on OpenBSD. | Anthony J. Bentley | 1 | -1/+3 |
| 2014-07-23 | RegisterSet: Simplify code by using structs for register definition instead o... | Tony Wasserka | 1 | -6/+8 |
| 2014-07-19 | [build] Search for the git binary in the default msysgit install dir | Yuri Kunde Schlesner | 1 | -1/+8 |
| 2014-07-16 | BitField: Cast enum values to proper integer type. | Tony Wasserka | 1 | -1/+1 |
| 2014-07-16 | BitField: Add a static_assert. | Tony Wasserka | 1 | -0/+1 |
| 2014-07-16 | BitField: Delete copy assignment to prevent obscure bugs. | Tony Wasserka | 1 | -0/+16 |
| 2014-07-16 | BitField: Add an explicit evaluation method. | Tony Wasserka | 1 | -0/+5 |
| 2014-06-12 | Removed definition of MAX_PATH, this is already defined in common_paths.h. | bunnei | 1 | -2/+0 |
| 2014-06-12 | Preprocessor: #if's out OSX-specific GL changes on other platforms | archshift | 1 | -1/+1 |
| 2014-06-12 | Common: Removed duplicate "LONG" and "MAX_PATH" definitions. | bunnei | 1 | -2/+0 |
| 2014-06-12 | Pica: Use some template magic to define register structures efficiently. | Tony Wasserka | 3 | -3/+166 |
| 2014-06-12 | Rename LCD to GPU. | Tony Wasserka | 2 | -2/+2 |
| 2014-06-01 | log: updated MAX_LOGLEVEL to use correct log level enum type | bunnei | 3 | -5/+5 |
| 2014-06-01 | log: updated GenericLog __attribute__ for newly added parameter | bunnei | 1 | -1/+1 |
| 2014-05-29 | log: fixed to not print twice, enabled coloring, added OS print logging as it... | bunnei | 4 | -37/+42 |