summaryrefslogtreecommitdiff
path: root/AK/LEB128.h
AgeCommit message (Expand)Author
2021-05-31AK: Handle LEB128 encoded values that are too large for the result typeAndrew Kaster
2021-05-04AK: Make LEB128 capable of reading into any typeAli Mohammad Pur
2021-05-04AK: Move the LEB128 logic to AK and make it usable with InputStreamAli Mohammad Pur