Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a unique_ptr alias for the ringbuffer | Chris Robinson | 2018-11-27 | 1 | -0/+8 |
* | Return the ringbuffer data pointers as a pair | Chris Robinson | 2018-11-19 | 1 | -18/+16 |
* | Make ll_ringbuffer_write/read take void*/const void* | Chris Robinson | 2018-11-19 | 1 | -3/+3 |
* | Add extern "C" to some headers | Chris Robinson | 2018-03-09 | 1 | -0/+8 |
* | Ensure at least the specified ringbuffer size is writable | Chris Robinson | 2018-03-02 | 1 | -4/+44 |
* | Add an option to limit the write size of the ringbuffer | Chris Robinson | 2018-03-01 | 1 | -1/+1 |
* | Move the ringbuffer declarations to a separate header | Chris Robinson | 2018-01-11 | 1 | -0/+29 |