AuroraRuntime/Include/Aurora
2022-06-01 22:49:38 +01:00
..
Async [*] Update asynctypes.hpp header, added hashcode and equals operator to two types that should've had them defined already. 2022-06-01 20:18:12 +01:00
CmdLine [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
Compression [*] Polyfill legacy compression api into modern io era with IStream[reader/writers] 2022-05-28 10:13:58 +01:00
Console [+] Initial Aurora ConsoleTTY shell attempt 2022-05-19 00:12:52 +01:00
Crypto [+] Added move and copy operators + constructors for types that are either struct members in the public API or are likely to be copied by the user 2022-05-27 20:33:42 +01:00
Data [+] Added move and copy operators + constructors for types that are either struct members in the public API or are likely to be copied by the user 2022-05-27 20:33:42 +01:00
Debug [*] Regression of empty SysPushErrors (fmt now freaks out at this. we can use this over a nullptr. SSO, string pooling, etc, it'll be fine.) 2022-04-03 00:29:20 +01:00
Exit [+] Exit::CancelExit() 2022-04-07 06:22:50 +01:00
Hashing Hash API polish 2022-05-14 21:06:46 +01:00
HWInfo [+] Added move and copy operators + constructors for types that are either struct members in the public API or are likely to be copied by the user 2022-05-27 20:33:42 +01:00
IO [*] Update IStreamReader/Writer interfaces to be backed by an Aurora Interface 2022-05-28 12:18:00 +01:00
IPC [*] Refactor IAsyncTransaction -> Moved namespace from AuIOFS to AuIO bc other file-like APIs share the same FS implementation. IPC, process, and other namespaces have no reason to return an AuIOFS interface when dealing with pipes. 2022-05-12 09:04:32 +01:00
Locale [*] Added/fix UTF-16 BE count 2022-03-04 22:28:25 +00:00
Logging [+] NT OutputDebugStringW logger sink 2022-03-31 01:31:40 +01:00
Loop [*] Refactor IAsyncTransaction -> Moved namespace from AuIOFS to AuIO bc other file-like APIs share the same FS implementation. IPC, process, and other namespaces have no reason to return an AuIOFS interface when dealing with pipes. 2022-05-12 09:04:32 +01:00
Memory [*] Update IStreamReader/Writer interfaces to be backed by an Aurora Interface 2022-05-28 12:18:00 +01:00
Parse [+] export AuParse::Parse[U/S]Int using const char*S as iterators 2022-04-20 14:03:51 +01:00
Process [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
Processes [*] Cheeky AuThreadPrimitives refactor 2022-06-01 22:49:38 +01:00
Registry [+] Added move and copy operators + constructors for types that are either struct members in the public API or are likely to be copied by the user 2022-05-27 20:33:42 +01:00
RNG [+] Added move and copy operators + constructors for types that are either struct members in the public API or are likely to be copied by the user 2022-05-27 20:33:42 +01:00
SWInfo [+] Added move and copy operators + constructors for types that are either struct members in the public API or are likely to be copied by the user 2022-05-27 20:33:42 +01:00
Telemetry [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
Threading [*] Cheeky AuThreadPrimitives refactor 2022-06-01 22:49:38 +01:00
Time [+] Initial attempt at parsing Linux VMA space 2022-04-21 00:34:08 +01:00
Utility [*] CpuInfo (and others) refactor 2022-03-20 12:51:51 +00:00
Runtime.hpp [+] Debug config 2022-06-01 15:25:32 +01:00