summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-29eiotas_main: add static init/shutdown counterJérémy Zurcher1-2/+13
2012-05-29enable doxygen usageJérémy Zurcher20-0/+2671
2012-05-29update FindEina.cmake from eobjJérémy Zurcher1-0/+2
2012-05-29add cmake/Modules/UseDoxygen.cmakeJérémy Zurcher1-0/+144
2012-05-29tests/main.c: add eiotas_particle_add_destinations testsJérémy Zurcher1-0/+8
2012-05-29fix buffer overflow detectionJérémy Zurcher2-3/+3
2012-05-29Particle: dsts ands link_fields are Eina_Stringshare*Jérémy Zurcher1-6/+6
2012-05-29Particle: implement eiotas_particle_add_destinationsJérémy Zurcher2-0/+32
2012-05-29eiotas_private: add EIOTAS_FIELDS_SEPJérémy Zurcher1-0/+1
2012-05-25tests/main: check eiotas_release_particle with merged particlesJérémy Zurcher1-4/+18
2012-05-25Spin: eiotas_spin_release_particle, release merged, call eiotas_particle_resetJérémy Zurcher1-1/+9
2012-05-25Particle: define and implement eiotas_particle _reset, _init, _mergeJérémy Zurcher2-0/+39
2012-05-25Particle: implement eiotas_particle_alloc and eiotas_particle_freeJérémy Zurcher1-1/+24
2012-05-25Particle: feed the structJérémy Zurcher1-1/+13
2012-05-25add prefix to #define identifiersJérémy Zurcher2-5/+7
2012-05-23Eiotas_Particle uses Eina_InlistJérémy Zurcher3-12/+10
2012-05-23Eiotas_Spin: sys_fifo and app_fifo, Eina_Array->Eina_ListJérémy Zurcher2-10/+13
2012-05-23cleanup structsJérémy Zurcher6-30/+36
2012-05-22enable eiotas_spin_send_particle testsJérémy Zurcher1-2/+2
2012-05-22implement eiotas_spin_send_particleJérémy Zurcher1-0/+9
2012-05-22PRINTPTR macro replace pointer cast to unsigned intJérémy Zurcher9-10/+24
2012-05-22tests/main.c add pointer to unsigned int castJérémy Zurcher1-1/+1
2012-05-22eiotas_iota_free: add default clause to switchJérémy Zurcher1-0/+3
2012-05-22eiotas_private.h: add missing cast in INIT_IOTAJérémy Zurcher1-3/+3
2012-05-22eiotas_private.h: declare eiotas_iota_desinit and eiotas_iota_initJérémy Zurcher1-0/+5
2012-05-22missing pointer cast to unsigned intJérémy Zurcher1-1/+1
2012-05-22eiotas_spin_release_particle return value type is voidJérémy Zurcher2-2/+2
2012-05-22eiotas_main: include eina_main.hJérémy Zurcher1-0/+2
2012-05-22DBG usage: cast pointers to unsigned intJérémy Zurcher6-6/+7
2012-05-22headers: declare eiotas_xx_free functionsJérémy Zurcher5-0/+10
2012-05-22headers: fix eiotas_config.h usageJérémy Zurcher9-33/+3
2012-05-22test/main.c: enable particle require, release testsJérémy Zurcher1-9/+15
2012-05-22eiotas_spin.h: add macros eiotas_spin_require_particle and eiotas_spin_releas...Jérémy Zurcher1-0/+5
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-22enable input door testsJérémy Zurcher1-8/+8
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-21enable eiotas_spin_add, eiotas_room_add and eiotas_spin_free testsJérémy Zurcher1-14/+14
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