summaryrefslogtreecommitdiff
path: root/src/bindings/cxx
Commit message (Expand)AuthorAgeFilesLines
* cxx: Fix uses of intrinsic eolian binbuf typeFelipe Magno de Almeida2020-06-091-0/+29
* Use __func__ C99 identifier instead of __FUNCTION__ compiler extensionVincent Torri2020-05-071-1/+1
* cxx: Initialize _list and _node with nullptrJoão Paulo Taylor Ienczak Zanette2020-05-071-1/+1
* eolian-mono: Make Get/Set internal for generated propertiesFelipe Magno de Almeida2020-02-181-1/+238
* cxx: Add license to CXX bindings.Felipe Magno de Almeida2019-10-2465-0/+975
* eolian-cxx: Release iteratorsLauro Moura2019-09-301-2/+8
* cxx: Fix some warnings from -WextraLauro Moura2019-09-233-7/+8
* Revert "cxx: Fix some warnings from -Wextra"Mike Blumenkrantz2019-09-163-28/+0
* cxx: Fix some warnings from -WextraLauro Moura2019-09-163-0/+28
* eolian-cxx: Generate eot filesFelipe Magno de Almeida2019-07-311-0/+18
* cxx: remove a compilation warning for g++ 7.xVitor Sousa2019-07-171-1/+1
* cxx: remove compilation warnings in C++ code, from both gcc and clangVitor Sousa2019-07-122-4/+24
* cxx: Rename Elementary.hh into Efl_Ui.hhLauro Moura2019-05-022-1/+2
* meson: unbreak cxx header installationMarcel Hollerbach2019-04-183-6/+5
* cxx: Fix eldbus meta include nameLauro Moura2019-04-151-1/+1
* meson: fix subdir in the installationMarcel Hollerbach2019-03-141-1/+1
* efl-mono: Add support for dotnet coreFelipe Magno de Almeida2019-03-011-0/+16
* efl-cxx: Fix compilation error when using a ptr to const any_valueFelipe Magno de Almeida2019-02-011-0/+4
* eo: Replace ptr(Eina.Strbuf) with plain strbuf.Lauro Moura2019-01-281-0/+8
* eina_cxx: allow for the generation of function that return Eina_Promise in .e...Cedric BAIL2019-01-161-0/+4
* meson-cxx: ecore must be build after eflMarcel Hollerbach2019-01-021-1/+1
* meson - fix pc file versions that were missing mirco versionCarsten Haitzler (Rasterman)2018-12-271-1/+1
* build: make bindings cross compileableMarcel Hollerbach2018-12-171-1/+7
* meson: here comes cxx bindingsMarcel Hollerbach2018-10-248-0/+278
* Revert "meson: add cxx bindings"Marcel Hollerbach2018-10-188-264/+0
* meson: add cxx bindingsMarcel Hollerbach2018-10-188-0/+264
* eina_cxx: Fix eina::value copy constructor.Lauro Moura2018-10-161-1/+1
* cxx: Remove libeolian_cxx dependency on eo_cxxLauro Moura2018-08-212-8/+7
* eo_cxx: Fix do_eo_add after lifecycle branch.Lauro Moura2018-05-251-1/+1
* efl_cxx: remove eolized promises from the CXX bindingsLauro Moura2018-05-015-1011/+0
* efl-cxx: Fix using efl_add_ref instead of efl_addFelipe Magno de Almeida2018-04-031-1/+1
* Revert "cxx: Fix manual code after efl_app change."Carsten Haitzler (Rasterman)2018-03-031-1/+1
* cxx: Fix manual code after efl_app change.Lauro Moura2018-02-261-1/+1
* efl loop - rename ecore_main_loop_get to efl_main_loop_getCarsten Haitzler (Rasterman)2018-01-021-1/+1
* eo: Move hacky API auto_unref to C onlyJean-Philippe Andre2017-12-051-3/+0
* cxx: Fix one conversion to Eina_ValueJean-Philippe Andre2017-12-051-0/+4
* cxx: Add global _delete() method to all objectsJean-Philippe Andre2017-12-052-0/+13
* cxx: Use per-function guards in efl objectJean-Philippe Andre2017-12-052-0/+28
* cxx: Give ref to returned objectsJean-Philippe Andre2017-12-051-2/+2
* cxx: Add define EFL_CXXPERIMENTAL for testingJean-Philippe Andre2017-12-052-1/+7
* cxx: Add support for function pointersJean-Philippe Andre2017-12-051-17/+3
* cxx: Add FIXME note in eina_value.hhJean-Philippe Andre2017-12-051-6/+66
* cxx: Add strbuf supportJean-Philippe Andre2017-12-052-0/+385
* cxx: Add alternative form to instantiate objectJean-Philippe Andre2017-12-051-1/+26
* cxx: Only give a single ref to unparented objectsJean-Philippe Andre2017-11-141-4/+6
* eo: Rename efl_ref_get to efl_ref_countAndy Williams2017-11-081-1/+1
* cxx: Fix log color in eina_log.hhJean-Philippe Andre2017-11-071-1/+1
* cxx: Add support for operator == with objectsJean-Philippe Andre2017-11-071-0/+12
* cxx: Add experimental "easy" way to use wrefJean-Philippe Andre2017-11-071-0/+12
* cxx: Mark wref::lock as constJean-Philippe Andre2017-11-071-1/+1