Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-23 | common: Remove memory_util.cpp/.h | Lioncash | |
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::" | fearlessTobi | |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
2015-06-28 | Common: Cleanup memory and misc includes. | Emmanuel Gil Peyrot | |
2014-12-20 | License change | purpasmart96 | |
2014-08-17 | Common: Move header guards over to pragma once | Lioncash | |
Also replaced C headers with the C++ equivalent ones | |||
2014-04-08 | got rid of 'src' folders in each sub-project | bunnei | |