summaryrefslogtreecommitdiff
path: root/src/base/bitunion.hh
AgeCommit message (Expand)Author
2015-01-07base: Fix assigning between identical bitfields.Gabe Black
2014-08-26base: Add a static assert to check bit union rangesAndreas Sandberg
2009-06-21BitUnion: Add more constiness.Gabe Black
2009-05-17includes: use base/types.hh not inttypes.h or stdint.hNathan Binkert
2008-09-10style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...Ali Saidi
2008-06-12BitUnion: Take out namespace declaration so bitunions can be declared inside ...Gabe Black
2007-10-07BitUnion: Fix some types in the bitunion classes.Gabe Black
2007-07-18Fix a compilation error for SubBitUnions,Gabe Black
2007-07-17Add a conversion constructor so a bitunion can be initialized to a value.Gabe Black
2007-07-14Move bitunion code into it's own file.Gabe Black