Age | Commit message (Expand) | Author | Files | Lines |
2012-05-22 | headers: declare eiotas_xx_free functions | Jérémy Zurcher | 5 | -0/+10 |
2012-05-22 | headers: fix eiotas_config.h usage | Jérémy Zurcher | 9 | -33/+3 |
2012-05-22 | test/main.c: enable particle require, release tests | Jérémy Zurcher | 1 | -9/+15 |
2012-05-22 | eiotas_spin.h: add macros eiotas_spin_require_particle and eiotas_spin_releas... | Jérémy Zurcher | 1 | -0/+5 |
2012-05-22 | implement eiotas_spin_require_particle and eiotas_spin_release_particle | Jérémy Zurcher | 1 | -0/+18 |
2012-05-22 | eiotas_particle.h: add eiotas_particle_alloc prototype | Jérémy Zurcher | 1 | -0/+2 |
2012-05-22 | provide minimal implementation of eiotas_particle_alloc and eiotas_particle_free | Jérémy Zurcher | 1 | -1/+9 |
2012-05-22 | enable input door tests | Jérémy Zurcher | 1 | -8/+8 |
2012-05-22 | implement eiotas_door_add and eiotas_door_free | Jérémy Zurcher | 1 | -3/+18 |
2012-05-22 | eiotas_private.h: fix typo userbits->user_bits | Jérémy Zurcher | 1 | -8/+8 |
2012-05-22 | eiotas_private.h: add CHECK_USERBITS macro | Jérémy Zurcher | 1 | -0/+16 |
2012-05-22 | eiotas_room_add: uses INIT_IOTA and ADD_TO_PARENT macros | Jérémy Zurcher | 1 | -10/+3 |
2012-05-22 | eiotas_spin_add: uses INIT_IOTA and relies on eiotas_iota_init to check name ... | Jérémy Zurcher | 1 | -8/+1 |
2012-05-22 | eiotas_iota_init: check for not NULL or empty name parameter | Jérémy Zurcher | 1 | -1/+6 |
2012-05-22 | eiotas_private.h: add macros INIT_IOTA and ADD_TO_PARENT | Jérémy Zurcher | 1 | -0/+13 |
2012-05-21 | enable eiotas_spin_add, eiotas_room_add and eiotas_spin_free tests | Jérémy Zurcher | 1 | -14/+14 |
2012-05-21 | cosmetic | Jérémy Zurcher | 3 | -4/+4 |
2012-05-21 | implement eiotas_spin_add and eiotas_spin_free | Jérémy Zurcher | 1 | -7/+36 |
2012-05-21 | implement eiotas_room_add and eiotas_room_free | Jérémy Zurcher | 1 | -5/+26 |
2012-05-21 | implement eiotas_iota_init, eiotas_iota_desinit and eiotas_iota_free | Jérémy Zurcher | 1 | -7/+47 |
2012-05-21 | add eiotas_particle.c and eiotas_link.c | Jérémy Zurcher | 4 | -1/+65 |
2012-05-21 | eiotas_private.h: fix CHECK_PARENT and BUILD_INSTANCE macros | Jérémy Zurcher | 1 | -9/+9 |
2012-05-21 | add missing eiotas_iota_free prototype | Jérémy Zurcher | 1 | -0/+2 |
2012-05-21 | add tests/main.c | Jérémy Zurcher | 1 | -0/+86 |
2012-05-21 | add minimal implementation | Jérémy Zurcher | 7 | -0/+317 |
2012-05-21 | add headers | Jérémy Zurcher | 10 | -0/+390 |
2012-05-21 | initial commit: project tree and cmake scripts | Jérémy Zurcher | 19 | -0/+607 |