| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-10-23 | common: Remove memory_util.cpp/.h | 1 | -21/+0 | ||
| Everything from here is completely unused and also written with the notion of supporting 32-bit architecture variants in mind. Given the Switch itself is on a 64-bit architecture, we won't be supporting 32-bit architectures. If we need specific allocation functions in the future, it's likely more worthwhile to new functions for that purpose. | |||||
| 2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | 1 | -6/+6 | ||
| 2016-09-18 | Sources: Run clang-format on everything. | 1 | -2/+4 | ||
| 2015-06-28 | Common: Cleanup memory and misc includes. | 1 | -3/+1 | ||
| 2014-12-20 | License change | 1 | -2/+2 | ||
| 2014-08-17 | Common: Move header guards over to pragma once | 1 | -5/+1 | ||
| Also replaced C headers with the C++ equivalent ones | |||||
| 2014-04-08 | got rid of 'src' folders in each sub-project | 1 | -0/+0 | ||
| 2013-09-04 | replaced common code with dolphin common | 1 | -0/+25 | ||