summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-22implement eiotas_spin_require_particle and eiotas_spin_release_particleJérémy Zurcher1-0/+18
2012-05-22eiotas_particle.h: add eiotas_particle_alloc prototypeJérémy Zurcher1-0/+2
2012-05-22provide minimal implementation of eiotas_particle_alloc and eiotas_particle_freeJérémy Zurcher1-1/+9
2012-05-22implement eiotas_door_add and eiotas_door_freeJérémy Zurcher1-3/+18
2012-05-22eiotas_private.h: fix typo userbits->user_bitsJérémy Zurcher1-8/+8
2012-05-22eiotas_private.h: add CHECK_USERBITS macroJérémy Zurcher1-0/+16
2012-05-22eiotas_room_add: uses INIT_IOTA and ADD_TO_PARENT macrosJérémy Zurcher1-10/+3
2012-05-22eiotas_spin_add: uses INIT_IOTA and relies on eiotas_iota_init to check name ...Jérémy Zurcher1-8/+1
2012-05-22eiotas_iota_init: check for not NULL or empty name parameterJérémy Zurcher1-1/+6
2012-05-22eiotas_private.h: add macros INIT_IOTA and ADD_TO_PARENTJérémy Zurcher1-0/+13
2012-05-21cosmeticJérémy Zurcher3-4/+4
2012-05-21implement eiotas_spin_add and eiotas_spin_freeJérémy Zurcher1-7/+36
2012-05-21implement eiotas_room_add and eiotas_room_freeJérémy Zurcher1-5/+26
2012-05-21implement eiotas_iota_init, eiotas_iota_desinit and eiotas_iota_freeJérémy Zurcher1-7/+47
2012-05-21add eiotas_particle.c and eiotas_link.cJérémy Zurcher4-1/+65
2012-05-21eiotas_private.h: fix CHECK_PARENT and BUILD_INSTANCE macrosJérémy Zurcher1-9/+9
2012-05-21add missing eiotas_iota_free prototypeJérémy Zurcher1-0/+2
2012-05-21add minimal implementationJérémy Zurcher7-0/+317
2012-05-21add headersJérémy Zurcher10-0/+390
2012-05-21initial commit: project tree and cmake scriptsJérémy Zurcher2-0/+23