Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blob: Use intptr_t instead of ssize_t | Jason Ekstrand | 2017-10-13 | 1 | -3/+3 |
* | compiler/blob: Make some parameters void instead of uint8_t | Jason Ekstrand | 2017-10-12 | 1 | -2/+2 |
* | 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 | -2/+34 |
* | compiler/blob: make blob_reserve_bytes() more useful | Connor Abbott | 2017-10-12 | 1 | -13/+5 |
* | compiler/blob: Allow for fixed-size blobs with a NULL data pointer | Jason Ekstrand | 2017-10-12 | 1 | -0/+4 |
* | compiler/blob: Add a concept of a fixed-allocation blob | Jason Ekstrand | 2017-10-12 | 1 | -1/+21 |
* | compiler/blob: Switch to init/finish instead of create/destroy | Jason Ekstrand | 2017-10-12 | 1 | -8/+5 |
* | compiler: Move blob up a level | Jason Ekstrand | 2017-10-12 | 1 | -0/+307 |