summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eo2: Adjust test suite to recent changes.devs/tasn/eo2Tom Hacohen2014-04-101-1/+1
* Eo2: Make internal function static + improved debug output.Tom Hacohen2014-04-101-3/+3
* Eo: Removed redundant code.Tom Hacohen2014-04-101-8/+0
* Eo: Renamed eo files from eo2* to eo*.Tom Hacohen2014-04-103-2/+2
* Ecore audio tests: Updated to Eo2.Tom Hacohen2014-04-102-97/+96
* More adjustments for eo2 calls.Tom Hacohen2014-04-105-51/+51
* Eo: Reintroduce the events now that eo1 is gone.Tom Hacohen2014-04-101-8/+6
* Eo: EO_BASE_CLASS->EO_CLASS.Tom Hacohen2014-04-1033-70/+70
* Eo: eo_base's data_*->key_data_*.Tom Hacohen2014-04-1014-68/+68
* Eo: Changed eo_prefix for base class to 'eo'.Tom Hacohen2014-04-101-3/+5
* Adjust eo_do calls to work with the eo2 api.Tom Hacohen2014-04-1021-79/+80
* Eo2: Updated naming Eo2->Eo.Tom Hacohen2014-04-1044-873/+869
* Eo2: Removed more Eo1 code.Tom Hacohen2014-04-103-129/+5
* Eo2: Removed a lot of Eo1 code.Tom Hacohen2014-04-107-1807/+55
* Eo2: Adjust to composite object changes.Tom Hacohen2014-04-101-5/+11
* Eolian: Generate Eo2.Tom Hacohen2014-04-101-1/+1
* eo2: call stack is now thread safeJérémy Zurcher2014-04-101-41/+89
* eo2: add tests for thread safe call stackJérémy Zurcher2014-04-104-0/+133
* eo2: update class creation tests, follow new error policyJérémy Zurcher2014-04-101-8/+8
* eo2: do not allow ill formed class creationJérémy Zurcher2014-04-101-14/+20
* eo2: if _eo2_class_funcs_set() fails eo_class_new() returns NULLJérémy Zurcher2014-04-101-12/+18
* eo2: add tests for method call error msgsJérémy Zurcher2014-04-106-0/+81
* eo2: tests: extract mgs checks into eo_error_msgs.c|hJérémy Zurcher2014-04-104-75/+93
* eo2: _eo2_call_resolve() fails if op is EO_NOOPJérémy Zurcher2014-04-101-0/+3
* eo2: add test cases for class construction errorsJérémy Zurcher2014-04-101-0/+141
* eo2: improve _eo2_class_funcs_set() errors supportJérémy Zurcher2014-04-101-12/+24
* eo2: normalize ERR msgsJérémy Zurcher2014-04-101-10/+10
* eo2: fix err msg in _dich_func_set()Jérémy Zurcher2014-04-101-6/+8
* eo2: improve _eo_op_id_name_get() to support eo1/2Jérémy Zurcher2014-04-101-4/+13
* eo2: add _eo2_op_id_desc_get()Jérémy Zurcher2014-04-101-0/+26
* eo2: improve err msg in _eo2_api_op_id_get() and _eo2_call_resolve()Jérémy Zurcher2014-04-102-13/+16
* eo2: fix uninitialized vars in testsJérémy Zurcher2014-04-1014-23/+25
* eo2: fix indentationJérémy Zurcher2014-04-101-12/+12
* eo2: do not try to unref classes in eo2_do_end()Jérémy Zurcher2014-04-101-1/+1
* eo2: remove memset() in _eo2_do_end() as all stack fields are set in _eo2_do_...Jérémy Zurcher2014-04-101-1/+0
* eo2: no need to resolve eo_id when we reuse previous stack frameJérémy Zurcher2014-04-101-12/+15
* eo2: add tests for call stack grow and shrinkJérémy Zurcher2014-04-103-0/+33
* eo2: call stack grows and shrinksJérémy Zurcher2014-04-101-14/+56
* eo2: rename Eo_Abstract_Class->Eo2_Abstract_ClassJérémy Zurcher2014-04-101-1/+1
* eo2: remove dead codeJérémy Zurcher2014-04-102-4/+0
* eo2: add TODO-eo2Jérémy Zurcher2014-04-101-0/+32
* eo2: change the order of EO2_OP_FUNC* to put EAPI first.Tom Hacohen2014-04-1027-92/+92
* eo2: optimize eo2_do_super func relove a bit.Tom Hacohen2014-04-101-23/+20
* eo2: get rid of eo2_stack_depth_get.Tom Hacohen2014-04-102-8/+0
* eo2: formatting.Tom Hacohen2014-04-101-2/+2
* eo2: prefixed internal functions with _.Tom Hacohen2014-04-102-12/+12
* eo2: fixed validity checks for eo2_do_super.Tom Hacohen2014-04-103-12/+11
* eo2: fixed eo2_do call order.Tom Hacohen2014-04-101-75/+74
* eo2: eo2_do_super should only have one func.Tom Hacohen2014-04-101-1/+1
* eo2: share code between eo2_do and eo2_do_super.Tom Hacohen2014-04-101-12/+6