Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blob: Don't set overrun if reading 0 bytes at end of data | Jordan Justen | 2017-10-31 | 1 | -1/+1 |
* | blob: Use intptr_t instead of ssize_t | Jason Ekstrand | 2017-10-13 | 1 | -4/+4 |
* | compiler/blob: Make some parameters void instead of uint8_t | Jason Ekstrand | 2017-10-12 | 1 | -3/+3 |
* | compiler/blob: Constify the reader | Jason Ekstrand | 2017-10-12 | 1 | -5/+5 |
* | compiler/blob: Add (reserve|overwrite)_(uint32|intptr) helpers | Jason Ekstrand | 2017-10-12 | 1 | -0/+27 |
* | compiler/blob: make blob_reserve_bytes() more useful | Connor Abbott | 2017-10-12 | 1 | -5/+5 |
* | compiler/blob: Allow for fixed-size blobs with a NULL data pointer | Jason Ekstrand | 2017-10-12 | 1 | -3/+6 |
* | compiler/blob: Add a concept of a fixed-allocation blob | Jason Ekstrand | 2017-10-12 | 1 | -0/+16 |
* | compiler/blob: Switch to init/finish instead of create/destroy | Jason Ekstrand | 2017-10-12 | 1 | -8/+2 |
* | compiler: Move blob up a level | Jason Ekstrand | 2017-10-12 | 1 | -0/+344 |