platform/upstream/efl.git
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.
2014-04-10 Tom Hacoheneo2: Eo2 first commit.
2014-04-10 Daniel ZaouiEolian: add support for functions scope.
2014-04-10 Daniel ZaouiEolian: generation of Eo2.
2014-04-09 Daniel Kolesaeina: a highly irritating error in eina_file documentation
2014-04-09 Wonguk Jeongecore_evas_extn: update plug image object after disconn...
2014-04-09 wonguk.jeongecore_evas_extn: initialize server handle on server...
2014-04-09 Felipe Magno... eina-cxx: Modified eina C++ log use syntax
2014-04-09 Felipe Magno... eet-cxx: Renamed a few local variables and avoided...
2014-04-09 Chris Michaelecore-evas-wl: Reduce useless compositor redraws during...
2014-04-09 Chris Michaelecore-wl: Optimize setting of window input region
2014-04-09 Chris Michaelecore-wl: Store window input region into structure
2014-04-09 Chris Michaelecore-wl: Optimize opaque region setting for surface...
2014-04-09 Yossi KantorEolian: Legacy generator generates const return value...
2014-04-09 Yossi KantorEolian: Legacy generator - no semicolon after EINA_WARN...
2014-04-08 Stefan Schmidtrg_etc: Fix local shadow problems
2014-04-08 Stefan Schmidtbuild: Give correct path for test files
2014-04-08 Stefan Schmidtbuild: Fix make distcheck for tgv saver
2014-04-08 Jean-Philippe... Evas gl: Remove unused variable
2014-04-08 Stefan Schmidtrg_etc: Really fix debug build.
2014-04-08 Jean-Philippe... ETC1 encoding: fix typo in TGV and EET savers
2014-04-08 Yossi KantorEolian: Fix legacy generation.
next