AuroraRuntime/Include/Aurora
J Reece Wilson fd0c5b51b2 Further Linux support
[+] Begin work on IO futexes for io release on process/thread exit
[+] Linux ::readdir iteration
[+] AuConsole buffering API
[*] Fix sleep as to not get interrupted by signals
[*] Switch the type of FS lock used under Linux
[*] Linux: Use new IPCHandle encoding scheme
[*] Fix undefined behaviour: unintialized timeout values (AuLoop/Linux)
[*] Fix undefined behaviour: ConsoleTTY clear line was called of a color of a random value on stack
[-] Remainings of std dir iterator
[*] Fix pthread_kill (aka send signal to pthread handle) always kills process. This is what you expect bc signal handler inheritance.
[*] Reformat the build Aurora.json file
[+] Added clang warning ignores to the build file
[*] Fix: UNIX need to use STDOUT_FILENO. Was using CRT handle in place of fd by mistake.
[+] Linux implementation for IO yield (AuIO::IOYield() - UNIX::LinuxOverlappedYield())
[*] Fix: Linux async end of stream processing. res 0 = zero bytes consumed. <= was detecting this as an error of code 0. Should succeed with zero bytes.
[+] Linux LoopQueue missing epilogue hook for the IO processor
[*] Various refactors and minor bug fixes
[*] Linux fix: Handle pipe EOS as zero
[*] Linux fix: thread termination via a user signal of 77. Need a force terminate.
[*] IPC handle: fix improper int to bool cast in the header setup within ToString
[*] Linux fix: HWInfo CPU topology regression
[-] Linux fix: remove SIGABRT handler
[*] Missing override in compression, exit, and consoletty headers.
[+] Unix Syslog logger backend
2022-08-02 05:52:57 +01:00
..
Async Further Linux support 2022-08-02 05:52:57 +01:00
CmdLine [+] NS readmes 2022-06-12 18:28:51 +01:00
Compression [+] Missing LZ4 compressor 2022-07-20 21:09:40 +01:00
Console Further Linux support 2022-08-02 05:52:57 +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 [TODO: BLOCK 2 PROGRESS] 2022-06-14 02:14:51 +01:00
Hashing [+] NS readmes 2022-06-12 18:28:51 +01:00
HWInfo [+] NS readmes 2022-06-12 18:28:51 +01:00
IO [+] IReadDir 2022-07-23 07:41:47 +01:00
Locale [+] NS readmes 2022-06-12 18:28:51 +01:00
Logging [+] IPC Logger: Added optional stream frame header (single u32) option 2022-07-05 20:48:33 +01:00
Memory [+] Heap::AllocateDivision 2022-07-21 10:59:02 +01:00
Parse [*] Update AuParse again. The IO character update was barely shimed in. 2022-07-07 06:42:20 +01:00
Process [*] Merge branches (includes fixes) 2022-06-12 19:23:18 +01:00
Processes [*] Typos and comments 2022-06-29 14:56:59 +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 [TODO: BLOCK 2 PROGRESS] 2022-06-14 02:14:51 +01:00
SWInfo [+] NS readmes 2022-06-12 18:28:51 +01:00
Telemetry [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
Threading [*] Typos and comments 2022-06-29 14:56:59 +01:00
Time [+] Initial attempt at parsing Linux VMA space 2022-04-21 00:34:08 +01:00
Utility [+] ConsoleTTY.hpp write cmd history every 10 seconds under sys tick 2022-06-06 22:34:26 +01:00
Runtime.hpp [*] "Improve" win32 AuDebug 2022-06-16 01:51:19 +01:00