summaryrefslogtreecommitdiff
path: root/src/common/bit_set.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2020-12-06common: BitSet: Various style fixes based on code review feedback.bunnei
2020-12-06common: Port BitSet from Mesosphere.bunnei
2018-11-21common: Remove bit_set.hLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-07common: Convert type traits templates over to variable template versions wher...Lioncash
2018-01-20Format: Run the new clang format on everythingJames Rowe
2017-01-29Common: Optimize BitSet iteratorYuri Kunde Schlesner
2016-12-05Support mingw cross-compileJannik Vogel
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2015-09-01Common: Import BitSet from Dolphinaroulin