summaryrefslogtreecommitdiff
path: root/src/lib/eldbus
Commit message (Expand)AuthorAgeFilesLines
* Fix typos - (Part #5)Elyes HAOUAS2020-06-253-4/+4
* Get rid of trailing whitespaces (10 / 14)Elyes HAOUAS2020-06-234-4/+4
* eldbus: fix the data size issue.Hermet Park2020-06-081-11/+21
* refactor buildMarcel Hollerbach2020-05-271-4/+5
* build: lib: harmonize the use of package_c_args in all libsStefan Schmidt2020-05-261-0/+1
* Revert "Fix EAPI definition by defining EFL_BUILD for each built DLL"Carsten Haitzler (Rasterman)2020-05-181-3/+0
* Fix EAPI definition by defining EFL_BUILD for each built DLLVincent Torri2020-05-181-0/+3
* meson: do not install namespace problem legacy filesMarcel Hollerbach2020-04-141-6/+8
* doxygen: fix duplicated toc sectionsXavi Artigas2020-02-281-1/+1
* eldbus_service: Prevent memory leakJunsuChoi2020-02-141-1/+4
* eo files: Avoid container<ptr(value_type)> usage.Lauro Moura2019-11-292-3/+3
* eldbus: only free the data when the future is resolved or rejected.Cedric BAIL2019-11-181-16/+4
* eldbus: properly cleanup local variable during destruction.Cedric BAIL2019-10-072-7/+12
* eldbus: connection are destroyed on invalidate, there is no point for any obj...Cedric BAIL2019-10-074-6/+6
* eldbus: Eldbus_Proxy require to handle self desctruction as refcounting doesn...Cedric BAIL2019-10-071-1/+16
* eldbus: properly call parent finalize during creation of Eldbus.Model_Method.Cedric BAIL2019-10-071-1/+1
* eldbus_proxy: Prevent dangling pointer.JunsuChoi2019-09-061-1/+4
* eolian: drop @crefDaniel Kolesa2019-08-293-3/+3
* eldbus - fix null node last on introspection parseCarsten Haitzler (Rasterman)2019-08-111-0/+1
* eolian: ban void_ptr in stable APIsDaniel Kolesa2019-07-263-15/+135
* efl: use eina_streq for all property operation in model to avoid crash on NUL...Cedric BAIL2019-07-102-3/+3
* optimize - avoid eina_inlist_last where not neededCarsten Haitzler (Rasterman)2019-06-151-1/+3
* eldbus: don't print warnings for user-canceled callsMike Blumenkrantz2019-05-291-2/+4
* eldbus: Fix resource leakChristopher Michael2019-03-191-1/+2
* eldbus: Fix dereference after null checkChristopher Michael2019-03-151-1/+3
* build: add a option to disable eo file installationMarcel Hollerbach2019-03-141-3/+6
* eolian: enable checking of beta/stable contexts in all classesDaniel Kolesa2019-03-117-7/+7
* efl: for consistency and effiency move Efl.Model event to send stringshare li...Cedric BAIL2019-03-081-6/+17
* headers: ensure Efl.h is always included behind BETA define guardsMike Blumenkrantz2019-03-082-3/+3
* efl_model : rename all efl_model based classes.SangHyeon Jade Lee2019-01-311-1/+1
* efl: convert all classes to the new eolian syntaxMarcel Hollerbach2019-01-187-8/+8
* ecore: remove data parameters of Efl.Loop_Consumer.promise_new to reduce the ...Cedric BAIL2019-01-164-14/+8
* Revert "Revert "ecore: make efl_loop_promise_new a function of Efl.Loop_Consu...Carsten Haitzler (Rasterman)2018-12-264-3/+5
* Revert "ecore: make efl_loop_promise_new a function of Efl.Loop_Consumer."Marcel Hollerbach2018-12-264-5/+3
* ecore: make efl_loop_promise_new a function of Efl.Loop_Consumer.Cedric BAIL2018-12-204-3/+5
* cmake: remove!Marcel Hollerbach2018-12-201-70/+0
* eldbus model - remove unused vars warnCarsten Haitzler (Rasterman)2018-12-041-2/+0
* eldbus model - fix signed compare warnCarsten Haitzler (Rasterman)2018-12-041-1/+1
* meson: use eolian_gen with -SMarcel Hollerbach2018-12-031-2/+2
* eldbus: simplify code by using helper that create future directly.Cedric BAIL2018-11-305-8/+8
* eldbus: simplify code by using proper helper.Cedric BAIL2018-11-303-6/+3
* eldbus: add bracketsYeongjong Lee2018-11-291-1/+1
* eo: rename efl_future_Eina_FutureXXX_then in efl_future_then as this has been...Cedric BAIL2018-11-233-3/+3
* eldbus: switch Eldbus.Model to inherit from Efl.Model_Loop.Cedric BAIL2018-11-231-1/+1
* efl: make Efl.Model.properties_get return an Iterator<string>.Cedric BAIL2018-11-235-72/+35
* eldbus- fix warning by casting through voidCarsten Haitzler (Rasterman)2018-11-091-1/+1
* meson: add eolian custom dependencies supportDaniel Kolesa2018-10-241-2/+6
* eldbus: remove unreachable code.Hosang Kim2018-10-101-3/+0
* here comes mesonMarcel Hollerbach2018-10-021-0/+114
* eldbus: manage death of children during invalidate.Cedric Bail2018-05-242-7/+5