.. |
Async
|
[*] Remove limitation of loop queue source adds: sources are now reference counted
|
2024-12-06 16:45:46 +00:00 |
CmdLine
|
[*] AuCmdLine::GetValue(...) (both variants) refactored to use views to help with future stability issues around AuStrings (and their allocator?)
|
2024-09-27 22:46:50 +01:00 |
Compression
|
[*] Updated some comments
|
2024-02-28 17:13:57 +00:00 |
Console
|
[*] DebugBenchmark and ITTYConsole now uses ROStrings
|
2024-04-21 06:02:47 +01:00 |
Crypto
|
[+] ICertificateStore::RemoveCertificate
|
2024-11-18 23:19:43 +00:00 |
Data
|
[*] Improve alt-AuString allocator awareness
|
2024-04-20 02:29:49 +01:00 |
Debug
|
[*] DemangleName should use a RONString
|
2024-04-28 16:44:16 +01:00 |
Exit
|
[+] Linux Exception Handlers and AuExit::ETriggerLevel::eSigQuitNow
|
2024-03-05 13:55:21 +00:00 |
Hashing
|
[*] Updated some comments
|
2024-02-28 17:13:57 +00:00 |
HWInfo
|
[*] Refactor CpuLoadSampler -> ProcessLoadSampler to disambiguate the object from CoreLoadSamplerImpl
|
2024-11-16 15:23:41 +00:00 |
IO
|
[*] Begin the deprecation of ByteBuffer::Read/Write(memory view) due to ambiguities. Will reintroduce later to match non-pod behaviour of ::Read[Tagged] and Write[Tagged]
|
2024-12-11 00:34:27 +00:00 |
Locale
|
[*] I was right. String views are [mostly] pointless (*)
|
2024-04-19 05:58:08 +01:00 |
Logging
|
[*] Improve alt-AuString allocator awareness
|
2024-04-20 02:29:49 +01:00 |
Memory
|
[*] Refactor AuMemory bForce to bForceDownsize
|
2024-12-11 23:48:11 +00:00 |
Parse
|
[*] Regression: AuROXTL string view has a different interpretation of what remove prefix/suffix should be. Fix SplitNewlines
|
2024-08-22 19:15:51 +01:00 |
Process
|
[*] Refactor memory map apis to use string views
|
2024-12-05 14:03:33 +00:00 |
Processes
|
[*] Refactor: Aurora::Threading::Waitables to Aurora::Threading::Futexes
|
2024-11-21 17:57:19 +00: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
|
[*] Update AuRNG comment
|
2024-12-01 09:21:19 +00:00 |
SWInfo
|
[*] Docs: Emphasize what IsWindowsNNN*ANY* means
|
2024-02-14 07:25:07 +00:00 |
Telemetry
|
[*/+/-] MEGA COMMIT. ~2 weeks compressed.
|
2022-02-17 00:11:40 +00:00 |
Threading
|
[+] Aurora::ThreadingConfig::bEnableWaitOnAddressAndSurpression
|
2024-12-03 22:02:01 +00:00 |
Time
|
[*] DebugBenchmark and ITTYConsole now uses ROStrings
|
2024-04-21 06:02:47 +01:00 |
Utility
|
[*] Refactor: Aurora::Threading::Waitables to Aurora::Threading::Futexes
|
2024-11-21 17:57:19 +00:00 |
Runtime.hpp
|
[*] Improve regressed AuWoA time to wake
|
2024-06-19 22:05:17 +01:00 |
RuntimeAliases.hpp
|
[*] Refactor: Aurora::Threading::Waitables to Aurora::Threading::Futexes
|
2024-11-21 17:57:19 +00:00 |
RuntimeConfig.hpp
|
[+] Aurora::ThreadingConfig::bEnableWaitOnAddressAndSurpression
|
2024-12-03 22:02:01 +00:00 |