summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eo2: call stack is now thread safedevs/jeyzu/eo2Jérémy Zurcher2014-01-221-41/+89
* eo2: add eina_tls_cb_new()Jérémy Zurcher2014-01-223-11/+43
* eo2: add tests for thread safe call stackJérémy Zurcher2014-01-214-0/+133
* eo2: update class creation tests, follow new error policyJérémy Zurcher2014-01-091-8/+8
* eo2: do not allow ill formed class creationJérémy Zurcher2014-01-091-14/+20
* eo2: if _eo2_class_funcs_set() fails eo_class_new() returns NULLJérémy Zurcher2014-01-091-12/+18
* eo2: add tests for method call error msgsJérémy Zurcher2014-01-086-0/+81
* eo2: tests: extract mgs checks into eo_error_msgs.c|hJérémy Zurcher2014-01-084-75/+93
* eo2: _eo2_call_resolve() fails if op is EO_NOOPJérémy Zurcher2014-01-081-0/+3
* eo2: add test cases for class construction errorsJérémy Zurcher2014-01-081-0/+141
* eo2: improve _eo2_class_funcs_set() errors supportJérémy Zurcher2014-01-081-12/+24
* eo2: normalize ERR msgsJérémy Zurcher2014-01-081-10/+10
* eo2: fix err msg in _dich_func_set()Jérémy Zurcher2014-01-031-6/+8
* eo2: improve _eo_op_id_name_get() to support eo1/2Jérémy Zurcher2014-01-031-4/+13
* eo2: add _eo2_op_id_desc_get()Jérémy Zurcher2014-01-031-0/+26
* eo2: improve err msg in _eo2_api_op_id_get() and _eo2_call_resolve()Jérémy Zurcher2014-01-032-13/+16
* eo2: fix uninitialized vars in testsJérémy Zurcher2014-01-0314-23/+25
* eo2: fix indentationJérémy Zurcher2014-01-031-12/+12
* eo2: do not try to unref classes in eo2_do_end()Jérémy Zurcher2014-01-031-1/+1
* eo2: remove memset() in _eo2_do_end() as all stack fields are set in _eo2_do_...Jérémy Zurcher2014-01-031-1/+0
* eo2: no need to resolve eo_id when we reuse previous stack frameJérémy Zurcher2014-01-031-12/+15
* eo2: add tests for call stack grow and shrinkJérémy Zurcher2014-01-033-0/+33
* eo2: call stack grows and shrinksJérémy Zurcher2014-01-031-14/+56
* eo2: rename Eo_Abstract_Class->Eo2_Abstract_ClassJérémy Zurcher2014-01-031-1/+1
* eo2: remove dead codeJérémy Zurcher2014-01-032-4/+0
* eo2: add TODO-eo2Jérémy Zurcher2014-01-031-0/+32
* eo2: change the order of EO2_OP_FUNC* to put EAPI first.Tom Hacohen2014-01-0327-92/+92
* eo2: optimize eo2_do_super func relove a bit.Tom Hacohen2014-01-031-23/+20
* eo2: get rid of eo2_stack_depth_get.Tom Hacohen2014-01-032-8/+0
* eo2: formatting.Tom Hacohen2014-01-031-2/+2
* eo2: prefixed internal functions with _.Tom Hacohen2014-01-032-12/+12
* eo2: fixed validity checks for eo2_do_super.Tom Hacohen2014-01-033-12/+11
* eo2: fixed eo2_do call order.Tom Hacohen2014-01-031-75/+74
* eo2: eo2_do_super should only have one func.Tom Hacohen2014-01-031-1/+1
* eo2: share code between eo2_do and eo2_do_super.Tom Hacohen2014-01-031-12/+6
* eo2: fixed formatting.Tom Hacohen2014-01-031-1/+1
* eo2: prefix all the eo2_*internal* functions with an underscore.Tom Hacohen2014-01-032-9/+9
* eo2: don't create types starting with __, that's reserved.Tom Hacohen2014-01-031-5/+5
* eo2: use EO2_CLASS_DESCRIPTION_NOOPS everywhere.Tom Hacohen2014-01-035-20/+16
* eo2: fixed a compliation issue in test suite.Tom Hacohen2014-01-031-1/+1
* eo2: fix eo2_base_class function signatures.Tom Hacohen2014-01-031-11/+11
* eo2 suite: add an important FIXME.Tom Hacohen2014-01-031-1/+1
* eo2: migrated the eo-suite test to eo2.Tom Hacohen2014-01-035-504/+227
* eo2: fixed eo2_class_class.Tom Hacohen2014-01-031-1/+3
* eo2: detach children when object is deleted.Tom Hacohen2014-01-031-0/+6
* eo2: correctly handle eo2_do(NULL, ...).Tom Hacohen2014-01-031-1/+1
* eo2: do not restrict search for api in class extensions to some class typesJérémy Zurcher2014-01-031-7/+2
* eo2: interface test, removed obsolete Eo_Op.Tom Hacohen2014-01-031-2/+0
* eo2: migrated mixin test to eo2.Tom Hacohen2014-01-039-195/+104
* eo2: constructors test, removed obsolete Eo_Op.Tom Hacohen2014-01-031-2/+0