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 (
Expand
)
Author
Files
Lines
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
2012-05-22
PRINTPTR macro replace pointer cast to unsigned int
Jérémy Zurcher
9
-10
/
+24
2012-05-22
tests/main.c add pointer to unsigned int cast
Jérémy Zurcher
1
-1
/
+1
2012-05-22
eiotas_iota_free: add default clause to switch
Jérémy Zurcher
1
-0
/
+3
2012-05-22
eiotas_private.h: add missing cast in INIT_IOTA
Jérémy Zurcher
1
-3
/
+3
2012-05-22
eiotas_private.h: declare eiotas_iota_desinit and eiotas_iota_init
Jérémy Zurcher
1
-0
/
+5
2012-05-22
missing pointer cast to unsigned int
Jérémy Zurcher
1
-1
/
+1
2012-05-22
eiotas_spin_release_particle return value type is void
Jérémy Zurcher
2
-2
/
+2
2012-05-22
eiotas_main: include eina_main.h
Jérémy Zurcher
1
-0
/
+2
2012-05-22
DBG usage: cast pointers to unsigned int
Jérémy Zurcher
6
-6
/
+7
2012-05-22
headers: declare eiotas_xx_free functions
Jérémy Zurcher
5
-0
/
+10
2012-05-22
headers: fix eiotas_config.h usage
Jérémy Zurcher
9
-33
/
+3
2012-05-22
test/main.c: enable particle require, release tests
Jérémy Zurcher
1
-9
/
+15
2012-05-22
eiotas_spin.h: add macros eiotas_spin_require_particle and eiotas_spin_releas...
Jérémy Zurcher
1
-0
/
+5
2012-05-22
implement eiotas_spin_require_particle and eiotas_spin_release_particle
Jérémy Zurcher
1
-0
/
+18
2012-05-22
eiotas_particle.h: add eiotas_particle_alloc prototype
Jérémy Zurcher
1
-0
/
+2
2012-05-22
provide minimal implementation of eiotas_particle_alloc and eiotas_particle_free
Jérémy Zurcher
1
-1
/
+9
2012-05-22
enable input door tests
Jérémy Zurcher
1
-8
/
+8
2012-05-22
implement eiotas_door_add and eiotas_door_free
Jérémy Zurcher
1
-3
/
+18
2012-05-22
eiotas_private.h: fix typo userbits->user_bits
Jérémy Zurcher
1
-8
/
+8
2012-05-22
eiotas_private.h: add CHECK_USERBITS macro
Jérémy Zurcher
1
-0
/
+16
2012-05-22
eiotas_room_add: uses INIT_IOTA and ADD_TO_PARENT macros
Jérémy Zurcher
1
-10
/
+3
2012-05-22
eiotas_spin_add: uses INIT_IOTA and relies on eiotas_iota_init to check name ...
Jérémy Zurcher
1
-8
/
+1
2012-05-22
eiotas_iota_init: check for not NULL or empty name parameter
Jérémy Zurcher
1
-1
/
+6
2012-05-22
eiotas_private.h: add macros INIT_IOTA and ADD_TO_PARENT
Jérémy Zurcher
1
-0
/
+13
2012-05-21
enable eiotas_spin_add, eiotas_room_add and eiotas_spin_free tests
Jérémy Zurcher
1
-14
/
+14
2012-05-21
cosmetic
Jérémy Zurcher
3
-4
/
+4
2012-05-21
implement eiotas_spin_add and eiotas_spin_free
Jérémy Zurcher
1
-7
/
+36
2012-05-21
implement eiotas_room_add and eiotas_room_free
Jérémy Zurcher
1
-5
/
+26
2012-05-21
implement eiotas_iota_init, eiotas_iota_desinit and eiotas_iota_free
Jérémy Zurcher
1
-7
/
+47
2012-05-21
add eiotas_particle.c and eiotas_link.c
Jérémy Zurcher
4
-1
/
+65
2012-05-21
eiotas_private.h: fix CHECK_PARENT and BUILD_INSTANCE macros
Jérémy Zurcher
1
-9
/
+9
2012-05-21
add missing eiotas_iota_free prototype
Jérémy Zurcher
1
-0
/
+2
2012-05-21
add tests/main.c
Jérémy Zurcher
1
-0
/
+86
[next]