History log of /seL4-refos-master/libs/libutils/include/utils/circular_buffer.h
Revision Date Author Comments
# e724ab41 05-Dec-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libutils: Rename circ_buffer_new function

This is to provide better semantics with the function's behavior


# 56aa1ec7 05-Dec-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libutils: Remove circ_buf_destroy function

It is no longer needed.


# fcb0766e 05-Dec-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

circ_buf_t: Move implementation to header file

Making the implementation static inline means that this can be used
without having to link in the built library


# a726483d 05-Dec-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

circ_buf_t: Change buf to be a flexible array

This is so this circular buffer can be used over shared memory


# 704cb7c4 17-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

utils: fix include and trailing whitespace


# 277d068b 14-Jul-2017 Siwei Zhuang <siwei.zhuang@data61.csiro.au>

libutils: Added circular buffer implementation.