Reece Wilson reece
reece pushed to master at AuroraSupport/AuroraRuntime 2024-10-10 10:45:01 +00:00
02826d2365 [+] AuLoop::kWaitMultipleFlagNoIOCallbacks
reece pushed to master at AuroraSupport/AuroraRuntime 2024-10-09 01:01:34 +00:00
82ed6e5617 [*] AuAsync build regression
reece pushed to master at AuroraSupport/AuroraRuntime 2024-10-05 23:43:03 +00:00
f93181b0bf [*] Amend again: 7046ccec11
reece pushed to master at AuroraSupport/AuroraRuntime 2024-10-01 23:48:56 +00:00
978693559e [*] QOL / Hardening / Optimizations / Bug fixes
reece pushed to master at AuroraSupport/AuroraRuntime 2024-10-01 23:29:19 +00:00
bac7b8d098 [*] QOL / Hardening / Optimizations / Bug fixes
reece pushed to master at AuroraSupport/AuV8PP 2024-10-01 00:38:37 +00:00
b963f4b4cc [+] Double variants of AuVec[n] ROXTL types
reece pushed to master at AuroraSupport/AuV8PP 2024-10-01 00:37:29 +00:00
e8bb7d697c [*] This is dumb: properties returning raw pointers use the reference T & container instead of T *. Nevertheless, it gets the shared block correct. We need to fix this for Qt handleCFFIRet hook
reece pushed to master at AuroraSupport/AuroraRuntime 2024-09-29 21:33:04 +00:00
ebec613f66 [*] Harden glibc resolver
reece pushed to master at AuroraSupport/AuroraRuntime 2024-09-29 21:25:50 +00:00
f12031adb1 [*] Harden glibc resolver
reece pushed to master at AuroraSupport/AuroraRuntime 2024-09-29 20:40:08 +00:00
e63fb1c996 [*] Harden glibc resolver
reece pushed to master at AuroraSupport/AuroraRuntime 2024-09-28 22:14:58 +00:00
6e9e962c84 [*] AuLoop::WaitMultipleLoopSources optimizations (do not allocate so much, if we can), and
reece pushed to master at AuroraSupport/AuroraRuntime 2024-09-28 22:03:19 +00:00
a44600b8e3 [*] AuLoop::WaitMultipleLoopSources optimizations (do not allocate so much, if we can), and
reece pushed to master at AuroraSupport/AuroraRuntime 2024-09-27 21:50:35 +00:00
ff6409859f [*] Fix C++17 build regressions
reece pushed to master at AuroraSupport/AuroraRuntime 2024-09-27 21:49:13 +00:00
f059141505 [*] AuCmdLine::GetValue(...) (both variants) refactored to use views to help with future stability issues around AuStrings (and their allocator?)
reece pushed to master at AuroraSupport/AuROXTL 2024-09-27 17:18:19 +00:00
f7722a1b1c [+] AU_BIT_FIELD_INIT_AFTER_20
c2d29861e3 [+] AuEndsWith char variant
Compare 2 commits »
reece pushed to master at AuroraSupport/AuROXTL 2024-09-27 16:53:04 +00:00
0965d38675 [*] Fix some C++17 build regressions pending the merging of the TR1 / x03 to 14 headers
reece pushed to master at AuroraSupport/AuroraRuntime 2024-09-24 20:56:57 +00:00
8063600b4f [*] Amend: 7046ccec11 (Linux build regressions mostly)
reece pushed to master at AuroraSupport/AuroraRuntime 2024-09-24 19:42:43 +00:00
d34e5733d7 [*] Amend: 7046ccec11 (Linux build regressions)
reece pushed to master at AuroraSupport/AuroraRuntime 2024-09-24 19:40:26 +00:00
6f51e9261d [*] Amend for UNIX Version 3
reece pushed to master at AuroraSupport/AuroraRuntime 2024-09-24 18:00:56 +00:00
7046ccec11 [*] Refactor some APIs to use string views instead of strings