summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-06-18edoors_particle_split_dst: use memcmp instead of strcmpHEADmasterJérémy Zurcher1-3/+3
2012-06-10edoors_particle_split_dst: use strcmp instead of strncmpJérémy Zurcher1-3/+3
2012-06-10edoors_particle_split_dst: fix action replace optimisationJérémy Zurcher1-3/+3
2012-06-10rename Eiotas->EdoorsJérémy Zurcher34-798/+798
2012-06-02replace 1 with sizeof(char) when relevantJérémy Zurcher2-10/+10
2012-06-02Particle: increase add_destination efficiencyJérémy Zurcher1-40/+40
2012-06-02add eiotas_particle_destination_set and testsJérémy Zurcher3-0/+31
2012-06-02eiotas_particle_split_dst: to keep actual stringshare, check length && strncmpJérémy Zurcher2-6/+6
2012-06-02use STRINGSHARE_FREEJérémy Zurcher2-28/+20
2012-06-02eiotas_private: add macro STRINGSHARE_FREE(_st)Jérémy Zurcher1-0/+6
2012-06-02test/particles: simple fixJérémy Zurcher1-1/+2
2012-06-01test/particle: check eiotas_particle_split_dstJérémy Zurcher1-0/+33
2012-06-01Particle: add eiotas_particle_split_dstJérémy Zurcher2-0/+85
2012-06-01Particle, add Eina_Stringshare struct fields : cur_action, cur_door, cur_roomJérémy Zurcher2-0/+15
2012-06-01cleanup eiotas_particle_has_dst, add eiotas_particle_next_dstJérémy Zurcher2-2/+16
2012-06-01add_destination: increase wrong path detectionJérémy Zurcher2-1/+17
2012-06-01add missing EIOTAS_ACTION_SEP definitionJérémy Zurcher1-0/+1
2012-06-01Particle : add static add_destination and testsJérémy Zurcher2-11/+28
2012-06-01Particle : optimize update_link_valueJérémy Zurcher1-2/+13
2012-06-01add eiotas_particle_has_dst with testsJérémy Zurcher3-1/+21
2012-05-31tests: remove ugly error msgsJérémy Zurcher1-13/+13
2012-05-31add eiotas_particle_match testsJérémy Zurcher1-1/+10
2012-05-31add eiotas_particle_matchJérémy Zurcher2-0/+15
2012-05-31eiotas_particle.h: fix documentationJérémy Zurcher1-5/+5
2012-05-31complete link_value testsJérémy Zurcher1-7/+10
2012-05-31update_link_value: add buffer overflow detection, set link_value to NULL ↵Jérémy Zurcher1-5/+12
when no string
2012-05-31split and complete testsJérémy Zurcher7-109/+250
2012-05-31eiotas_private.h: add missing EIOTAS_MAX_VALUE_LENGTH definitionJérémy Zurcher1-0/+2
2012-05-31Particle : add eiotas_particle_data_delJérémy Zurcher2-0/+22
2012-05-31Particle : add eiotas_particle_data_setJérémy Zurcher2-0/+24
2012-05-31Particle : add eiotas_particle_data_getJérémy Zurcher2-1/+16
2012-05-31Particle : add eiotas_particle_link_fields_setJérémy Zurcher2-0/+40
2012-05-31Particle: add static void update_link_valueJérémy Zurcher1-1/+40
2012-05-31eiotas_particle_add_destinations->eiotas_particle_destinations_addJérémy Zurcher2-6/+6
2012-05-31add const to some function parametersJérémy Zurcher10-17/+17
2012-05-29eiotas_particle_add_destinations: use eina_stringshare_add_length, so we ↵Jérémy Zurcher1-6/+1
don't need tmp[] and memcpy
2012-05-29tests/main.c: eiotas_init returns 0 on failreJérémy Zurcher1-2/+1
2012-05-29documentationJérémy Zurcher9-61/+186
2012-05-29documentationJérémy Zurcher9-33/+315
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