summaryrefslogtreecommitdiff
path: root/src/Makefile_Elua.am
AgeCommit message (Expand)AuthorFilesLines
2017-03-03docgen: add a simple script that does doc generation in parallelDaniel Kolesa1-0/+1
2016-08-17docs: move all of serializers to doctreeDaniel Kolesa1-1/+0
2016-08-15docs: remove the mappings moduleDaniel Kolesa1-1/+0
2016-08-09docs: initial documentation treeDaniel Kolesa1-0/+1
2016-07-29elua: add table serializer/deserializerDaniel Kolesa1-0/+1
2016-07-22docs: split type serializers and keyword ref into their own module in docgenDaniel Kolesa1-0/+2
2016-07-20docs: split off writer and utils into modules in docgenDaniel Kolesa1-1/+3
2016-07-20docs: begin modularizing the doc generator scriptDaniel Kolesa1-3/+5
2016-06-10build: split EXTRA_DIST files in src/ off from DISTFILES and handle separatelyStefan Schmidt1-6/+6
2016-05-12elua: install the docgen appDaniel Kolesa1-0/+8
2015-07-01elua: remove obsolete xgettext wrapperDaniel Kolesa1-11/+1
2015-05-07elua: use a minimal app to avoid loading eolian at runtimeDaniel Kolesa1-1/+3
2015-05-06elua lib: tests for core dirs + fix core dirsDaniel Kolesa1-0/+9
2015-05-06elua lib: add test suiteDaniel Kolesa1-0/+29
2015-05-06elua: remove elua_prefix from main runtimeDaniel Kolesa1-3/+1
2015-05-06elua: remove EFL_RUN_IN_TREE hack (pass cmdline args)Daniel Kolesa1-2/+0
2014-12-12elua: remove main.h (launcher is only 1 C file now)Daniel Kolesa1-1/+0
2014-12-12elua: move caching into the libraryDaniel Kolesa1-2/+2
2014-12-12elua: move io extensions to libraryDaniel Kolesa1-3/+4
2014-12-11elua: move core scripts to src/scriptsDaniel Kolesa1-11/+11
2014-12-11elua: add initial pieces of the libraryDaniel Kolesa1-1/+6
2014-12-08build fix for elua binary when using -jXMike Blumenkrantz1-1/+1
2014-12-08elua: add pkg-config for the elua libraryDaniel Kolesa1-2/+2
2014-12-08elua: initial skeleton for the Elua libraryDaniel Kolesa1-0/+18
2014-10-10elua/autotools: unbork (forgot to remove this)Daniel Kolesa1-1/+0
2014-10-06elua/autotools: generate .eo.lua files out of all eo files at build timeDaniel Kolesa1-1/+1
2014-07-25Fix Elua compiling on OSXJean Guyomarc'h1-0/+7
2014-07-02autotools: Fixed 'make examples' and 'make examples-install'Savio Sena1-1/+1
2014-06-16elua: fix installation of xgettext/generatorDaniel Kolesa1-1/+2
2014-06-10elua: remove leftoverDaniel Kolesa1-5/+0
2014-06-10elua: fixes, expand wildcardsDaniel Kolesa1-14/+38
2014-06-10elua: didn't want thisDaniel Kolesa1-1/+0
2014-06-10elua: some janitoring (add newlines to the end of files)Daniel Kolesa1-0/+1
2014-06-10elua: install appsDaniel Kolesa1-0/+7
2014-06-10elua: use eina_prefixDaniel Kolesa1-4/+4
2014-06-10elua: preparation for lua file generationDaniel Kolesa1-0/+3
2014-06-10evil: add fork, adjust elua to use thatDaniel Kolesa1-0/+4
2014-06-10elua: popenv functionDaniel Kolesa1-1/+2
2014-06-10elua: support the EFL_RUN_IN_TREE environment variableDaniel Kolesa1-1/+2
2014-06-10elua: i18n/l10n support including gettext module for user apps, bump gettext ...Daniel Kolesa1-1/+2
2014-06-10elua: install all the modulesDaniel Kolesa1-4/+10
2014-06-10elua: overridable core+modules directory paths (via command line argument or ...Daniel Kolesa1-1/+2
2014-06-10elua: start binding EinaDaniel Kolesa1-4/+18
2014-06-10Elua: initial commitDaniel Kolesa1-0/+22