summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: add timeout to fixture for ecore testsdevs/discomfitor/testMike Blumenkrantz2018-05-243-1/+32
* tests: remove eldbus special casing from checks to enable parallel test runsMike Blumenkrantz2018-05-231-1/+1
* tests: make statically-defined eldbus bus names uniqueMike Blumenkrantz2018-05-232-4/+4
* tests: use eldbus in dbus test naming instead of enlightenmentMike Blumenkrantz2018-05-231-3/+3
* tests: use unique dbus bus names for each eldbus test case fixtureMike Blumenkrantz2018-05-235-9/+15
* tests: print dbus errors on fail in eldbus_test_eldbus_messageMike Blumenkrantz2018-05-231-1/+5
* tests: print error messages when eldbus tests fail to acquire requested nameMike Blumenkrantz2018-05-231-2/+3
* tests: reduce duration of all timers in eldbus testsMike Blumenkrantz2018-05-236-22/+22
* tests: always use session bus for eldbus testsMike Blumenkrantz2018-05-237-34/+24
* tests: fix eldbus_test_eldbus_name_owner_changed testMike Blumenkrantz2018-05-231-1/+3
* tests: remove eldbus_test_eldbus_main_loopMike Blumenkrantz2018-05-231-12/+0
* eo: match raise of error level in tests.Cedric BAIL2018-05-221-2/+2
* eo: we are actually testing internal function too here.Cedric BAIL2018-05-221-0/+2
* eo: add infrastructure to test critical Eina Error.Cedric BAIL2018-05-221-0/+6
* eo: improve tests suite debugging by always displaying the error message befo...Cedric BAIL2018-05-221-14/+14
* eo: move wref set to NULL to append after last event.Cedric BAIL2018-05-221-2/+2
* evas: improve test to actually test something meaningful.Cedric Bail2018-05-221-0/+1
* elementary: fix configuration destruction by actually calling the proper way ...Cedric BAIL2018-05-221-1/+1
* evas: actually we expect gradient to live as long as the part that is using t...Cedric Bail2018-05-221-11/+11
* ecore_con: allow for NULL to do nothing.Cedric Bail2018-05-221-16/+18
* elementary: the config subsystem expect a stringshare.Cedric Bail2018-05-221-2/+2
* evas: multiple call to evas_object_del are allowed even after the first one s...Cedric Bail2018-05-221-0/+1
* eo: allow efl_part during object invalidate.Cedric Bail2018-05-221-7/+2
* eo: remove parent_sink as this hack should not be necessary anymore.Cedric BAIL2018-05-223-11/+0
* eo: try to make efl_add and efl_add_ref refcounting sane in all case.Cedric BAIL2018-05-222-19/+14
* ecore_file: on shutdown properly set to NULL to avoid confusion when cycling ...Cedric BAIL2018-05-221-0/+1
* ecore: allow for NULL file handler request.Cedric BAIL2018-05-221-0/+2
* elementary: destroy timer as they could tick during shutdown.Cedric BAIL2018-05-221-2/+6
* elementary: properly destroy block events object during destruction.Cedric BAIL2018-05-221-1/+2
* evas: do not crash if constructor fail and invalidate is run on a partial obj...Cedric BAIL2018-05-221-3/+3
* eo: improve error reporting to display object pointer (without accessing it).Cedric BAIL2018-05-221-1/+1
* elementary: cleanup genlist destructor to order content destruction correctly.Cedric BAIL2018-05-221-10/+12
* evas: make evas_object_free work in case of lost reference to Eo object.Cedric BAIL2018-05-224-20/+18
* evas: detect incoherency in object content and report problem.Cedric BAIL2018-05-221-1/+5
* evas: handle Evas_Object constructor failure case better.Cedric BAIL2018-05-221-6/+10
* edje: simplify part handling as we are now guaranteed that a part as no paren...Cedric BAIL2018-05-221-6/+4
* eo: make sure that reporting object refcount during efl_noref, doesn't lead t...Cedric BAIL2018-05-222-8/+20
* eo: add warning in case of a terrible situation happen.Cedric BAIL2018-05-221-0/+6
* eo: efl_invalidate should also be triggered for object with no parent before ...Cedric BAIL2018-05-221-0/+5
* ecore: properly cleanup variable on shutdown, so that cycling another init do...Cedric BAIL2018-05-221-1/+2
* evas: improve evas child destruction order.Cedric Bail2018-05-221-6/+64
* evas: do not override lifecycle by overriding efl_parent_set.Cedric Bail2018-05-222-18/+0
* evas: reindent code properly.Cedric Bail2018-05-221-21/+24
* eo: actually enforcing the efl_parent_set code path is necessary to enforce t...Cedric Bail2018-05-222-10/+27
* eo: as efl_del is not an Eo API call anymore, manually protect call with refc...Cedric Bail2018-05-221-0/+4
* eo: update refcount before sending efl_noref event to avoid double update dur...Cedric Bail2018-05-221-3/+4
* ecore: because fd_handler do not have the main loop as parent, the main loop ...Cedric Bail2018-05-221-10/+21
* evas: move the del event to match invalidate and free event to the end of the...Cedric Bail2018-05-225-136/+182
* elementary: when there is no file listed yet, no need to request them.Cedric BAIL2018-05-221-8/+15
* eina: make it possible to return an EINA_VALUE_EMPTY by just requesting a new...Cedric BAIL2018-05-221-0/+7