AuroraRuntime/Source/Console
J Reece Wilson 64cb7404ba [+] Near 1:1 Linux IPC Pipe compared to the NT equivalent (~= CreateNamedPipeA(nMaxInstances=1, dwOpenMode=PIPE_ACCESS_DUPLEX, dwPipeMode=PIPE_TYPE_BYTE))
[+] Ability to bypass blocking limitation of certain io_submit reads, if the blocking subsystem is a pollable stream (ie: a pipe).
[*] Fixed major Linux bug where LoopQueue items weren't being submitted, if no dequeues were in the same tick
[*] Fix various Linux pipe related bugs
[*] Fix futex bug where the callback was nulled on server-release
2022-08-09 07:48:29 +01:00
..
Commands [+] IIOSimpleEventListener 2022-06-22 14:42:17 +01:00
ConsoleFIO [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
ConsoleStd [+] Near 1:1 Linux IPC Pipe compared to the NT equivalent (~= CreateNamedPipeA(nMaxInstances=1, dwOpenMode=PIPE_ACCESS_DUPLEX, dwPipeMode=PIPE_TYPE_BYTE)) 2022-08-09 07:48:29 +01:00
ConsoleTTY [*] BUG: OnPipePartialEvent wasn't sent during IOPipeProcessor ticks (common/all platforms) 2022-08-09 01:55:18 +01:00
ConsoleWxWidgets [*] fix wxwidgets build error 2022-02-18 03:39:37 +00:00
Hooks [*] Solve a few compiler warnings. Mostly unrealistic u32 <-> u64 casts in element iteration and string operations we can reasonably ignore 2022-06-14 17:12:21 +01:00
ColorConvert.hpp [+] explicit EAnsiColor::eWhite and EAnsiColor::eBlack 2022-05-12 08:21:32 +01:00
Console.cpp [+] Initial Aurora ConsoleTTY shell attempt 2022-05-19 00:12:52 +01:00
Console.hpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
ConsoleMessage.cpp [+] IIOSimpleEventListener 2022-06-22 14:42:17 +01:00
ConsoleMessage.hpp Initial Commit 2021-06-27 22:25:29 +01:00
Flusher.cpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00
Flusher.hpp [*/+/-] MEGA COMMIT. ~2 weeks compressed. 2022-02-17 00:11:40 +00:00