aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/blob.c
Commit message (Expand)AuthorAgeFilesLines
* blob: Don't set overrun if reading 0 bytes at end of dataJordan Justen2017-10-311-1/+1
* blob: Use intptr_t instead of ssize_tJason Ekstrand2017-10-131-4/+4
* compiler/blob: Make some parameters void instead of uint8_tJason Ekstrand2017-10-121-3/+3
* compiler/blob: Constify the readerJason Ekstrand2017-10-121-5/+5
* compiler/blob: Add (reserve|overwrite)_(uint32|intptr) helpersJason Ekstrand2017-10-121-0/+27
* compiler/blob: make blob_reserve_bytes() more usefulConnor Abbott2017-10-121-5/+5
* compiler/blob: Allow for fixed-size blobs with a NULL data pointerJason Ekstrand2017-10-121-3/+6
* compiler/blob: Add a concept of a fixed-allocation blobJason Ekstrand2017-10-121-0/+16
* compiler/blob: Switch to init/finish instead of create/destroyJason Ekstrand2017-10-121-8/+2
* compiler: Move blob up a levelJason Ekstrand2017-10-121-0/+344