platform/upstream/efl.git
2014-04-10 Tom HacohenEo2: Removed a lot of Eo1 code.
2014-04-10 Tom HacohenEo2: Adjust to composite object changes.
2014-04-10 Tom HacohenEolian: Generate Eo2.
2014-04-10 Jérémy Zurchereo2: call stack is now thread safe
2014-04-10 Jérémy Zurchereo2: add tests for thread safe call stack
2014-04-10 Jérémy Zurchereo2: update class creation tests, follow new error...
2014-04-10 Jérémy Zurchereo2: do not allow ill formed class creation
2014-04-10 Jérémy Zurchereo2: if _eo2_class_funcs_set() fails eo_class_new(...
2014-04-10 Jérémy Zurchereo2: add tests for method call error msgs
2014-04-10 Jérémy Zurchereo2: tests: extract mgs checks into eo_error_msgs.c|h
2014-04-10 Jérémy Zurchereo2: _eo2_call_resolve() fails if op is EO_NOOP
2014-04-10 Jérémy Zurchereo2: add test cases for class construction errors
2014-04-10 Jérémy Zurchereo2: improve _eo2_class_funcs_set() errors support
2014-04-10 Jérémy Zurchereo2: normalize ERR msgs
2014-04-10 Jérémy Zurchereo2: fix err msg in _dich_func_set()
2014-04-10 Jérémy Zurchereo2: improve _eo_op_id_name_get() to support eo1/2
2014-04-10 Jérémy Zurchereo2: add _eo2_op_id_desc_get()
2014-04-10 Jérémy Zurchereo2: improve err msg in _eo2_api_op_id_get() and _eo2_c...
2014-04-10 Jérémy Zurchereo2: fix uninitialized vars in tests
2014-04-10 Jérémy Zurchereo2: fix indentation
2014-04-10 Jérémy Zurchereo2: do not try to unref classes in eo2_do_end()
2014-04-10 Jérémy Zurchereo2: remove memset() in _eo2_do_end() as all stack...
2014-04-10 Jérémy Zurchereo2: no need to resolve eo_id when we reuse previous...
2014-04-10 Jérémy Zurchereo2: add tests for call stack grow and shrink
2014-04-10 Jérémy Zurchereo2: call stack grows and shrinks
2014-04-10 Jérémy Zurchereo2: rename Eo_Abstract_Class->Eo2_Abstract_Class
2014-04-10 Jérémy Zurchereo2: remove dead code
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."
next