index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
hex_util.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
core: Update copyright headers
Zephyron
2024-02-02
service: fs: Skip non user id folders
Narr the Reg
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
2022-03-19
common: Reduce unused includes
ameerj
2021-08-04
hex_util: Fix incorrect array size in AsArray
Morph
2021-06-23
General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable
Lioncash
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-08-15
common: Make use of [[nodiscard]] where applicable
Lioncash
2020-08-06
partition_data_manager: Make data arrays constexpr
Lioncash
2019-06-12
common/hex_util: Reserve std::string memory ahead of time
Lioncash
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2018-10-04
ips_layer: Deduplicate resource usage
Zach Hilman
2018-10-04
hex_util: Add HexVectorToString and HexStringToVector
Zach Hilman
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-15
common: Namespace hex_util.h/.cpp
Lioncash
2018-08-11
file_sys: Comply to style guidelines
Zach Hilman
2018-08-11
common: Move hex string processing to separate file
Zach Hilman