summaryrefslogtreecommitdiffstats
path: root/src/util/blob.h
Commit message (Collapse)AuthorAgeFilesLines
* util/blob: add 8-bit and 16-bit reads and writesMarek Olšák2019-11-231-0/+42
| | | | Reviewed-by: Connor Abbott <[email protected]>
* util: add blob_finish_get_bufferMarek Olšák2019-11-081-0/+3
| | | | Reviewed-by: Timothy Arceri <[email protected]>
* Move blob from compiler/ to util/Jason Ekstrand2019-09-191-0/+358
There's nothing whatsoever compiler-specific about it other than that's currently where it's used. Reviewed-by: Kristian H. Kristensen <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]>