Age | Commit message (Expand) | Author | Files | Lines |
2012-06-02 | eiotas_private: add macro STRINGSHARE_FREE(_st) | Jérémy Zurcher | 1 | -0/+6 |
2012-06-02 | test/particles: simple fix | Jérémy Zurcher | 1 | -1/+2 |
2012-06-01 | test/particle: check eiotas_particle_split_dst | Jérémy Zurcher | 1 | -0/+33 |
2012-06-01 | Particle: add eiotas_particle_split_dst | Jérémy Zurcher | 2 | -0/+85 |
2012-06-01 | Particle, add Eina_Stringshare struct fields : cur_action, cur_door, cur_room | Jérémy Zurcher | 2 | -0/+15 |
2012-06-01 | cleanup eiotas_particle_has_dst, add eiotas_particle_next_dst | Jérémy Zurcher | 2 | -2/+16 |
2012-06-01 | add_destination: increase wrong path detection | Jérémy Zurcher | 2 | -1/+17 |
2012-06-01 | add missing EIOTAS_ACTION_SEP definition | Jérémy Zurcher | 1 | -0/+1 |
2012-06-01 | Particle : add static add_destination and tests | Jérémy Zurcher | 2 | -11/+28 |
2012-06-01 | Particle : optimize update_link_value | Jérémy Zurcher | 1 | -2/+13 |
2012-06-01 | add eiotas_particle_has_dst with tests | Jérémy Zurcher | 3 | -1/+21 |
2012-05-31 | tests: remove ugly error msgs | Jérémy Zurcher | 1 | -13/+13 |
2012-05-31 | add eiotas_particle_match tests | Jérémy Zurcher | 1 | -1/+10 |
2012-05-31 | add eiotas_particle_match | Jérémy Zurcher | 2 | -0/+15 |
2012-05-31 | eiotas_particle.h: fix documentation | Jérémy Zurcher | 1 | -5/+5 |
2012-05-31 | complete link_value tests | Jérémy Zurcher | 1 | -7/+10 |
2012-05-31 | update_link_value: add buffer overflow detection, set link_value to NULL when... | Jérémy Zurcher | 1 | -5/+12 |
2012-05-31 | split and complete tests | Jérémy Zurcher | 7 | -109/+250 |
2012-05-31 | eiotas_private.h: add missing EIOTAS_MAX_VALUE_LENGTH definition | Jérémy Zurcher | 1 | -0/+2 |
2012-05-31 | Particle : add eiotas_particle_data_del | Jérémy Zurcher | 2 | -0/+22 |
2012-05-31 | Particle : add eiotas_particle_data_set | Jérémy Zurcher | 2 | -0/+24 |
2012-05-31 | Particle : add eiotas_particle_data_get | Jérémy Zurcher | 2 | -1/+16 |
2012-05-31 | Particle : add eiotas_particle_link_fields_set | Jérémy Zurcher | 2 | -0/+40 |
2012-05-31 | Particle: add static void update_link_value | Jérémy Zurcher | 1 | -1/+40 |
2012-05-31 | eiotas_particle_add_destinations->eiotas_particle_destinations_add | Jérémy Zurcher | 2 | -6/+6 |
2012-05-31 | add const to some function parameters | Jérémy Zurcher | 10 | -17/+17 |
2012-05-29 | eiotas_particle_add_destinations: use eina_stringshare_add_length, so we don'... | Jérémy Zurcher | 1 | -6/+1 |
2012-05-29 | tests/main.c: eiotas_init returns 0 on failre | Jérémy Zurcher | 1 | -2/+1 |
2012-05-29 | documentation | Jérémy Zurcher | 9 | -61/+186 |
2012-05-29 | documentation | Jérémy Zurcher | 9 | -33/+315 |
2012-05-29 | eiotas_main: add static init/shutdown counter | Jérémy Zurcher | 1 | -2/+13 |
2012-05-29 | enable doxygen usage | Jérémy Zurcher | 20 | -0/+2671 |
2012-05-29 | update FindEina.cmake from eobj | Jérémy Zurcher | 1 | -0/+2 |
2012-05-29 | add cmake/Modules/UseDoxygen.cmake | Jérémy Zurcher | 1 | -0/+144 |
2012-05-29 | tests/main.c: add eiotas_particle_add_destinations tests | Jérémy Zurcher | 1 | -0/+8 |
2012-05-29 | fix buffer overflow detection | Jérémy Zurcher | 2 | -3/+3 |
2012-05-29 | Particle: dsts ands link_fields are Eina_Stringshare* | Jérémy Zurcher | 1 | -6/+6 |
2012-05-29 | Particle: implement eiotas_particle_add_destinations | Jérémy Zurcher | 2 | -0/+32 |
2012-05-29 | eiotas_private: add EIOTAS_FIELDS_SEP | Jérémy Zurcher | 1 | -0/+1 |
2012-05-25 | tests/main: check eiotas_release_particle with merged particles | Jérémy Zurcher | 1 | -4/+18 |
2012-05-25 | Spin: eiotas_spin_release_particle, release merged, call eiotas_particle_reset | Jérémy Zurcher | 1 | -1/+9 |
2012-05-25 | Particle: define and implement eiotas_particle _reset, _init, _merge | Jérémy Zurcher | 2 | -0/+39 |
2012-05-25 | Particle: implement eiotas_particle_alloc and eiotas_particle_free | Jérémy Zurcher | 1 | -1/+24 |
2012-05-25 | Particle: feed the struct | Jérémy Zurcher | 1 | -1/+13 |
2012-05-25 | add prefix to #define identifiers | Jérémy Zurcher | 2 | -5/+7 |
2012-05-23 | Eiotas_Particle uses Eina_Inlist | Jérémy Zurcher | 3 | -12/+10 |
2012-05-23 | Eiotas_Spin: sys_fifo and app_fifo, Eina_Array->Eina_List | Jérémy Zurcher | 2 | -10/+13 |
2012-05-23 | cleanup structs | Jérémy Zurcher | 6 | -30/+36 |
2012-05-22 | enable eiotas_spin_send_particle tests | Jérémy Zurcher | 1 | -2/+2 |
2012-05-22 | implement eiotas_spin_send_particle | Jérémy Zurcher | 1 | -0/+9 |