| Age | Commit message (Collapse) | Author |
|
|
|
Signed-off-by: Rye <rye@alchemyviewer.org>
|
|
allocations and utf8->utf16 conversions
Fix LLFile::tmpdir failing when temp directory is located in a unicode path on windows
Add Tracy profiler tagging to LLFile that's disabled by default
Replace LLFile::utf8StringToWstring with our fsyspath std::filesystem::path adapter
Introduce std::filesystem::path to llifstream/llofstream wrappers
Add move operators to fsyspath to match copy operator
Restore LLUniqueFile RAII class for direct c file io wrapping and reducing merge conflicts with downstream code that may depend upon it
Signed-off-by: Rye <rye@alchemyviewer.org>
|
|
restore some disabled tests
Removes dead llprimlinkinfo and related test
Remove dead llassetuploadqueue llhttpclient lltimestampcache lltranscode tests
Remove dead mock_http_client
Remove duplicate hex_dump.h
Fix crash in LLDataPacker test
|