summaryrefslogtreecommitdiff
path: root/src/tests/eo
Commit message (Expand)AuthorAgeFilesLines
* eo: Rename EAPI macro to EO_API in Eo libraryFelipe Magno de Almeida2020-12-0930-206/+206
* Revert "eo_test_general.c: Make eo_signals tests pass on Windows"Carsten Haitzler (Rasterman)2020-11-051-20/+5
* eo_test_general.c: Make eo_signals tests pass on WindowsWander Lairson Costa2020-11-041-5/+20
* eo: set idx on exit to 1 not to 0Marcel Hollerbach2020-08-121-1/+30
* efl: make all _class_get() functions constMarcel Hollerbach2020-07-202-4/+4
* tests: eo: handle error return of eina_value_int_convert()Stefan Schmidt2020-06-101-2/+9
* Revert "Revert eo vtale rework..."Marcel Hollerbach2020-03-231-1/+0
* Revert eo vtale rework...Carsten Haitzler (Rasterman)2020-03-231-0/+1
* eo: rework vtable allocation schemeMarcel Hollerbach2020-03-211-1/+0
* eo: print debug information when a call cannot be resolvedMarcel Hollerbach2020-03-061-1/+1
* eo: add a tcase for testing forwardersMarcel Hollerbach2019-12-111-0/+35
* eo: reduce memory use to track event registration and callback call.Cedric Bail2019-10-311-2/+2
* eo: prevent unecessary callback call walk.Cedric Bail2019-10-311-2/+2
* tests: fix warnings and undef ref on Windows (using meson :-) )Vincent Torri2019-06-201-0/+3
* eo: add events to track the ownership status of an Eo objectVitor Sousa2019-05-291-0/+238
* eo: make reflection getter const function.Cedric BAIL2019-03-083-6/+6
* eo: fix reflectionMarcel Hollerbach2019-03-083-0/+248
* build: test eo fallback addMarcel Hollerbach2019-02-251-0/+14
* eo: add tests for efl_property_reflection_exist.Cedric BAIL2019-02-211-0/+4
* eo: return an Eina_Value error when a get for a property is not implemented.Cedric BAIL2019-02-211-1/+1
* eo: make reflection setter able to return an error code in case of failure.Cedric BAIL2019-02-212-1/+7
* eo: add API for querying the class typeMarcel Hollerbach2019-02-213-0/+13
* eo: remove class functions from eoMarcel Hollerbach2019-02-1333-86/+57
* eolian: drop class function overridingMarcel Hollerbach2019-02-131-15/+15
* build: also build eo-tests with debug profileMarcel Hollerbach2019-02-129-0/+108
* eo: the object size changes for the eo_debug profileMarcel Hollerbach2019-02-121-0/+5
* eo: here comes reflection APIMarcel Hollerbach2019-02-075-3/+96
* eo: change API call of efl_class_functions_setMarcel Hollerbach2019-02-0731-40/+40
* eo: implement class overriding (+unit tests)Mike Blumenkrantz2019-02-041-0/+27
* eo: fix efl_isa to work propertly with interfacesMarcel Hollerbach2019-02-011-0/+3
* eo: improve efl_isa to be able to know if a class is part of the hierarchy of...Cedric BAIL2019-01-241-0/+2
* eo: add a test to enforce the upper limit of our base object size.Cedric BAIL2019-01-091-0/+9
* eo: test that event cancel before emitting does propagate event.Cedric BAIL2019-01-021-1/+18
* cmake: remove!Marcel Hollerbach2018-12-209-137/+0
* eo suit - warn - include ptr indirection not privater to avoid warningsCarsten Haitzler (Rasterman)2018-11-091-1/+1
* eo: add log domain to the testsuiteMarcel Hollerbach2018-10-121-0/+6
* here comes mesonMarcel Hollerbach2018-10-0210-0/+217
* eo: add funktion for alive checksMarcel Hollerbach2018-09-141-1/+20
* efl_object: add call for getting invalidatingMarcel Hollerbach2018-08-201-0/+30
* tests/eo: add explicit test case for setting an object as its own parentMike Blumenkrantz2018-07-051-0/+3
* tests/eo: add explicit ref check when setting an invalid parentMike Blumenkrantz2018-06-291-1/+5
* tests: add coverage for efl_parent_set with invalidated parent objectMike Blumenkrantz2018-06-251-0/+2
* tests: add some more failure cases for efl_parent_set in eo testsMike Blumenkrantz2018-06-251-0/+16
* tests: ensure class constructor is called in eo_domain testMike Blumenkrantz2018-06-251-0/+2
* eo: get back the eo test suiteMarcel Hollerbach2018-06-251-2/+2
* eo: get rid of eo_idMarcel Hollerbach2018-06-191-11/+3
* tests: wrap critical errors to disable aborting in eo testsMike Blumenkrantz2018-06-183-0/+14
* tests: disable eo test timeouts when not forkedMike Blumenkrantz2018-06-181-2/+5
* eo: add testcase for basic eventing and lifetime checkingMarcel Hollerbach2018-06-073-1/+170
* eo: match raise of error level in tests.Cedric BAIL2018-05-241-2/+2