Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | array: Adjust negative index before calling remove_head|tail() | Tobias Brunner | 2014-09-11 | 1 | -4/+4 |
* | array: Allocate initial data properly if esize is 0 | Tobias Brunner | 2014-05-15 | 1 | -1/+1 |
* | array: Fix removal of elements in the second half of an array | Tobias Brunner | 2014-03-18 | 1 | -1/+1 |
* | array: Fix compilation on FreeBSD | Tobias Brunner | 2014-02-13 | 1 | -2/+2 |
* | array: Add fallback for qsort_r using thread-local value | Tobias Brunner | 2014-02-12 | 1 | -2/+34 |
* | array: Add array_bsearch function | Tobias Brunner | 2014-02-12 | 1 | -0/+50 |
* | array: Add array_sort function | Tobias Brunner | 2014-02-12 | 1 | -0/+54 |
* | array: Add an array_get() function | Martin Willi | 2014-01-22 | 1 | -1/+14 |
* | array: Number of items in get_size() is unsigned | Tobias Brunner | 2013-07-25 | 1 | -1/+1 |
* | array: introduce an array collection storing elements very efficiently | Martin Willi | 2013-07-17 | 1 | -0/+416 |