| Age | Commit message (Expand) | Author |
| 2014-09-17 | Common: Rename the File namespace to FileUtil, to match the filename and prev... | Emmanuel Gil Peyrot |
| 2014-09-17 | Common: Return the number of items read/written in IOFile’s methods instead... | Emmanuel Gil Peyrot |
| 2014-09-12 | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman |
| 2014-09-11 | Initial HID PAD work, with GLFW only. | Kevin Hartman |
| 2014-09-11 | Merge pull request #99 from archshift/ext-check | bunnei |
| 2014-09-10 | Merge pull request #103 from archshift/prune | bunnei |
| 2014-09-09 | Merge pull request #104 from archshift/removal | bunnei |
| 2014-09-09 | Merge pull request #101 from lioncash/inf-loop | bunnei |
| 2014-09-08 | Removed fixed_size_queue.h | archshift |
| 2014-09-08 | common: Prune all redundant includes | archshift |
| 2014-09-08 | Moved common_types::Rect from common to Common namespace | archshift |
| 2014-09-08 | Added string_util to common, small changes in loader.cpp | archshift |
| 2014-09-08 | loader.cpp: improved file extension checking, made Upper/LowerStr useful | archshift |
| 2014-09-08 | Common: Remove HAVE_CXX11_SYNTAX define from Common.h | Lioncash |
| 2014-09-08 | Common: Fix a potential infinite loop in StringUtil's ReplaceAll | Lioncash |
| 2014-09-07 | Removed common/std_xyz, instead using the std header | archshift |
| 2014-09-02 | Removed common/atomic, instead using std::atomic | archshift |
| 2014-09-01 | Remove hand-crafted Visual Studio solution. | Yuri Kunde Schlesner |
| 2014-09-01 | Avoid LOGGING redefinition warnings. | Yuri Kunde Schlesner |
| 2014-09-01 | CMake cleanup | Yuri Kunde Schlesner |
| 2014-08-21 | Merge pull request #58 from lioncash/clamp | bunnei |
| 2014-08-19 | Common: Add a clamp function to math_utils.h | Lioncash |
| 2014-08-18 | Common: Get rid of an unnecessary forward declaration in symbols.h | Lioncash |
| 2014-08-18 | Common: Don't return a reference to a string when calling GetName in symbols.cpp | Lioncash |
| 2014-08-17 | Merge pull request #52 from lioncash/memory | bunnei |
| 2014-08-17 | Merge pull request #48 from linkmauve/master | bunnei |
| 2014-08-17 | Common: Correctly set ptr to null if mmap fails in memory_util | Lioncash |
| 2014-08-17 | Common: Move remaining C header includes over to their C++ equivalent | Lioncash |
| 2014-08-17 | Common: Move header guards over to pragma once | Lioncash |
| 2014-08-16 | mem_arena: Replace insecure temporary file creation with devshm, importing Do... | Emmanuel Gil Peyrot |
| 2014-08-12 | Simplified if-tree in extended_trace.cpp | archshift |
| 2014-08-12 | Merge pull request #41 from archshift/itr | bunnei |
| 2014-08-12 | break_points.cpp: return directly from conditionals | archshift |
| 2014-08-12 | break_points: cleaned up, added `find_if`s | archshift |
| 2014-08-11 | Changed iterators to use auto, some of which using range-based loops | archshift |
| 2014-08-12 | Remove the fancy RegisterSet class introduced in 4c2bff61e. | Tony Wasserka |
| 2014-08-07 | Use pthread_set_name_np() on OpenBSD. | Anthony J. Bentley |
| 2014-07-23 | RegisterSet: Simplify code by using structs for register definition instead o... | Tony Wasserka |
| 2014-07-19 | [build] Search for the git binary in the default msysgit install dir | Yuri Kunde Schlesner |
| 2014-07-16 | BitField: Cast enum values to proper integer type. | Tony Wasserka |
| 2014-07-16 | BitField: Add a static_assert. | Tony Wasserka |
| 2014-07-16 | BitField: Delete copy assignment to prevent obscure bugs. | Tony Wasserka |
| 2014-07-16 | BitField: Add an explicit evaluation method. | Tony Wasserka |
| 2014-06-14 | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei |
| 2014-06-12 | Removed definition of MAX_PATH, this is already defined in common_paths.h. | bunnei |
| 2014-06-12 | Preprocessor: #if's out OSX-specific GL changes on other platforms | archshift |
| 2014-06-12 | Common: Removed duplicate "LONG" and "MAX_PATH" definitions. | bunnei |
| 2014-06-12 | Pica: Use some template magic to define register structures efficiently. | Tony Wasserka |
| 2014-06-12 | Rename LCD to GPU. | Tony Wasserka |
| 2014-06-01 | log: updated MAX_LOGLEVEL to use correct log level enum type | bunnei |