summaryrefslogtreecommitdiff
path: root/src/scripts/pyolian/eolian_lib.py
Commit message (Expand)AuthorAgeFilesLines
* eolian: add support for marking type declarations betadevs/q66/eolian-beta-typesDaniel Kolesa2019-03-081-8/+4
* eolian: implement new inherit behaviorDaniel Kolesa2018-11-231-3/+7
* eolian: make doc ref resolution globalDaniel Kolesa2018-04-181-1/+1
* Pyolian: use tuple instead of list in declarationsDave Andreoli2018-03-171-163/+163
* Pyolian: new API eolian_unit_state_getDave Andreoli2018-03-171-0/+4
* Pyolian: new API eolian_object_unit_getDave Andreoli2018-03-171-0/+4
* Pyolian: add support EOLIAN_SO_DIR env varDave Andreoli2018-03-161-2/+5
* eolian: event/function_get_by_name -> by_name_getDaniel Kolesa2018-03-161-6/+6
* pyolian: remove unneeded bindings in eolian_stateDaniel Kolesa2018-03-141-56/+0
* eolian: refactor doc ref resolution APIDaniel Kolesa2018-03-141-3/+3
* pyolian: update name APIsDaniel Kolesa2018-03-121-79/+7
* Pyolian: add tests for Eolian_ObjectDave Andreoli2018-03-111-2/+2
* eolian: resolve to Eolian_Objects instead of voidsDaniel Kolesa2018-03-091-1/+1
* eolian: return Eolian_Object_Type from ref resolverDaniel Kolesa2018-03-091-1/+1
* pyolian: add support for object retrievalDaniel Kolesa2018-03-081-0/+20
* pyolian: wipe out declaration apiDaniel Kolesa2018-03-081-34/+0
* pyolian: add Eolian_Object APIs and remove obsolete file_get onesDaniel Kolesa2018-03-081-16/+22
* Pyolian: new APIs for typedecl lookupsDave Andreoli2018-03-011-30/+54
* Pyolian: new variable lookup APIsDave Andreoli2018-03-011-20/+36
* Pyolian: new APIs for class retrievalDave Andreoli2018-03-011-10/+18
* Pyolian: add APIs to retrieve units from a stateDave Andreoli2018-02-281-2/+10
* Pyolian: add API to get file name of a unitDave Andreoli2018-02-281-0/+4
* Pyolian: add API to get children of a unitDave Andreoli2018-02-281-0/+4
* Pyolian: reorder the header fileDave Andreoli2018-02-281-141/+171
* Pyolian: eolian_file_parse -> eolian_state_file_parseDave Andreoli2018-02-271-3/+3
* Pyolian: rename path/filename retrieval APIsDave Andreoli2018-02-271-12/+12
* Pyolian: rename all_files_parse functionsDave Andreoli2018-02-271-6/+6
* Pyolian: new APIs for directory scanningDave Andreoli2018-02-271-6/+6
* eolian: eolian_* -> eolian_state_*, Eolian -> Eolian_StateDaniel Kolesa2018-02-271-16/+16
* Pyolian: fix and tests for recent changesDave Andreoli2018-01-161-2/+2
* eolian: do not require unit when stringifying typesDaniel Kolesa2018-01-161-8/+6
* eolian: aliased_base_get funcs don't need unitDaniel Kolesa2018-01-121-8/+6
* eolian: type_typedecl_get doesn't need a unitDaniel Kolesa2018-01-121-4/+3
* eolian: do not require unit for type_class_getDaniel Kolesa2018-01-121-4/+3
* Pyolian: implemented doc tokenizerDave Andreoli2018-01-021-1/+1
* Pyolian: a fix and some new utilsDave Andreoli2018-01-011-1/+1
* New python bindings for eolianDave Andreoli2017-12-281-0/+757