include
|
removed unnecessary stdlib.h include
|
2013-11-21 00:26:13 +01:00 |
bitarithm.c
|
Use GCC/Clang builtins for bit arithmetics
|
2013-11-03 15:14:28 +01:00 |
cib.c
|
fixed coding style (space after most keywords)
|
2013-06-24 22:37:35 +02:00 |
clist.c
|
only include debug functions if needed
|
2013-10-11 14:21:47 +02:00 |
hwtimer.c
|
improve comments, rename variable
|
2013-11-14 12:06:53 +01:00 |
lifo.c
|
fixed coding style (space after most keywords)
|
2013-06-24 22:37:35 +02:00 |
Makefile
|
fixed includes and include pathes
|
2013-07-29 01:24:02 +02:00 |
mutex.c
|
fixes for #62: eliminate unused parameter warnings
|
2013-08-04 04:10:33 +02:00 |
oneway_malloc.c
|
add oneway calloc
|
2013-08-10 11:21:25 +02:00 |
queue.c
|
only include debug functions if needed
|
2013-10-11 14:21:47 +02:00 |
thread.c
|
add thread_getname function
|
2013-10-17 15:25:43 +02:00 |