brent saner
2222cea7fb
v1.9.6
...
FIXED:
* More clear docs for bitmask
* Resolved potential issue for using PriorityAll in
logging.logPrio.HasFlag.
2025-08-27 19:06:17 -04:00
brent saner
688abd0874
v1.9.5
...
FIXED:
* HasFlag would inappropriately report true for m = A, flag = A | B.
This has been rectified, and this behavior is now explicitly
exposed via IsOneOf.
2025-08-26 20:39:29 -04:00
brent saner
3c543a05e7
v1.7.1
...
FIXED:
* bitmask.MaskBit.ClearFlag now works properly. Whoooops, how long was
that typo there?
2024-11-07 03:44:54 -05:00
brent saner
ae49f42c0c
v1.6.0
...
Added bitmask/MaskBit.Copy()
2024-04-14 01:54:59 -04:00
c4b3c6441a
adding Bytes() to MaskBit
2022-02-01 18:27:45 -05:00
1c5abd4083
modifying bitmask to allow specifying an explicit value, and changing to uint instead of uint8
2022-02-01 15:36:56 -05:00
3975f8b11f
do bitmask better, add (COMPLETELY 100% EXPERIMENTAL NOT DONE YET) eventlog support to logger
2021-12-15 04:49:03 -05:00