Commit Graph

22 Commits

Author SHA1 Message Date
17ac98ef4f Sugar
[*]  enum values 'eEnumInvalid' and 'eEnumCount' are reserved. rationale -> it's easy to work around, now we don't have to switch between enum 'k' and 'e' conventions
2022-01-25 00:56:12 +00:00
0fcca45387 [+] Added AUE_NOCPPSTL configuration macro. Scriptability will and kernel drivers shouldn't (but probably will) depend no a nostl assumption 2021-11-19 14:38:03 +00:00
ce9d53f779 [+] Added bool EnumIsValid(Enum e)
[*] Adjust padding
2021-10-29 18:03:01 +01:00
94117d5271 [+] Added kEnumInvalid 2021-10-29 10:47:22 +01:00
59c2f1c646 Added additional constants and utilities
[+] AUE_ITERATE
[+] kEnumCount
[+] kEnumMaxLegal
[+] kEnumMinLegal
2021-10-29 00:34:25 +01:00
64a2774c6b [*] Update Aurora.json 2021-10-28 23:49:27 +01:00
96200ed327 [+] Added kNAMEValues array
[*] , at the end of an iterator list is valid, let's use it
2021-10-28 23:19:29 +01:00
157e40398c Attach license 2021-10-28 22:58:52 +01:00
7ece061231 [*] replaced ints with AuUInt 2021-10-28 21:54:58 +00:00
d71ff64c00 [+] Added standard STL includes under AUE_OUT_OF_ECOSYSTEM 2021-10-28 21:51:10 +00:00
c64aa966e7 [+] Add AuConsumer typedef 2021-10-28 21:49:27 +00:00
a9327e719c [*] Fix kName ->k ## name 2021-10-28 21:43:28 +00:00
fcd9d35fac [*] Fix kName ->k ## nmame 2021-10-28 21:42:40 +00:00
9f37d9c8e9 [*] Fix: static_cast<int>, replaced with static_cast<AuUInt> 2021-10-28 21:19:21 +00:00
43d403236e [+] Added 'Configuration' banner 2021-10-28 21:18:32 +00:00
83ce645e99 [+] Added AuUInt typedef 2021-10-28 21:17:52 +00:00
5db86871f0 [*] Mend readme to account for the new AUE_OUT_OF_ECOSYSTEM macro 2021-10-28 21:15:57 +00:00
eff2dfd500 Remove AuTryFind semantic, added AuString typedef, added AuHashMap typedef 2021-10-28 21:15:29 +00:00
80b2b7456b Update 'README.md' 2021-10-28 21:05:09 +00:00
282a1eb6cd Update 'README.md' 2021-10-28 21:04:02 +00:00
fcf7ebc966 Update 'README.md' 2021-10-28 20:58:06 +00:00
d87d88faaf [+] Initial Commit 2021-10-28 21:52:23 +01:00