AuroraRuntime/Source
Jamie Reece Wilson 83f34b0c47 [*] I was right. String views are [mostly] pointless (*)
03:28:55:638  17>2 of 53388 functions (<0.1%) were compiled, the rest were copied from previous compilation.
03:28:55:638  17>  0 functions were new in current compilation
03:28:55:638  17>  65 functions had inline decision re-evaluated but remain unchanged
03:28:56:749  17>Finished generating code

the header of const AuString & is the same as std::string_view therefore nothing changes. in fact, we still need to alloc strings a bunch of times for a zero terminated string. worse, <c++20 always allocs each time we want to access a hashmap with o(1) lookup, making small hashmaps kinda pointless when we always have to alloc+copy (thx std)

perhaps this will help some language binders
2024-04-19 05:58:08 +01:00
..
Async [*] Limit kThreadIdAny dequeues until one until we can preempt the work queues of threads within our local group 2024-04-10 07:44:06 +01:00
CmdLine [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
Compression [*] fix optionals 2024-01-21 00:34:47 +00:00
Console [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
Crypto [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
Debug [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
Exit [+] Linux Exception Handlers and AuExit::ETriggerLevel::eSigQuitNow 2024-03-05 13:55:21 +00:00
Extensions [*] Updated LibTomCrypt 2024-02-19 09:16:40 +00:00
Grug [+] IOHandle::IsWriteEoSOnClose 2024-03-27 03:15:01 +00:00
Hashing [+] AuHashing::Whirlpool 2024-02-18 17:53:37 +00:00
HWInfo [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
IO [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
Locale [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
Logging [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
Memory [*] Harden RequestHeapOfRegion 2024-04-15 18:04:44 +01:00
Parse [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
Process [*] Introduce APIs to access IProcessSectionMapView safely when malicious calls to Unmap could be made 2024-04-12 13:42:30 +01:00
Processes [*] I was right. String views are [mostly] pointless (*) 2024-04-19 05:58:08 +01:00
Registry [*] Not a day goes by without Roman Medvedev giving me grief 2024-02-16 13:07:28 +00:00
RNG [*] Hash WELL outputs (ABI break once again >:( ) 2024-04-18 05:06:40 +01:00
SWInfo [*] AuSwInfo under linux fix 2023-12-21 15:31:19 +00:00
Telemetry [*] Linux has a pulse... 2022-04-06 02:24:38 +01:00
Threading [+] while_bc 2024-04-13 22:49:05 +01:00
Time [*] Minor tweaks + more not-so-lazy loads in case of uwp 2024-04-10 00:09:21 +01:00
Alloc.cpp Readded C++17 allocators 2021-06-28 00:12:17 +01:00
AuCrypto.cpp [*] Updated registered LTC digest indices 2024-03-03 03:26:01 +00:00
AuCrypto.hpp [*] Updated registered LTC digest indices 2024-03-03 03:26:01 +00:00
AuProcAddresses.cpp [*] Fix major heap regression [rebase] 2024-03-20 12:01:18 +00:00
AuProcAddresses.hpp [*] Rejuvenate AuMemory::SwapLock 2024-04-09 22:29:11 +01:00
AuProcAddresses.Linux.cpp [+] AuThreading::EWaitMethod 2024-03-12 22:50:22 +00:00
AuProcAddresses.Linux.hpp [+] Linux Exception Handlers and AuExit::ETriggerLevel::eSigQuitNow 2024-03-05 13:55:21 +00:00
AuProcAddresses.NT.cpp [*] Increase NT block symbol table size 2024-04-15 17:22:47 +01:00
AuProcAddresses.NT.hpp [*] Made conapi requirement under Win32 optional and completely nuke the code when building under non-win32 targets 2024-04-14 23:11:20 +01:00
AuProcAddresses.UNIX.cpp [+] PosixFDYeetus() 2024-04-14 19:48:40 +01:00
AuProcAddresses.UNIX.hpp [+] PosixFDYeetus() 2024-04-14 19:48:40 +01:00
AuRTEntrypoint.cpp [*] Polish AuMemory 2024-03-19 16:10:32 +00:00
RuntimeInternal.hpp [+] Secret visible symbol: Aurora::Win32Open/AuWin32Open 2023-09-13 15:35:09 +01:00