summaryrefslogtreecommitdiffstats
path: root/src/common/hex_util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: fs: Skip non user id foldersNarr the Reg2024-02-021-0/+3
* chore: add missing SPDX tagsAndrea Pappacoda2022-04-281-3/+3
* common: Reduce unused includesameerj2022-03-191-1/+0
* hex_util: Fix incorrect array size in AsArrayMorph2021-08-051-1/+1
* General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash2021-06-231-1/+2
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-5/+5
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-6/+6
* partition_data_manager: Make data arrays constexprLioncash2020-08-061-6/+23
* common/hex_util: Reserve std::string memory ahead of timeLioncash2019-06-121-0/+5
* common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash2019-06-121-4/+7
* ips_layer: Deduplicate resource usageZach Hilman2018-10-041-1/+1
* hex_util: Add HexVectorToString and HexStringToVectorZach Hilman2018-10-041-0/+5
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-6/+6
* common: Namespace hex_util.h/.cppLioncash2018-08-161-0/+4
* file_sys: Comply to style guidelinesZach Hilman2018-08-121-0/+2
* common: Move hex string processing to separate fileZach Hilman2018-08-121-0/+35