AuroraRuntime/Source
2022-01-18 19:48:23 +00:00
..
Async [+] Added some notes about safer low memory condition handling 2021-12-26 15:51:31 +00:00
Compression [*] Refactor and clean up exception and threading API 2021-10-24 11:19:47 +01:00
Console [+] Added TryLockGuard; AU_TRY_LOCK_GUARD_RET_DEF, AU_TRY_LOCK_GUARD, AU_TRY_LOCK_GUARD_RET_VAL, AU_TRY_LOCK_GUARD_RET_DEF 2021-12-24 16:25:12 +00:00
Crypto [*] Refactor and clean up exception and threading API 2021-10-24 11:19:47 +01:00
Debug [*] Continue to perfer beginthreadex, use CreateThread when the OS loader is locked on Win32 2022-01-18 16:02:24 +00:00
Extensions [*] Major change in include convention 2021-09-30 15:57:41 +01:00
Hashing [*] Aurora::Data refactor and more public header include clean up 2021-10-24 10:04:02 +01:00
HWInfo [+] Added first attempt at the windows version of WaitMultipleObjects/ This will be removed shortly. 2021-11-09 00:04:00 +00:00
IO [+] Added GetUserHome, GetAppData, GetRootAppdata, GetWritableAppdata 2022-01-18 14:27:06 +00:00
Locale [*] Bug fixes. Socket stat math didn't make much sense. 2021-11-07 20:26:54 +00:00
Loop [+] Added first attempt at the windows version of WaitMultipleObjects/ This will be removed shortly. 2021-11-09 00:04:00 +00:00
Memory [*] Fix heap leak -> TryRelease was never called once count hit zero 2022-01-18 19:48:23 +00:00
Parse [*] Fix stupid mental typo of 'peek' -> 'peak' 2021-11-22 16:16:02 +00:00
Process [+] Explicit async/blocking read process stdout/err 2021-12-24 14:34:55 +00:00
Processes [+] Explicit async/blocking read process stdout/err 2021-12-24 14:34:55 +00:00
Registry [*] Refactor and clean up exception and threading API 2021-10-24 11:19:47 +01:00
RNG [+] Added GetUserHome, GetAppData, GetRootAppdata, GetWritableAppdata 2022-01-18 14:27:06 +00:00
Telemetry [*] Major change in include convention 2021-09-30 15:57:41 +01:00
Threading [+] added AU_THROW_STRING 2022-01-18 16:49:50 +00:00
Time [*] Fix heap leak -> TryRelease was never called once count hit zero 2022-01-18 19:48:23 +00:00
Alloc.cpp Readded C++17 allocators 2021-06-28 00:12:17 +01:00
Crypto.cpp [*] Major change in include convention 2021-09-30 15:57:41 +01:00
Crypto.hpp Initial Commit 2021-06-27 22:25:29 +01:00
Entrypoint.cpp [*] Continue to perfer beginthreadex, use CreateThread when the OS loader is locked on Win32 2022-01-18 16:02:24 +00:00
RuntimeInternal.hpp [+] Added includes for intrins in the common header 2021-10-02 18:29:42 +01:00