summaryrefslogtreecommitdiff
path: root/src/tests/eo
Commit message (Expand)AuthorAgeFilesLines
* cmake: add eodevs/bu5hm4n/cmake-portMarcel Hollerbach2017-01-239-0/+137
* Eo: Fix efl_isa() sometimes returning wrong results with extensionsTom Hacohen2016-12-071-0/+3
* Eo tests: Adjust according to latest commit.Tom Hacohen2016-12-071-2/+2
* eo: Fix test caseJean-Philippe Andre2016-12-051-1/+1
* eo: add new test case to check event emission while emittingMarcel Hollerbach2016-12-021-3/+55
* eo: use the event stack to define behaviourMarcel Hollerbach2016-12-021-2/+7
* eo: add testcase to check emission of eventsMarcel Hollerbach2016-12-023-0/+100
* Eo: Add a method to mark objects for reuse.Tom Hacohen2016-10-281-0/+21
* Eo: Add test for refcount in efl_add_refTom Hacohen2016-10-211-0/+27
* Eo: Fix references of objectsTom Hacohen2016-10-211-2/+2
* Eo test: Fix cleanup of objects.Tom Hacohen2016-10-211-0/+5
* Eo: Add a regression test for ref leak in function resolveTom Hacohen2016-10-191-0/+61
* Eo: Remove no longer relevant tests.Tom Hacohen2016-10-191-74/+0
* eo: Fix deadlocks with composite objectsJean-Philippe Andre2016-10-061-6/+22
* eo: Fix deadlock in efl_parent_setJean-Philippe Andre2016-10-061-0/+8
* eo: Test deadlock after finalize (shared objects)Jean-Philippe Andre2016-10-061-1/+29
* Eo: Change the way functions are registered to classesTom Hacohen2016-09-0930-41/+45
* Eo: don't allow object override to introduce previously undefined functions.Tom Hacohen2016-09-091-1/+1
* eo test suite - finish off the tests so we're testing all the featuresCarsten Haitzler (Rasterman)2016-09-092-10/+74
* Eo: Make function overrides implicit.Tom Hacohen2016-09-0821-74/+40
* eo domain tests - make a start on them with some basic onesCarsten Haitzler (Rasterman)2016-09-083-0/+175
* Rename efl_self to efl_addedTom Hacohen2016-09-053-7/+7
* Adjust the EFL to the Eo class_initilizer changes.Tom Hacohen2016-09-0533-269/+478
* Efl object: rename EFL_OBJECT_OVERRIDE_OPS_DEFINE.Tom Hacohen2016-09-053-9/+21
* Efl object: Simplify test that was unneededly prone to breakingTom Hacohen2016-09-051-5/+0
* eo: store registered callbacks in an array instead of a single chained list.Cedric BAIL2016-09-021-0/+1
* Efl object: Rename Eo_Event -> Efl_Event.Tom Hacohen2016-08-304-13/+13
* Efl Object: remove legacy callback calls from event_callback_callVitor Sousa2016-08-266-9/+9
* Efl object: Don't pass events to eo class creation.Tom Hacohen2016-08-2333-73/+1
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-1544-935/+935
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-1168-523/+523
* eo: Fix override test case to match new policyJean-Philippe Andre2016-07-211-1/+12
* eo: Change eo_override to avoid struct passing and GCC constructJean-Philippe Andre2016-07-191-17/+12
* eo: fix tests after renaming.Cedric BAIL2016-07-131-36/+36
* Eo refcount: Split the refcount to private and public (user).Tom Hacohen2016-07-121-2/+2
* eo base - add weak object refs as per jpeg needsCarsten Haitzler (Rasterman)2016-07-071-0/+86
* Eo event: Add a test for stopping callbacks within another callback.Tom Hacohen2016-06-201-0/+19
* Adjust the code according to the eo event stop changes.Tom Hacohen2016-06-204-28/+19
* eo: remove now longer needed EO_BASE_BETA define from code baseStefan Schmidt2016-06-203-6/+0
* tests: Use EO_CALLBACKS_ARRAY_DEFINE in all testsJean-Philippe Andre2016-06-161-18/+19
* Eo: remove strict class checking for composite objects.Tom Hacohen2016-06-051-2/+0
* Revert "Eo: Remove eo_del() and make eo_unref() the replacement."Tom Hacohen2016-06-013-15/+16
* Eo: Fix compilation for people using GCC.Tom Hacohen2016-05-201-3/+3
* Eo tests: Fix compilation warnings with eoid disabled.Tom Hacohen2016-05-201-0/+2
* Eo: Implement eo_override() to enable overriding functions of objects.Tom Hacohen2016-05-201-0/+63
* Eo: Improve error message when overriding functions.Tom Hacohen2016-05-201-1/+1
* Eo: Reorganise the vtable in classes and add pointer from objects.Tom Hacohen2016-05-201-1/+1
* Eo: Remove useless test.Tom Hacohen2016-05-201-15/+0
* ignores: eo_suite_add_fallbackJean Guyomarc'h2016-05-181-0/+1
* eo: for consistency use object like all our API.Cedric Bail2016-05-182-7/+7