summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/MetadataSerializable.hpp
AgeCommit message (Expand)Author
2025-02-17[SharedCache] Remove using namespace statement from headersMason Reed
2025-02-17[SharedCache] Remove serialization of "unsigned long" in favor of uintX_tGlenn Smith
2025-02-17[SharedCache] Split state into initial, loaded, and modifiedMark Rowe
2025-02-12[SharedCache] Don't pretty-print the metadataGlenn Smith
2025-02-12[SharedCache] Make MetadataSerializable::Load staticMark Rowe
2024-12-10[SharedCache] Switch to SAX-based writer API for JSON serializationAuthor: Mark Rowe
2024-12-10[SharedCache] Rework metadata serialization to reduce memory overheadMark Rowe
2024-10-23Initial commit of the alpha dyld_shared_cache view API Plugin.kat