Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-15 | common/timer: Remove | Lioncash | |
This is a leftover from citra and dolphin that isn't used at all, particularly given the <chrono> header exists. | |||
2020-08-15 | common: Make use of [[nodiscard]] where applicable | Lioncash | |
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 ↵ | zhupengfei | |
platform-dependent code" | |||
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | |
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 | fixed project includes to use new directory structure | bunnei | |
2014-04-08 | got rid of 'src' folders in each sub-project | bunnei | |