summaryrefslogtreecommitdiff
path: root/src/bindings
Commit message (Expand)AuthorAgeFilesLines
...
* Eo event: rename Eo_Event->event_info to Eo_Event->info.Tom Hacohen2016-04-122-4/+4
* eolian: Make promise eolian generation use macros for hooksFelipe Magno de Almeida2016-04-111-1/+1
* eo: add before and after macro hooks for API generation functionsFelipe Magno de Almeida2016-04-061-1/+1
* eo-cxx: Fix warning on weak symbols with inline functionsFelipe Magno de Almeida2016-04-051-1/+1
* eolian: add APIs to get all things of each typeDaniel Kolesa2016-03-291-0/+36
* eolian: fix typos in symbol names in lua bindingsDaniel Kolesa2016-03-291-3/+3
* eina_cxx: fix Coverity warning regarding uninitialized iterator memberVitor Sousa2016-03-211-0/+2
* efl js: Add clean up callbacks to deallocate memory used in v8::ExternalVitor Sousa2016-03-188-25/+101
* efl js: Finish Eina_Iterator bindingVitor Sousa2016-03-185-30/+73
* efl js: Fix naming of manual binding functions.Lauro Moura2016-03-1815-204/+192
* eina_cxx: Add missing methods to Eina C++ wrappersVitor Sousa2016-03-184-1/+30
* eina_cxx: Add specialized eina::iterator for Eo* wrappersVitor Sousa2016-03-183-2/+134
* efl js: Update Javascript binding to compile with new Eolian APIVitor Sousa2016-03-186-43/+53
* cxx: follow eoid to eo_self rename in cxx generator and bindingsStefan Schmidt2016-03-162-4/+4
* Revert "cxx: Migrate C++ binding to the new eo_add syntax"Tom Hacohen2016-03-112-4/+2
* eo_cxx: correct constness of basic Eo C++ wrapper functionsVitor Sousa2016-03-091-7/+13
* cxx: Migrate C++ binding to the new eo_add syntaxVitor Sousa2016-03-092-2/+4
* eo_cxx: Fix unused parameter warning when no constructor is requiredVitor Sousa2016-03-081-0/+1
* cxx bindings: get rid of Eo_Event2Stefan Schmidt2016-03-072-2/+2
* eolian-cxx: Fix Eolian C++ constructing methods with new eo_addVitor Sousa2016-03-033-17/+12
* eolian-cxx: Partial fix for generation without eo_doFelipe Magno de Almeida2016-03-033-30/+32
* eolian: more old type api removalsDaniel Kolesa2016-03-031-21/+14
* elua: update eolian bindings to new typedecl apiDaniel Kolesa2016-03-031-68/+176
* eolian-cxx: Fix C++ events with new Eo_Event_Cb signatureFelipe Magno de Almeida2016-02-292-8/+6
* eolian: allow silencing of type errors in validationDaniel Kolesa2016-02-101-3/+3
* eina-cxx: Fix instantiating eina domain without eina_initFelipe Magno de Almeida2016-02-031-1/+2
* eolian: add parsing and generation of hot eventsDaniel Kolesa2016-02-021-0/+10
* js: fix binding after namespace change of connectorLauro Moura2016-01-071-2/+2
* eina_js: Fix documentation generationStefan Schmidt2016-01-051-0/+5
* eo-cxx: Removed pessimization use of std::moveFelipe Magno de Almeida2015-12-291-1/+1
* eldbus-cxx: Fixed infinite recursion with post-increment operatorFelipe Magno de Almeida2015-12-291-1/+1
* eina-cxx: Fixed wrong uses of using directiveFelipe Magno de Almeida2015-12-291-4/+4
* efl-js: JavaScript Eolian bindingFelipe Magno de Almeida2015-12-2368-61/+12646
* eolian: turn "undefined type" into its own EOLIAN_TYPEDaniel Kolesa2015-11-191-1/+2
* elua: add eolian_type_aliased_base_get to lua bindingsDaniel Kolesa2015-11-191-0/+7
* eolian-cxx: Fix inheritance from C++ classes after Eo ABI breakageFelipe Magno de Almeida2015-09-301-25/+1
* Eo: Drop doc field from ops and events.Tom Hacohen2015-09-281-2/+0
* bindings/eina_cxx: add eina_cxx group as link to main page to find API docsStefan Schmidt2015-08-111-2/+1
* eolian: improve function_full_c_name_get APIDaniel Kolesa2015-07-081-3/+3
* eolian: add API: eolian_declaration_get_by_nameDaniel Kolesa2015-07-071-0/+9
* eolian_cxx: Use C++ wrappers instead of native types as parametersVitor Sousa2015-06-241-2/+2
* eolian: remove the outdated and ugly database printer (needs rework)Daniel Kolesa2015-06-171-35/+0
* elua: unexpose "old" documentation api from eolian bindingsDaniel Kolesa2015-06-101-63/+0
* elua: bind recent eolian APIs to eolian lua apiDaniel Kolesa2015-06-101-3/+154
* eo_cxx: remove unused parameterDaniel Kolesa2015-05-291-2/+1
* Eo base: Remove the free_func parameter from key_data_set.Tom Hacohen2015-05-281-1/+1
* elua: make eo bindings work with the new generated formatDaniel Kolesa2015-05-281-21/+30
* eolian: merge eo_file_parse and eot_file_parseDaniel Kolesa2015-05-221-10/+5
* eina_cxx, eldbus_cxx: Fix perfect forwarding of argumentsVitor Sousa2015-05-224-12/+12
* eolian: remove const_get/const_set supportDaniel Kolesa2015-05-201-5/+0