summaryrefslogtreecommitdiffstats
path: root/src/common/hex_util.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-02service: fs: Skip non user id foldersNarr the Reg1-0/+3
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-1/+1
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-1/+1
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda1-3/+3
2022-03-19common: Reduce unused includesameerj1-1/+0
2021-08-05hex_util: Fix incorrect array size in AsArrayMorph1-1/+1
2021-06-23General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash1-1/+2
2020-10-13core/CMakeLists: Make some warnings errorsLioncash1-5/+5
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash1-6/+6
2020-08-06partition_data_manager: Make data arrays constexprLioncash1-6/+23
2019-06-12common/hex_util: Reserve std::string memory ahead of timeLioncash1-0/+5
2019-06-12common/hex_util: Combine HexVectorToString() and HexArrayToString()Lioncash1-4/+7
2018-10-04ips_layer: Deduplicate resource usageZach Hilman1-1/+1
2018-10-04hex_util: Add HexVectorToString and HexStringToVectorZach Hilman1-0/+5
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-6/+6
2018-08-16common: Namespace hex_util.h/.cppLioncash1-0/+4
2018-08-12file_sys: Comply to style guidelinesZach Hilman1-0/+2
2018-08-12common: Move hex string processing to separate fileZach Hilman1-0/+35