#
2fca4dad |
| 02-Nov-2021 |
Milanka Ringwald <[email protected]> |
license: update text
|
#
6b65794d |
| 01-Nov-2021 |
Milanka Ringwald <[email protected]> |
docs: use @return instead of @returns
|
#
3cfa4086 |
| 03-Jun-2021 |
Matthias Ringwald <[email protected]> |
Remove stdio.h include from btstack_debug.h, add to individual files
|
#
b45b7749 |
| 03-Jun-2021 |
Milanka Ringwald <[email protected]> |
MISRAC2012-Rule-8.3_b: match function declaration and definition
|
#
9305033e |
| 01-Feb-2021 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-14.4_c: compare against 0 or NULL
|
#
86167813 |
| 29-Jan-2021 |
Matthias Ringwald <[email protected]> |
test/linked_list: add tests
|
#
9192020a |
| 07-Jul-2020 |
Matthias Ringwald <[email protected]> |
remove <stdio.h>, <stdlib.h> and printf from most core files
|
#
a0da043f |
| 02-Dec-2019 |
Matthias Ringwald <[email protected]> |
MISRAC2012-Rule-14.4_b: compare iterator pointer against NULL in for loops
|
#
d58a1b5f |
| 27-Nov-2019 |
Matthias Ringwald <[email protected]> |
linked list/run loop: return true if item/data source/timer was removed
|
#
78d0c67a |
| 27-Nov-2019 |
Matthias Ringwald <[email protected]> |
linked_list: return if item was added for btstack_linked_list_add[_tail]
|
#
8b2bf72f |
| 27-Nov-2019 |
Matthias Ringwald <[email protected]> |
linked_list: use bool return type
|
#
e501bae0 |
| 11-May-2019 |
Matthias Ringwald <[email protected]> |
Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)
|
#
f8b1697f |
| 19-Nov-2017 |
Matthias Ringwald <[email protected]> |
linked_list: fix warning if iterator_remove fails
|
#
86bcddec |
| 17-Nov-2017 |
Matthias Ringwald <[email protected]> |
linked_list: warn if iterator_remove fails
|
#
ab2c6ae4 |
| 24-Mar-2017 |
Matthias Ringwald <[email protected]> |
tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__
|
#
67711d5e |
| 07-Nov-2016 |
Matthias Ringwald <[email protected]> |
linked_list: add pop and get_first_item operations
|
#
a2908aa0 |
| 22-Jul-2016 |
Matthias Ringwald <[email protected]> |
linked_list: add tests for linked_list_count and fix off-by one
|
#
c4786d38 |
| 01-Feb-2016 |
Matthias Ringwald <[email protected]> |
btstack_linked_list: remove user data field
|
#
ec820d77 |
| 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
prefix data_source_t and timer_source_t with btstack
|
#
8f2a52f4 |
| 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
forgot to add files in earlier commit
|
#
665d90f2 |
| 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
prefixed all linked list types and functions with btstack_
|
#
2c539f6e |
| 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
rename bk_linked_list_t to btstack_linked_list_t
|
#
4fd23d47 |
| 20-Jan-2016 |
Matthias Ringwald <[email protected]> |
rename bk_linked_list to btstack_linked_list
|