summaryrefslogtreecommitdiff
path: root/src/bindings
Commit message (Expand)AuthorAgeFilesLines
* 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: drop @ctor_param and the associated APIsDaniel Kolesa2019-09-161-5/+0
* csharp: Fix Hash.DelByValueLauro Moura2019-09-131-6/+20
* csharp: Registering events when using Components.Basic.Bruno da Silva Belo2019-09-112-0/+3
* csharp: remove unused delegate and structYeongjong Lee2019-09-101-104/+0
* csharp: Skip non-public members from interfacesLauro Moura2019-09-101-1/+9
* csharp: Adding ToString methods to Strbuf and custommarshaler.Bruno da Silva Belo2019-09-102-8/+28
* eolian: remove second parameter for eolian_type_c_type_getDaniel Kolesa2019-09-091-15/+3
* eolian_mono: remove redundant code in NativeMethodsYeongjong Lee2019-09-082-22/+4
* eolian-mono: Removing I prefix from classes.Bruno da Silva Belo2019-09-061-3/+3
* eolian-mono: Renaming suffix for event and event argsBruno da Silva Belo2019-09-062-16/+16
* eolian: remove the expression eval_type APIDaniel Kolesa2019-09-041-7/+0
* elua: remove old is_owned api bindingsDaniel Kolesa2019-09-021-5/+0
* Revert "eolian_mono: remove underscore of Evt_Args"Jaehyun Cho2019-09-022-4/+4
* csharp: add SetKeyValue and GetKeyValue to EoWrapperJaehyun Cho2019-09-021-0/+24
* eolian_mono: remove underscore of Evt_ArgsJaehyun Cho2019-09-022-4/+4
* elua: add eolian bindings for type_is_moveDaniel Kolesa2019-08-311-0/+5
* elua: expose new tags via eolian bindingsDaniel Kolesa2019-08-301-0/+30
* csharp: Fix factory inheritance.Lauro Moura2019-08-301-1/+1
* csharp: add legacy eo in mono blacklistYeongjong Lee2019-08-231-0/+2
* eolian-mono: Add support for partial classesFelipe Magno de Almeida2019-08-231-1/+9
* csharp: Add bindable factory parts supportLauro Moura2019-08-231-0/+25
* csharp: MVVM parts supportLauro Moura2019-08-191-8/+74
* eolian: rename is_class api for functions to is_staticDaniel Kolesa2019-08-161-3/+3
* csharp: fix ownership of value types in arrays and listsVitor Sousa2019-08-052-2/+2
* efl-mono: Add Model manual implementation to C# and MVVM factoriesLauro Moura2019-08-057-9/+399
* eolian: remove __builtin_free_cbDaniel Kolesa2019-08-011-4/+2
* eolian-cxx: Generate eot filesFelipe Magno de Almeida2019-07-311-0/+18
* csharp: Add marshal support for Eina.ValueTypeLauro Moura2019-07-301-0/+85
* efl_mono: update docs of CreateWrapperForYeongjong Lee2019-07-261-5/+2
* csharp: fix EFL# by updating it to reflect the newest changes in EolianVitor Sousa2019-07-261-0/+82
* cxx: remove a compilation warning for g++ 7.xVitor Sousa2019-07-171-1/+1
* eolian: add builtin binbuf and event typesDaniel Kolesa2019-07-171-9/+11
* cxx: remove compilation warnings in C++ code, from both gcc and clangVitor Sousa2019-07-122-4/+24
* csharp: Enable conversion of container Eina.ValuesLauro Moura2019-07-111-1/+116
* csharp: Add helpers to get/set Values from ObjectsLauro Moura2019-07-111-1/+169
* csharp: Tag exported API items.Lauro Moura2019-07-112-3/+18
* efl-mono: Treat Warnings as ErrorsXavi Artigas2019-07-091-1/+1
* csharp: fix some build warnings related with incorrect and missing documentationVitor Sousa2019-07-083-38/+64
* eolian: remove API to get freefunc of typeDaniel Kolesa2019-07-081-8/+0
* elua: add error api into eolian bindingsDaniel Kolesa2019-07-081-2/+55
* csharp: Fix Future callback lifetimeLauro Moura2019-07-051-2/+4
* csharp: encapsulate some internal code of EoWrapperVitor Sousa2019-07-052-13/+35
* csharp: fix some compilation warningsVitor Sousa2019-06-281-1/+1
* csharp: fix Eina_Stringshare support in containers for manual and generated APIVitor Sousa2019-06-286-18/+428
* csharp: make inherited C# classes constructible from native CVitor Sousa2019-06-282-6/+117
* efl-mono: Fix value forwarding in promises/asyncLauro Moura2019-06-273-10/+32
* csharp: Add missing prefix to enable interpolationLauro Moura2019-06-271-2/+2
* csharp: Update after iterator changesLauro Moura2019-06-276-38/+9