Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-08-15 | common: Make use of [[nodiscard]] where applicable | Lioncash | 1 | -8/+8 | |
Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions. | |||||
2018-07-29 | Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" | zhupengfei | 1 | -9/+8 | |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -6/+5 | |
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | 1 | -1/+1 | |
2014-12-21 | License change | purpasmart96 | 1 | -2/+2 | |
2014-08-17 | Common: Move header guards over to pragma once | Lioncash | 1 | -4/+1 | |
Also replaced C headers with the C++ equivalent ones | |||||
2014-04-09 | fixed project includes to use new directory structure | bunnei | 1 | -1/+1 | |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 1 | -0/+0 | |
2014-04-02 | convert tabs to spaces | bunnei | 1 | -19/+19 | |
2013-09-05 | replaced common code with dolphin common | ShizZy | 1 | -0/+46 | |
2013-09-04 | deleted gekko's common files | ShizZy | 1 | -51/+0 | |
2013-08-30 | adding initial project layout | ShizZy | 1 | -0/+51 | |