index
:
edoors
master
C/EFL rewrite of evenja - https://github.com/evenja
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2012-06-18
edoors_particle_split_dst: use memcmp instead of strcmp
HEAD
master
Jérémy Zurcher
1
-3
/
+3
2012-06-10
edoors_particle_split_dst: use strcmp instead of strncmp
Jérémy Zurcher
1
-3
/
+3
2012-06-10
edoors_particle_split_dst: fix action replace optimisation
Jérémy Zurcher
1
-3
/
+3
2012-06-10
rename Eiotas->Edoors
Jérémy Zurcher
34
-798
/
+798
2012-06-02
replace 1 with sizeof(char) when relevant
Jérémy Zurcher
2
-10
/
+10
2012-06-02
Particle: increase add_destination efficiency
Jérémy Zurcher
1
-40
/
+40
2012-06-02
add eiotas_particle_destination_set and tests
Jérémy Zurcher
3
-0
/
+31
2012-06-02
eiotas_particle_split_dst: to keep actual stringshare, check length && strncmp
Jérémy Zurcher
2
-6
/
+6
2012-06-02
use STRINGSHARE_FREE
Jérémy Zurcher
2
-28
/
+20
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 ↵
Jérémy Zurcher
1
-5
/
+12
when no string
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 ↵
Jérémy Zurcher
1
-6
/
+1
don't need tmp[] and memcpy
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
[next]