| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common/timer: Remove | 2021-01-15 | 1 | -41/+0 | |
| | | | | | | This is a leftover from citra and dolphin that isn't used at all, particularly given the <chrono> header exists. | ||||
| * | common: Make use of [[nodiscard]] where applicable | 2020-08-15 | 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. | ||||
| * | Port #3972 from Citra: "common/timer: use std::chrono, avoid ↵ | 2018-07-29 | 1 | -9/+8 | |
| | | | | | platform-dependent code" | ||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -6/+5 | |
| | | |||||
| * | Common: Remove common.h | 2015-05-07 | 1 | -1/+1 | |
| | | |||||
| * | License change | 2014-12-20 | 1 | -2/+2 | |
| | | |||||
| * | Common: Move header guards over to pragma once | 2014-08-17 | 1 | -4/+1 | |
| | | | | | Also replaced C headers with the C++ equivalent ones | ||||
| * | fixed project includes to use new directory structure | 2014-04-08 | 1 | -1/+1 | |
| | | |||||
| * | got rid of 'src' folders in each sub-project | 2014-04-08 | 1 | -0/+46 | |