summaryrefslogtreecommitdiffstats
path: root/src/common/bit_set.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.bunnei2020-12-061-23/+22
|
* common: Port BitSet from Mesosphere.bunnei2020-12-061-0/+100
|
* common: Remove bit_set.hLioncash2018-11-221-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::"fearlessTobi2018-09-151-3/+3
|
* common: Convert type traits templates over to variable template versions where applicableLioncash2018-08-081-1/+1
| | | | Uses the C++17 inline variable variants
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
|
* Common: Optimize BitSet iteratorYuri Kunde Schlesner2017-01-301-14/+19
|
* Support mingw cross-compileJannik Vogel2016-12-051-1/+1
|
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-12/+6
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-74/+129
|
* VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot2016-04-301-1/+2
|
* Common: Import BitSet from Dolphinaroulin2015-09-011-0/+189