..
ILoopSourceEx.hpp
[*] Win32 loopqueue optimization
2023-12-01 10:36:47 +00:00
Loop.BSD.cpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
Loop.BSD.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
Loop.cpp
[*/+] Added internal AuLoop::WaitMultipleOrObjects function for POSIX Issue4+ users, excluding the BSDs, to optimize AuLoop::WaitForMultipleObject users. (Win32 and Xbox emulators).
2024-08-02 02:23:19 +01:00
Loop.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
Loop.NT.cpp
[+] AuIO::Loop::kWaitMultipleFlagBreakAfterOne for Win32 WaitForMultipleObjects shim (we cannot return an array of indices to a win32 program)
2024-07-30 17:26:38 +01:00
Loop.NT.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
Loop.Unix.cpp
[*/+] Added internal AuLoop::WaitMultipleOrObjects function for POSIX Issue4+ users, excluding the BSDs, to optimize AuLoop::WaitForMultipleObject users. (Win32 and Xbox emulators).
2024-08-02 02:23:19 +01:00
Loop.Unix.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LoopQueue.BSD.cpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LoopQueue.BSD.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LoopQueue.hpp
[+] Added end of loop queue poll hook for IO Processor frame tick batching
2022-07-06 04:47:27 +01:00
LoopQueue.Linux.cpp
[*] TODO: fix int on both platforms
2024-08-01 13:33:36 +01:00
LoopQueue.Linux.hpp
[*] Improve ILoopQueue::WaitAll parity (been on the todo list for, idk, 3 years)
2024-08-01 12:55:08 +01:00
LoopQueue.NT.cpp
[+] NtWaitForMultipleObjects awareness
2023-12-22 06:00:13 +00:00
LoopQueue.NT.hpp
[*] More NT Loop Queue fixes
2023-10-21 14:22:12 +01:00
LSAsync.cpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSAsync.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSCoreFoundation.Apple.cpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSCoreFoundation.Apple.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSEvent.Generic.cpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSEvent.Generic.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSEvent.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSEvent.Linux.cpp
[*] Major Linux build regressions
2024-02-23 12:44:43 +00:00
LSEvent.Linux.hpp
[+] IO completion groups
2023-12-28 16:49:11 +00:00
LSEvent.NT.cpp
[*] Readd the public symbols to create base kernel io primitives for interop
2024-01-03 17:36:45 +00:00
LSEvent.NT.hpp
[+] IO completion groups
2023-12-28 16:49:11 +00:00
LSFromFdNonblocking.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSHandle.cpp
[+] ICompressionInterceptor::LimitPassthroughOnOverflow
2022-11-20 10:31:13 +00:00
LSHandle.hpp
[+] Clang/Win32 compilation support
2023-12-19 03:43:11 +00:00
LSIOHandle.cpp
[+] AuIO::Loop::NewLSIOHandle(const AuSPtr<IIOHandle> &pHandle)
2023-09-16 22:59:26 +01:00
LSIOHandle.hpp
[+] AuIO::Loop::kWaitMultipleFlagBreakAfterOne for Win32 WaitForMultipleObjects shim (we cannot return an array of indices to a win32 program)
2024-07-30 17:26:38 +01:00
LSLocalEvent.cpp
[*] Optimize primitives SMTYield for Alderlake+ user-space, BIOS-ring mwait, and AARCH
2024-05-03 12:22:38 +01:00
LSLocalEvent.hpp
[+] IO completion groups
2023-12-28 16:49:11 +00:00
LSLocalMutex.cpp
[*] Optimize primitives SMTYield for Alderlake+ user-space, BIOS-ring mwait, and AARCH
2024-05-03 12:22:38 +01:00
LSLocalMutex.hpp
[*] Win32 loopqueue optimization
2023-12-01 10:36:47 +00:00
LSLocalSemaphore.cpp
[+] AuLoop::NewSemaphoreEx with max count option for in-process (not ipc) limiting the total wakes.
2024-08-05 15:57:13 +01:00
LSLocalSemaphore.hpp
[+] AuLoop::NewSemaphoreEx with max count option for in-process (not ipc) limiting the total wakes.
2024-08-05 15:57:13 +01:00
LSMutex.Generic.cpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSMutex.Generic.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSMutex.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSMutex.Linux.cpp
[*] Readd the public symbols to create base kernel io primitives for interop
2024-01-03 17:36:45 +00:00
LSMutex.Linux.hpp
[+] New Linux futex based IPCMutex to better ensure robust breakage
2022-08-07 07:01:55 +01:00
LSMutex.NT.cpp
[*] Readd the public symbols to create base kernel io primitives for interop
2024-01-03 17:36:45 +00:00
LSMutex.NT.hpp
[+] Clang/Win32 compilation support
2023-12-19 03:43:11 +00:00
LSSemaphore.Generic.cpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSSemaphore.Generic.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSSemaphore.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSSemaphore.Linux.cpp
[*] Readd the public symbols to create base kernel io primitives for interop
2024-01-03 17:36:45 +00:00
LSSemaphore.Linux.hpp
[+] ILSSemaphore::AddMany
2023-10-22 06:11:39 +01:00
LSSemaphore.NT.cpp
[*] Readd the public symbols to create base kernel io primitives for interop
2024-01-03 17:36:45 +00:00
LSSemaphore.NT.hpp
[+] Clang/Win32 compilation support
2023-12-19 03:43:11 +00:00
LSSignalCatcher.Linux.cpp
[+] Network + Protocol + TLS - Initial Commit
2022-08-28 20:02:06 +01:00
LSSignalCatcher.Linux.hpp
[+] Network + Protocol + TLS - Initial Commit
2022-08-28 20:02:06 +01:00
LSTimer.Generic.cpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSTimer.Generic.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSTimer.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
LSTimer.Linux.cpp
[+] _CLOEXEC on F-tier operating systems predating SMP and processes
2022-12-16 03:48:04 +00:00
LSTimer.Linux.hpp
Further Linux support
2022-08-02 05:52:57 +01:00
LSTimer.NT.cpp
[*] ITimer comment and win32 patch
2023-12-09 12:25:46 +00:00
LSTimer.NT.hpp
[*] ITimer comment and win32 patch
2023-12-09 12:25:46 +00:00
LSWin32.NT.cpp
[*] Drop all static references to User32.dll
2023-10-13 00:10:44 +01:00
LSWin32.NT.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
WaitSingle.Generic.cpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
WaitSingle.Generic.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
WaitSingle.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
WaitSingle.NT.cpp
[*] 1576f56d
cont (i messed up again)
2023-12-23 16:55:04 +00:00
WaitSingle.NT.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
WaitSingle.Unix.cpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
WaitSingle.Unix.hpp
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00
WaitSingleBase.cpp
[*] Win32 loopqueue optimization
2023-12-01 10:36:47 +00:00
WaitSingleBase.hpp
[*] Win32 loopqueue optimization
2023-12-01 10:36:47 +00:00
WORK_IN_PROGRESS.txt
[*] Huge refactor - Move Aurora::[IPC and Loop] to Aurora::IO
2022-06-12 01:29:28 +01:00