| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common: Remove memory_util.cpp/.h | 2018-10-23 | 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. | ||||
| * | Port #4182 from Citra: "Prefix all size_t with std::" | 2018-09-15 | 1 | -6/+6 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -2/+4 | |
| | | |||||
| * | Common: Cleanup memory and misc includes. | 2015-06-28 | 1 | -3/+1 | |
| | | |||||
| * | License change | 2014-12-20 | 1 | -2/+2 | |
| | | |||||
| * | Common: Move header guards over to pragma once | 2014-08-17 | 1 | -5/+1 | |
| | | | | | Also replaced C headers with the C++ equivalent ones | ||||
| * | got rid of 'src' folders in each sub-project | 2014-04-08 | 1 | -0/+25 | |