summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* eo2: cleaned up the function overrides test.Tom Hacohen2014-01-035-75/+65
* eo2: fix function overrides test.Tom Hacohen2014-01-033-8/+6
* eo2: _eo2_api_desc_get can look into interfaces extensions tooJérémy Zurcher2014-01-031-1/+2
* eo2: eo2_add_internal_end() return NULL if do_error is setJérémy Zurcher2014-01-031-1/+1
* eo2: support NULL op_descsJérémy Zurcher2014-01-031-1/+2
* eo2: fix some op descriptions in constructors testsJérémy Zurcher2014-01-032-1/+2
* eo2: add EO2_CLASS_DESCRIPTION_NOOPS() macrosJérémy Zurcher2014-01-031-1/+2
* eo2: fix mixim elaborationJérémy Zurcher2014-01-031-21/+21
* eo2: fix tests, do not use _CLASS_FUNC_, see previous commitJérémy Zurcher2014-01-031-6/+6
* eo2: remove EO2_CLASS_FUNC_* macrosJérémy Zurcher2014-01-033-86/+29
* eo2 test composite: migrated things I forgot to migrate.Tom Hacohen2014-01-031-1/+1
* eo2 base class: fixed regular and class event functions confusion.Tom Hacohen2014-01-031-9/+9
* eo2: migrated signals test to eo2.Tom Hacohen2014-01-033-99/+73
* eo2: migrated interface test to eo2.Tom Hacohen2014-01-037-137/+52
* eo2: migrated function_overrides test to eo2.Tom Hacohen2014-01-037-132/+124
* eo2: fixed EO2_VOID_CLASS_FUNC_BODY function.Tom Hacohen2014-01-031-3/+1
* eo2: migrated constructors test to eo2.Tom Hacohen2014-01-0311-184/+107
* eo2: migrated the composite test to eo2.Tom Hacohen2014-01-034-75/+43
* eo2: improved error messages on failed resolves.Tom Hacohen2014-01-032-6/+6
* eo2: access tests makeupTom Hacohen2014-01-033-8/+8
* eo2: changed Eo class names to be consistent.Tom Hacohen2014-01-032-2/+2
* eo2: add EO2_CLASS_CLASSJérémy Zurcher2014-01-034-1/+27
* eo2: base class op_descs must be staticJérémy Zurcher2014-01-031-1/+1
* eo2: support composites objectJérémy Zurcher2014-01-031-9/+46
* eo2: optimize eo2_call_resolve and call stackJérémy Zurcher2014-01-032-38/+31
* eo2: fix eo_base_data_get(), eo_composite_attach(), eo_composite_detach()Jérémy Zurcher2014-01-033-4/+10
* eo2: clean up and speed up call stack usageJérémy Zurcher2014-01-031-49/+59
* eo2: eo2_add_internal_start use trash and fix MAGICJérémy Zurcher2014-01-031-6/+25
* eo2: eo2_do() and eo2_do_super() supports objects and classesJérémy Zurcher2014-01-032-116/+85
* eo2: rewrite eo2_do_start(...)Jérémy Zurcher2014-01-032-45/+55
* eo2: change a few variable namesJérémy Zurcher2014-01-032-67/+67
* eo2: add eo2_parent_set(), eo2_parent_get(), eo2_children_iterator_new()Jérémy Zurcher2014-01-033-2/+178
* eo2: formattingJérémy Zurcher2014-01-031-10/+10
* eo2: import cecd1980, calloc and realloc failure protectionsJérémy Zurcher2014-01-031-2/+13
* eo2: minor fixes after huge rebaseJérémy Zurcher2014-01-033-26/+29
* eo2: eo2_do_start use EO_OBJ_POINTER_ macros not _eo_obj_pointer_getJérémy Zurcher2014-01-031-1/+2
* eo2: eo2_call_resolve_internal support undef HAVE_EO_IDJérémy Zurcher2014-01-031-1/+1
* eo2: _eo2_api_desc_get: walks in mro not in klass->parentJérémy Zurcher2014-01-031-4/+8
* eo2: rename eo2 class 'Eo Base'->'Eo2 Base'Jérémy Zurcher2014-01-031-1/+1
* eo2: add DBG msg in eo2_class_funcs_setJérémy Zurcher2014-01-031-4/+2
* eo2: memset will be faster, still why not using NULL instead of -1 ?Cedric Bail2014-01-031-3/+1
* eo2: we can rely on LD_PRELOAD for those hook, so removing them.Cedric Bail2014-01-032-30/+8
* eo2: add EO2_HOOK_DO_PREPAREJérémy Zurcher2014-01-031-9/+13
* eo2: add hook for beinning and start of all function execution and for all _do.Cedric Bail2014-01-033-30/+114
* eo2: fix eo2 custom constructorsJérémy Zurcher2014-01-032-2/+77
* eo2: sprinkle with 'const'Jérémy Zurcher2014-01-032-7/+7
* eo2: fixed EO2_CLASS_FUNC_BODY and etc. functions.Jérémy Zurcher2014-01-032-16/+33
* eo2: revert "fixed EO2_CLASS_FUNC_BODY and etc. functions."Tom Hacohen2014-01-031-9/+8
* eo2: fixed EO2_CLASS_FUNC_BODY and etc. functions.Tom Hacohen2014-01-031-8/+9
* eo2: remove EO2_OP_FUNC_VIRTUALJérémy Zurcher2014-01-032-7/+0