summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wip-worktree-statedevs/jeyzu/eo2_onlyJérémy Zurcher2013-09-067-93/+1217
* wip-index-stateJérémy Zurcher2013-09-060-0/+0
* Eo_Id is a uintptr_t as Eo_Class_Id isJérémy Zurcher2013-09-061-8/+12
* remove eo specific dependencies from MakefileJérémy Zurcher2013-09-061-5/+2
* remove eo specific code unused by eo2Jérémy Zurcher2013-09-064-865/+19
* remove eo specific stuff from eo2 testsJérémy Zurcher2013-09-029-1192/+19
* eo2pbench support undef HAVE_EO_IDJérémy Zurcher2013-09-011-0/+2
* eo2_call_resolve_internal support undef HAVE_EO_IDJérémy Zurcher2013-09-011-1/+1
* eo2-bench-static -> eo2-bench-pgJérémy Zurcher2013-08-141-4/+5
* eo2-bench.c: add event_testJérémy Zurcher2013-08-141-3/+54
* eo_inherit: class name 'Simple'->'Eo Inherit'Jérémy Zurcher2013-08-141-1/+1
* eo2_inherit: var objid->objJérémy Zurcher2013-08-141-4/+4
* printf test titleJérémy Zurcher2013-08-141-1/+9
* eo2_simple: add eo2_set_evt and associated event EO2_EV_X_CHANGEDJérémy Zurcher2013-08-142-1/+24
* eo_simple: add eo_set_evt and associated event EO_EV_X_CHANGEDJérémy Zurcher2013-08-142-2/+28
* eo2_simple objid var -> objJérémy Zurcher2013-08-141-3/+3
* eo_simple class name 'Simple'->'Eo Simple'Jérémy Zurcher2013-08-141-1/+1
* _eo2_api_desc_get: walks in mro not in klass->parentJérémy Zurcher2013-08-141-4/+8
* rename eo2 class 'Eo Base'->'Eo2 Base'Jérémy Zurcher2013-08-141-1/+1
* add DBG msg in eo2_class_funcs_setJérémy Zurcher2013-08-141-4/+2
* fix eo2-bench-static dependenciesJérémy Zurcher2013-08-141-1/+1
* add EO2ONLY env var to eo2-benchJérémy Zurcher2013-08-091-16/+38
* add total time in [ms] in eo2-bench reportJérémy Zurcher2013-08-091-3/+4
* add static build of eo2-benchJérémy Zurcher2013-08-091-5/+10
* remove 'const' where is should not beJérémy Zurcher2013-08-051-2/+2
* eo: 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
* eo: we can rely on LD_PRELOAD for those hook, so removing them.Cedric Bail2013-08-052-30/+8
* add EO2_HOOK_DO_PREPAREJérémy Zurcher2013-08-011-9/+13
* adapt tests to new EO2_FUNC macrosJérémy Zurcher2013-08-013-4/+4
* eo: add hook for beinning and start of all function execution and for all _do.Cedric Bail2013-08-013-30/+114
* eo2_simple uses eo2_add_customJérémy Zurcher2013-08-015-10/+12
* fix eo2 custom constructorsJérémy Zurcher2013-08-012-2/+77
* sprinkle with 'const'Jérémy Zurcher2013-07-312-9/+9
* fix eo2_simple usage of EO2_VOID_CLASS_FUNC_BODYVJérémy Zurcher2013-07-311-1/+1
* Fixed EO2_CLASS_FUNC_BODY and etc. functions.Jérémy Zurcher2013-07-312-16/+33
* Revert "Fixed EO2_CLASS_FUNC_BODY and etc. functions."Tom Hacohen2013-07-311-9/+8
* Fixed EO2_CLASS_FUNC_BODY and etc. functions.Tom Hacohen2013-07-311-8/+9
* Updated TODO.Tom Hacohen2013-07-311-0/+3
* fix eo2_simple pure virtualJérémy Zurcher2013-07-311-1/+1
* remove EO2_OP_FUNC_VIRTUALJérémy Zurcher2013-07-312-7/+0
* Fix backslash alignment.Tom Hacohen2013-07-301-12/+12
* Updated TODO.Tom Hacohen2013-07-301-0/+2
* Updated the access test to use eo2.Tom Hacohen2013-07-305-65/+22
* Updated TODO.Tom Hacohen2013-07-301-0/+4
* Revert "eo2_add accepts non-defauld constructors"Tom Hacohen2013-07-303-19/+3
* test class function supportJérémy Zurcher2013-07-304-0/+21
* implement class function supportJérémy Zurcher2013-07-302-29/+146
* use same logic as in eo_add_internalJérémy Zurcher2013-07-291-3/+3
* fix indentJérémy Zurcher2013-07-291-2/+2