summaryrefslogtreecommitdiff
path: root/src/bindings
Commit message (Expand)AuthorAgeFilesLines
* elua: update eolian bindings and make docgen work againDaniel Kolesa2017-08-301-12/+39
* eolian: remove c_onlyDaniel Kolesa2017-08-301-5/+0
* eolian-cxx: Add workaround for function pointer typesFelipe Magno de Almeida2017-08-221-1/+35
* eolian-cxx: Add workaround for clang removing const from parametersFelipe Magno de Almeida2017-08-101-0/+5
* elua: update eolian bindings with c type serialization changeDaniel Kolesa2017-08-101-3/+15
* eo-cxx: Add overload for Eina_Bool inout handling interoperabilityFelipe Magno de Almeida2017-07-271-0/+4
* js: Update after many elm/efl.ui changesLauro Moura2017-06-191-17/+20
* eolian-cxx: Fix C++ generation errors with handle opaque typesFelipe Magno de Almeida2017-06-181-1/+11
* eolian: use unit in typedecl c_type_getDaniel Kolesa2017-05-301-3/+3
* eolian: doc token ref resolver now takes unitDaniel Kolesa2017-05-301-3/+3
* eolian: type_class_get takes unitDaniel Kolesa2017-05-301-3/+3
* eolian: expr eval APIs now take unitsDaniel Kolesa2017-05-301-6/+6
* eolian: update lua bindings with new unit apisDaniel Kolesa2017-05-301-18/+18
* eolian: pass unit to enum get by nameDaniel Kolesa2017-05-301-3/+3
* eolian: pass unit to struct get by nameDaniel Kolesa2017-05-301-3/+3
* eolian: pass unit to alias get by nameDaniel Kolesa2017-05-301-3/+3
* eolian: return real nil on parse failureDaniel Kolesa2017-05-301-1/+5
* eolian: pass unit to all_classes_getDaniel Kolesa2017-05-301-3/+3
* eolian: pass unit to class get_by_name/fileDaniel Kolesa2017-05-301-6/+6
* eolian: make all variable lookups take unitDaniel Kolesa2017-05-301-6/+6
* eolian: make by-file variable lookups take unitDaniel Kolesa2017-05-301-6/+6
* eolian: make by-name variable lookups take unitDaniel Kolesa2017-05-301-6/+6
* eolian: make eolian_file_parse return unitDaniel Kolesa2017-05-301-2/+3
* efl_js: Export efl.LoopLauro Moura2017-02-221-0/+2
* efl_js: Use efl_add_ref for saner refcount.Lauro Moura2017-02-221-1/+1
* js: Raise exception to js instead of crashingLauro Moura2017-02-222-17/+48
* efl_js: Update register functions.Lauro Moura2017-02-221-66/+0
* eina_file: add eina_file_unlinkIvan Furs2017-02-071-0/+6
* eolian: move base function doc API into implementsDaniel Kolesa2017-01-191-7/+7
* cxx: Modify how to generate C++ headers and allow cyclic dependenciesFelipe Magno de Almeida2017-01-182-3/+15
* eolian: remove/add APIs and clean up implements systemDaniel Kolesa2017-01-161-13/+5
* eolian: use consistent pure_virtual naming in APIDaniel Kolesa2017-01-131-6/+6
* eolian: consistent and cleaner error values from APIsDaniel Kolesa2017-01-131-55/+59
* eolian: fine-grained is_auto/is_empty for implementsDaniel Kolesa2017-01-111-9/+9
* eina-cxx: Add visit_unsafe to eina::variant and make ~variant possibly noexceptFelipe Magno de Almeida2016-12-201-4/+19
* eina-cxx: Add move constructor and move assignment operator for eina::variantFelipe Magno de Almeida2016-12-201-2/+36
* eolian: unary expr eval for floats and add a signed number maskDaniel Kolesa2016-12-141-0/+2
* docgen: migrate to new Eolian-provided tokenizerDaniel Kolesa2016-12-091-1/+1
* elua: add bindings to new Eolian APIsDaniel Kolesa2016-12-081-0/+143
* eolian-js: Fix compilation of JavaScript bindingFelipe Magno de Almeida2016-11-291-1/+0
* eolian: remove parsing of pointers and the corresponding APIsDaniel Kolesa2016-11-101-6/+4
* bindings: remove Eina_Promise reference from JS binding.Cedric BAIL2016-11-072-17/+0
* bindings: remove Eina_Promise from C++ bindings.Cedric BAIL2016-11-071-20/+0
* eina-cxx: eolian-cxx: Fix correct usage of is_eolian_object traitsFelipe Magno de Almeida2016-11-0310-87/+83
* eolian: rename is_ref API to is_ptr to match syntaxDaniel Kolesa2016-11-031-3/+3
* js: Fix calling setAlignedInternalPointerField without a aligned valueFelipe Magno de Almeida2016-10-251-2/+2
* js: Fix Makefile location and linking of efl.node and testsFelipe Magno de Almeida2016-10-251-4/+4
* eolian: remove type silencing stuff entirelyDaniel Kolesa2016-10-251-3/+3
* js: Fix compilation of new data types in JS bindingFelipe Magno de Almeida2016-10-254-1/+27
* efl_js: Export Canvas Object and GroupLauro Moura2016-10-251-1/+4