platform/upstream/efl.git
2014-04-10 Tom Hacoheneo2: fix function overrides test.
2014-04-10 Jérémy Zurchereo2: _eo2_api_desc_get can look into interfaces extensi...
2014-04-10 Jérémy Zurchereo2: eo2_add_internal_end() return NULL if do_error...
2014-04-10 Jérémy Zurchereo2: support NULL op_descs
2014-04-10 Jérémy Zurchereo2: fix some op descriptions in constructors tests
2014-04-10 Jérémy Zurchereo2: add EO2_CLASS_DESCRIPTION_NOOPS() macros
2014-04-10 Jérémy Zurchereo2: fix mixim elaboration
2014-04-10 Jérémy Zurchereo2: fix tests, do not use _CLASS_FUNC_, see previous...
2014-04-10 Jérémy Zurchereo2: remove EO2_CLASS_FUNC_* macros
2014-04-10 Tom Hacoheneo2 test composite: migrated things I forgot to migrate.
2014-04-10 Tom Hacoheneo2 base class: fixed regular and class event functions...
2014-04-10 Tom Hacoheneo2: migrated signals test to eo2.
2014-04-10 Tom Hacoheneo2: migrated interface test to eo2.
2014-04-10 Tom Hacoheneo2: migrated function_overrides test to eo2.
2014-04-10 Tom Hacoheneo2: fixed EO2_VOID_CLASS_FUNC_BODY function.
2014-04-10 Tom Hacoheneo2: migrated constructors test to eo2.
2014-04-10 Tom Hacoheneo2: migrated the composite test to eo2.
2014-04-10 Tom Hacoheneo2: improved error messages on failed resolves.
2014-04-10 Tom Hacoheneo2: access tests makeup
2014-04-10 Tom Hacoheneo2: changed Eo class names to be consistent.
2014-04-10 Jérémy Zurchereo2: add EO2_CLASS_CLASS
2014-04-10 Jérémy Zurchereo2: base class op_descs must be static
2014-04-10 Jérémy Zurchereo2: support composites object
2014-04-10 Jérémy Zurchereo2: optimize eo2_call_resolve and call stack
2014-04-10 Jérémy Zurchereo2: fix eo_base_data_get(), eo_composite_attach()...
2014-04-10 Jérémy Zurchereo2: clean up and speed up call stack usage
2014-04-10 Jérémy Zurchereo2: eo2_add_internal_start use trash and fix MAGIC
2014-04-10 Jérémy Zurchereo2: eo2_do() and eo2_do_super() supports objects and...
2014-04-10 Jérémy Zurchereo2: rewrite eo2_do_start(...)
2014-04-10 Jérémy Zurchereo2: change a few variable names
2014-04-10 Jérémy Zurchereo2: add eo2_parent_set(), eo2_parent_get(), eo2_childr...
2014-04-10 Jérémy Zurchereo2: formatting
2014-04-10 Jérémy Zurchereo2: import cecd1980, calloc and realloc failure protec...
2014-04-10 Jérémy Zurchereo2: minor fixes after huge rebase
2014-04-10 Jérémy Zurchereo2: eo2_do_start use EO_OBJ_POINTER_ macros not _eo_ob...
2014-04-10 Jérémy Zurchereo2: eo2_call_resolve_internal support undef HAVE_EO_ID
2014-04-10 Jérémy Zurchereo2: _eo2_api_desc_get: walks in mro not in klass-...
2014-04-10 Jérémy Zurchereo2: rename eo2 class 'Eo Base'->'Eo2 Base'
2014-04-10 Jérémy Zurchereo2: add DBG msg in eo2_class_funcs_set
2014-04-10 Cedric Baileo2: memset will be faster, still why not using NULL...
2014-04-10 Cedric Baileo2: we can rely on LD_PRELOAD for those hook, so remov...
2014-04-10 Jérémy Zurchereo2: add EO2_HOOK_DO_PREPARE
2014-04-10 Cedric Baileo2: add hook for beinning and start of all function...
2014-04-10 Jérémy Zurchereo2: fix eo2 custom constructors
2014-04-10 Jérémy Zurchereo2: sprinkle with 'const'
2014-04-10 Jérémy Zurchereo2: fixed EO2_CLASS_FUNC_BODY and etc. functions.
2014-04-10 Tom Hacoheneo2: revert "fixed EO2_CLASS_FUNC_BODY and etc. functions."
2014-04-10 Tom Hacoheneo2: fixed EO2_CLASS_FUNC_BODY and etc. functions.
2014-04-10 Jérémy Zurchereo2: remove EO2_OP_FUNC_VIRTUAL
2014-04-10 Tom Hacoheneo2: fix backslash alignment.
2014-04-10 Tom Hacoheneo2: updated the access test to use eo2.
2014-04-10 Tom Hacoheneo2: revert "eo2_add accepts non-defauld constructors"
2014-04-10 Jérémy Zurchereo2: implement class function support
2014-04-10 Jérémy Zurchereo2: eo_del_internal use same logic as in eo_add_internal
2014-04-10 Jérémy Zurchereo2: fix indent
2014-04-10 Jérémy Zurchereo2: eo2_add accepts non-defauld constructors
2014-04-10 Jérémy Zurchereo2: call _eo2_class_funcs_set from _eo_class_constructor
2014-04-10 Tom Hacoheneo2: cleaned up EO2_CLASS_DESCRIPTION_OPS and OP_DESC_S...
2014-04-10 Tom Hacoheneo2: fixed dbg_info_get function to accept the correct...
2014-04-10 Tom Hacoheneo2: cleaned up eo2_do macros.
2014-04-10 Jérémy Zurchereo2: do not call eo2_do_end() if eo2_do_start() fail
2014-04-10 Jérémy Zurchereo2: eo2_do() uses __attribute__ cleanup
2014-04-10 Jérémy Zurchereo2: add eo2_call_stack_depth
2014-04-10 Jérémy Zurchereo2: EO2_CALL_STACK_SIZE -> EO2_CALL_STACK_DEPTH
2014-04-10 Jérémy Zurchereo2: add virtual func support
2014-04-10 Tom Hacoheneo2: compile eo2_base_class when compiling libeo.
2014-04-10 Tom Hacoheneo2: explicitly put void as the arguments in a zero...
2014-04-10 Jérémy Zurchereo2: _eo2_api_desc_get() searches the class hierarchy
2014-04-10 Jérémy Zurchereo2: oops, forgot to init desc to NULL in eo2_api_op_id...
2014-04-10 Jérémy Zurchereo2: can't detect return in a eo2_do macro, *sigh*
2014-04-10 Jérémy Zurchereo2: eo2_base_class uses eo2 stuff only, I hope
2014-04-10 Jérémy Zurchereo2: eo2_api_op_id_get search in parent klasses too
2014-04-10 Jérémy Zurchereo2: EO2_OP_FUNC_OVERRIDE copy doc from overriden func
2014-04-10 Jérémy Zurchereo2: set eo2_constructor and eo2_destructor chaining
2014-04-10 Jérémy Zurchereo2: use EO2_VERSION
2014-04-10 Jérémy Zurchereo2: add cur_klass in call Stack and eo2_do_super
2014-04-10 Jérémy Zurchereo2: improve func overriding
2014-04-10 Jérémy Zurchereo2: eo2_base_class, one step further
2014-04-10 Jérémy Zurchereo2: Eo.h swallows eo2_base_class.h
2014-04-10 Jérémy Zurchereo2: call stack Proof Of Concept
2014-04-10 Jérémy Zurchereo2: eo2_base_class on it's way
2014-04-10 Jérémy Zurchereo2: better op_descs integration
2014-04-10 Jérémy Zurchereo2: use EO2 instead of EO in macro names
2014-04-10 Jérémy Zurchereo2: add EO_FUNC_BODY_VOID and EO_FUNC_BODY_VOIDV macros
2014-04-10 Jérémy Zurchereo2: rename func parameter into _func_
2014-04-10 Jérémy Zurchereo2: add macros to feed op_descs
2014-04-10 Jérémy Zurchereo2: _Eo_Class_Description swallows op_descs
2014-04-10 Jérémy Zurchereo2: clear _obj_ ptr at the end of eo2_do
2014-04-10 Jérémy Zurchereo2: add optional macros eo2_call[v]
2014-04-10 Jérémy Zurchereo2: add comments end clean up
2014-04-10 Jérémy Zurchereo2: use internal unref, break if eo2_start returns...
2014-04-10 Jérémy Zurchereo2: eliminate the need of OPID and Eo_Op_Func_Description
2014-04-10 Cedric Baileo2: make macro pass C++ compiler.
2014-04-10 Jérémy Zurchereo2: fix obj_data retrieval and speed up
2014-04-10 Jérémy Zurchereo2: add macros for functions with no argument
2014-04-10 Tom Hacoheneo2: pass the object id and data to function call
2014-04-10 Jérémy Zurchereo2: add eo2_data_scope_get()
2014-04-10 Jérémy Zurchereo2: EO_FUNC -> EO_FUNC_BODY
2014-04-10 Jérémy Zurchereo2: macro eo_o => eo2_o for clarity
2014-04-10 Tom Hacoheneo2: fix wrong eo2_do macro as reported by Jeremy.
next