dolphin/Source
Tony Wasserka 48a1790d81 Common: Add a generic class for accessing bitfields in a fast and endianness-independent way.
The underlying storage type of a bitfield can be any intrinsic integer type,
but also any enumeration.

Custom storage types are supported if the following things are defined on the storage type:
- casting 0 to the storage type
- bit shift operators (in both directions)
- bitwise & operator
- bitwise ~ operator
- std::make_unsigned specialization
2014-03-25 23:33:04 +01:00
..
Android Merge pull request #199 from lioncash/defined-densities 2014-03-23 00:35:40 -05:00
Core Common: Add a generic class for accessing bitfields in a fast and endianness-independent way. 2014-03-25 23:33:04 +01:00
DSPSpy Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
DSPTool Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
UnitTests MathUtilTest: add test for FlushToZero 2014-03-24 16:14:22 +01:00
VSProps windows: move arch defines to base.props 2014-03-06 14:37:40 -08:00
CMakeLists.txt Unittests: Always use GTest from Externals (recommended way from GTest FAQ). 2014-03-03 03:38:46 +01:00
dolphin-emu.sln [GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely from the codebase. This has been tested on Android and Linux+ATI. Of course untested on Windows and Apple. Also untested with Linux + EGL but should be fine there. There are most likely a couple of extensions I'm missing which would result in null pointer runs but not bad for the initial commit. 2014-01-17 15:50:51 +01:00
pch.h Fix Linux build 2014-02-18 12:09:38 +01:00