summaryrefslogtreecommitdiff
path: root/src/bindings/luajit
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
* elua: update eolian bindings with c type serialization changeDaniel Kolesa2017-08-101-3/+15
* 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
* eina_file: add eina_file_unlinkIvan Furs2017-02-071-0/+6
* eolian: move base function doc API into implementsDaniel Kolesa2017-01-191-7/+7
* 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
* 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: remove parsing of pointers and the corresponding APIsDaniel Kolesa2016-11-101-6/+4
* eolian: rename is_ref API to is_ptr to match syntaxDaniel Kolesa2016-11-031-3/+3
* eolian: remove type silencing stuff entirelyDaniel Kolesa2016-10-251-3/+3
* elua: event method fixes in eolian bindingsDaniel Kolesa2016-07-121-3/+4
* elua: support is_restart for events in eolian apiDaniel Kolesa2016-07-071-0/+4
* eolian: add support for static and terminated arraysDaniel Kolesa2016-06-301-7/+16
* eolian: remove the unnecessary subtypes APIDaniel Kolesa2016-06-101-6/+7
* eolian: support @protected for accessors (get/set)Daniel Kolesa2016-06-091-3/+3
* eolian: refine the ref system to suit more casesDaniel Kolesa2016-06-081-9/+7
* eolian: remove the c_type_named_get APIsDaniel Kolesa2016-06-061-15/+0
* eolian: add a new references system to help replace pointersDaniel Kolesa2016-06-061-2/+9
* efl - key/data/value/obj attach to eo objects - make these propertiesCarsten Haitzler (Rasterman)2016-05-181-1/+0
* eo base - remove the duplicated key dels and just do eo_key_del() nowCarsten Haitzler (Rasterman)2016-04-211-1/+1
* eolian: fix invalid type_type mapping in lua bindingsDaniel Kolesa2016-04-181-14/+5
* eolian: fix object scope def in lua bindingsDaniel Kolesa2016-04-181-0/+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
* 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: allow silencing of type errors in validationDaniel Kolesa2016-02-101-3/+3
* eolian: add parsing and generation of hot eventsDaniel Kolesa2016-02-021-0/+10
* 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