summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eo2: Makefile: -DEFL_EO_API_SUPPORT=1 -DEFL_BETA_API_SUPPORT=1devs/jeyzu/eo2-oldJérémy Zurcher2013-09-171-1/+1
* eo2: use EO_OBJ_POINTER_ macros not _eo_obj_pointer_getJérémy Zurcher2013-09-061-1/+2
* eo2: eo2pbench support undef HAVE_EO_IDJérémy Zurcher2013-09-011-0/+2
* eo2: eo2_call_resolve_internal support undef HAVE_EO_IDJérémy Zurcher2013-09-011-1/+1
* eo2: eo2-bench-static -> eo2-bench-pgJérémy Zurcher2013-08-141-4/+5
* eo2: eo2-bench.c: add event_testJérémy Zurcher2013-08-141-3/+54
* eo2: eo_inherit: class name 'Simple'->'Eo Inherit'Jérémy Zurcher2013-08-141-1/+1
* eo2: eo2_inherit: var objid->objJérémy Zurcher2013-08-141-4/+4
* eo2: printf test titleJérémy Zurcher2013-08-141-1/+9
* eo2: eo2_simple: add eo2_set_evt and associated event EO2_EV_X_CHANGEDJérémy Zurcher2013-08-142-1/+24
* eo2: eo_simple: add eo_set_evt and associated event EO_EV_X_CHANGEDJérémy Zurcher2013-08-142-2/+28
* eo2: eo2_simple objid var -> objJérémy Zurcher2013-08-141-3/+3
* eo2: eo_simple class name 'Simple'->'Eo Simple'Jérémy Zurcher2013-08-141-1/+1
* eo2: _eo2_api_desc_get: walks in mro not in klass->parentJérémy Zurcher2013-08-141-4/+8
* eo2: rename eo2 class 'Eo Base'->'Eo2 Base'Jérémy Zurcher2013-08-141-1/+1
* eo2: add DBG msg in eo2_class_funcs_setJérémy Zurcher2013-08-141-4/+2
* eo2: fix eo2-bench-static dependenciesJérémy Zurcher2013-08-141-1/+1
* eo2: add EO2ONLY env var to eo2-benchJérémy Zurcher2013-08-091-16/+38
* eo2: add total time in [ms] in eo2-bench reportJérémy Zurcher2013-08-091-3/+4
* eo2: add static build of eo2-benchJérémy Zurcher2013-08-091-5/+10
* eo2: remove 'const' where is should not beJérémy Zurcher2013-08-051-2/+2
* eo2: memset will be faster, still why not using NULL instead of -1 ?Cedric Bail2013-08-051-3/+1
* eo2: make text message more consitent with the test.Cedric Bail2013-08-051-5/+5
* eo2: we can rely on LD_PRELOAD for those hook, so removing them.Cedric Bail2013-08-052-30/+8
* eo2: add EO2_HOOK_DO_PREPAREJérémy Zurcher2013-08-011-9/+13
* eo2: adapt tests to new EO2_FUNC macrosJérémy Zurcher2013-08-013-4/+4
* eo2: add hook for beinning and start of all function execution and for all _do.Cedric Bail2013-08-013-30/+114
* eo2: eo2_simple uses eo2_add_customJérémy Zurcher2013-08-015-10/+12
* eo2: fix eo2 custom constructorsJérémy Zurcher2013-08-012-2/+77
* eo2: sprinkle with 'const'Jérémy Zurcher2013-07-312-9/+9
* eo2: fix eo2_simple usage of EO2_VOID_CLASS_FUNC_BODYVJérémy Zurcher2013-07-311-1/+1
* eo2: Fixed EO2_CLASS_FUNC_BODY and etc. functions.Jérémy Zurcher2013-07-312-16/+33
* eo2: Revert "Fixed EO2_CLASS_FUNC_BODY and etc. functions."Tom Hacohen2013-07-311-9/+8
* eo2: Fixed EO2_CLASS_FUNC_BODY and etc. functions.Tom Hacohen2013-07-311-8/+9
* eo2: Updated TODO.Tom Hacohen2013-07-311-0/+3
* eo2: fix eo2_simple pure virtualJérémy Zurcher2013-07-311-1/+1
* eo2: remove EO2_OP_FUNC_VIRTUALJérémy Zurcher2013-07-312-7/+0
* eo2: Fix backslash alignment.Tom Hacohen2013-07-301-12/+12
* eo2: Updated TODO.Tom Hacohen2013-07-301-0/+2
* eo2: Updated the access test to use eo2.Tom Hacohen2013-07-305-65/+22
* eo2: Updated TODO.Tom Hacohen2013-07-301-0/+4
* eo2: Revert "eo2_add accepts non-defauld constructors"Tom Hacohen2013-07-303-19/+3
* eo2: test class function supportJérémy Zurcher2013-07-304-0/+21
* eo2: implement class function supportJérémy Zurcher2013-07-302-29/+146
* eo2: use same logic as in eo_add_internalJérémy Zurcher2013-07-291-3/+3
* eo2: fix indentJérémy Zurcher2013-07-291-2/+2
* eo2: update TODOJérémy Zurcher2013-07-291-2/+0
* eo2: eo2_add accepts non-defauld constructorsJérémy Zurcher2013-07-293-3/+19
* eo2: remove unneeded class constructorsJérémy Zurcher2013-07-293-21/+3
* eo2: call _eo2_class_funcs_set from _eo_class_constructorJérémy Zurcher2013-07-293-10/+5