platform/upstream/efl.git
2014-04-10 Jérémy Zurchereo2: add TODO-eo2
2014-04-10 Tom Hacoheneo2: change the order of EO2_OP_FUNC* to put EAPI first.
2014-04-10 Tom Hacoheneo2: optimize eo2_do_super func relove a bit.
2014-04-10 Tom Hacoheneo2: get rid of eo2_stack_depth_get.
2014-04-10 Tom Hacoheneo2: formatting.
2014-04-10 Tom Hacoheneo2: prefixed internal functions with _.
2014-04-10 Tom Hacoheneo2: fixed validity checks for eo2_do_super.
2014-04-10 Tom Hacoheneo2: fixed eo2_do call order.
2014-04-10 Tom Hacoheneo2: eo2_do_super should only have one func.
2014-04-10 Tom Hacoheneo2: share code between eo2_do and eo2_do_super.
2014-04-10 Tom Hacoheneo2: fixed formatting.
2014-04-10 Tom Hacoheneo2: prefix all the eo2_*internal* functions with an...
2014-04-10 Tom Hacoheneo2: don't create types starting with __, that's reserved.
2014-04-10 Tom Hacoheneo2: use EO2_CLASS_DESCRIPTION_NOOPS everywhere.
2014-04-10 Tom Hacoheneo2: fixed a compliation issue in test suite.
2014-04-10 Tom Hacoheneo2: fix eo2_base_class function signatures.
2014-04-10 Tom Hacoheneo2 suite: add an important FIXME.
2014-04-10 Tom Hacoheneo2: migrated the eo-suite test to eo2.
2014-04-10 Tom Hacoheneo2: fixed eo2_class_class.
2014-04-10 Tom Hacoheneo2: detach children when object is deleted.
2014-04-10 Tom Hacoheneo2: correctly handle eo2_do(NULL, ...).
2014-04-10 Jérémy Zurchereo2: do not restrict search for api in class extensions...
2014-04-10 Tom Hacoheneo2: interface test, removed obsolete Eo_Op.
2014-04-10 Tom Hacoheneo2: migrated mixin test to eo2.
2014-04-10 Tom Hacoheneo2: constructors test, removed obsolete Eo_Op.
2014-04-10 Tom Hacoheneo2: cleaned up the function overrides test.
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
next