summaryrefslogtreecommitdiff
path: root/src/bindings
Commit message (Expand)AuthorAgeFilesLines
...
* build: make bindings cross compileableMarcel Hollerbach2018-12-172-2/+13
* efl-mono: Fix call of virtual methods after new APILauro Moura2018-12-141-0/+8
* csharp: Change to new class API.Lauro Moura2018-11-2928-593/+333
* eolian: implement new inherit behaviorDaniel Kolesa2018-11-231-3/+10
* eo: Avoid namespace clashes.Lauro Moura2018-11-131-1/+1
* eolian: expose API to retrieve the class of an eventDaniel Kolesa2018-11-041-0/+7
* eolian: add eolian_implement_implementing_class_getDaniel Kolesa2018-11-041-0/+7
* meson: do not add cs as required compilerMarcel Hollerbach2018-10-251-0/+2
* meson: time for the c-sharp buildMarcel Hollerbach2018-10-248-0/+212
* 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
* elua: add missing eolian bindings method needed for object castingDaniel Kolesa2018-10-101-0/+4
* csharp: Fix missing override keywordLauro Moura2018-10-041-1/+1
* here comes mesonMarcel Hollerbach2018-10-021-0/+7
* efl-csharp: Fix event struct marshalling.Lauro Moura2018-09-261-1/+1
* efl-csharp: Add copy constructor for eina.Value.Lauro Moura2018-09-111-0/+12
* efl-mono: Make eina_list return the listXavi Artigas2018-09-061-1/+2
* efl-csharp: Fix event callback removal.Lauro Moura2018-09-052-6/+10
* elua: fix outdated code in doc token ref resolutionDaniel Kolesa2018-09-051-7/+3
* efl-csharp: Use value_new/free for wrapped valuesLauro Moura2018-09-031-16/+38
* efl-mono: properly close XML commentXavi Artigas2018-08-241-1/+1
* cxx: Remove libeolian_cxx dependency on eo_cxxLauro Moura2018-08-212-8/+7
* efl_mono: Fix call to System.Threading.Thread.Lauro Moura2018-06-191-1/+1
* efl_mono: Fix efl_add_internal_end call.Lauro Moura2018-05-251-1/+1
* eo_cxx: Fix do_eo_add after lifecycle branch.Lauro Moura2018-05-251-1/+1
* efl_mono: Generate support for accessors in .eosLauro Moura2018-05-231-0/+18
* efl_mono: Initial support for Accessors.Lauro Moura2018-05-235-0/+134
* efl_mono: Reject the promise when it's disposed.Lauro Moura2018-05-231-1/+23
* efl_mono: Fix events after Event_Description rename.Lauro Moura2018-05-232-9/+4
* efl: Add missing event typesXavi Artigas2018-05-191-7/+0
* efl_mono: Start generating eina future in eolian_mono.Lauro Moura2018-05-172-2/+102
* efl_mono: Initial support for Futures/PromisesLauro Moura2018-05-172-0/+299
* efl_mono: Fix eldbus warnings and typo.Lauro Moura2018-05-171-1/+1
* efl_mono: Add support for Eina.Error/Empty in eina.ValueLauro Moura2018-05-172-13/+112
* elua: add check API to eolian bindingsDaniel Kolesa2018-05-131-0/+5
* efl_mono: Support type aliases.Lauro Moura2018-05-112-57/+0
* efl_mono: Change generated classes naming schemeLauro Moura2018-05-033-10/+33
* efl_mono: More uniformization of the handling of namesLauro Moura2018-05-031-27/+0
* efl_cxx: remove eolized promises from the CXX bindingsLauro Moura2018-05-015-1011/+0
* efl_mono: Names fixes after the big renameLauro Moura2018-04-261-25/+2
* eolian: make doc ref resolution globalDaniel Kolesa2018-04-181-3/+3
* csharp: Provisionally fix conversion of eina.ValueLauro Moura2018-04-031-1/+11
* efl_mono: Initial version of Strbuf support.Lauro Moura2018-04-034-18/+238
* efl-cxx: Fix using efl_add_ref instead of efl_addFelipe Magno de Almeida2018-04-031-1/+1
* efl-mono: Fix compile flags, .config files and class_name in descriptionFelipe Magno de Almeida2018-04-031-3/+4
* csharp: Change policy on ptr(struct) owned callsLauro Moura2018-03-161-5/+3
* eolian: event/function_get_by_name -> by_name_getDaniel Kolesa2018-03-161-3/+3
* elua: inherit state from unit in eolian bindingsDaniel Kolesa2018-03-141-195/+112