summaryrefslogtreecommitdiff
path: root/src/common/hex_util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: fs: Skip non user id foldersGravatar Narr the Reg2024-02-021-0/+3
* chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-281-3/+3
* common: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* hex_util: Fix incorrect array size in AsArrayGravatar Morph2021-08-041-1/+1
* General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableGravatar Lioncash2021-06-231-1/+2
* core/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-131-5/+5
* common: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-08-151-6/+6
* partition_data_manager: Make data arrays constexprGravatar Lioncash2020-08-061-6/+23
* common/hex_util: Reserve std::string memory ahead of timeGravatar Lioncash2019-06-121-0/+5
* common/hex_util: Combine HexVectorToString() and HexArrayToString()Gravatar Lioncash2019-06-121-4/+7
* ips_layer: Deduplicate resource usageGravatar Zach Hilman2018-10-041-1/+1
* hex_util: Add HexVectorToString and HexStringToVectorGravatar Zach Hilman2018-10-041-0/+5
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-6/+6
* common: Namespace hex_util.h/.cppGravatar Lioncash2018-08-151-0/+4
* file_sys: Comply to style guidelinesGravatar Zach Hilman2018-08-111-0/+2
* common: Move hex string processing to separate fileGravatar Zach Hilman2018-08-111-0/+35