| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 1 | -15/+2 | |
| | | | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | ||||
| * | common: BitSet: Various style fixes based on code review feedback. | 2020-12-06 | 1 | -23/+22 | |
| | | |||||
| * | common: Port BitSet from Mesosphere. | 2020-12-06 | 1 | -0/+100 | |
| | | |||||
| * | common: Remove bit_set.h | 2018-11-21 | 1 | -244/+0 | |
| | | | | | | | | This is an analog of BitSet from Dolphin that was introduced to allow iterating over a set of bits. Given it's currently unused, and given that std::bitset exists, we can remove this. If it's ever needed in the future it can be brought back. | ||||
| * | Port #4182 from Citra: "Prefix all size_t with std::" | 2018-09-15 | 1 | -3/+3 | |
| | | |||||
| * | common: Convert type traits templates over to variable template versions ↵ | 2018-08-07 | 1 | -1/+1 | |
| | | | | | | | where applicable Uses the C++17 inline variable variants | ||||
| * | Format: Run the new clang format on everything | 2018-01-20 | 1 | -1/+1 | |
| | | |||||
| * | Common: Optimize BitSet iterator | 2017-01-29 | 1 | -14/+19 | |
| | | |||||
| * | Support mingw cross-compile | 2016-12-05 | 1 | -1/+1 | |
| | | |||||
| * | Manually tweak source formatting and then re-run clang-format | 2016-09-18 | 1 | -12/+6 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -74/+129 | |
| | | |||||
| * | VideoCore: Run include-what-you-use and fix most includes. | 2016-04-30 | 1 | -1/+2 | |
| | | |||||
| * | Common: Import BitSet from Dolphin | 2015-09-01 | 1 | -0/+189 | |