Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-06 | flags: Change naming of functions to be clearer | Nathan Binkert | |
2008-11-14 | Fix a bunch of bugs I introduced when I changed the flags stuff for packets. | Nathan Binkert | |
I did some of the flags and assertions wrong. Thanks to Brad Beckmann for pointing this out. I should have run the opt regressions instead of the fast. I also screwed up some of the logical functions in the Flags class. | |||
2008-11-10 | flags: Provide an object for managing boolean flags for an object. | Nathan Binkert | |
In many cases it might be preferable to use bitset, but this object allows the user more easily manipulate groups of flags because the underlying type (e.g. uint64_t) is exposed. |