summaryrefslogtreecommitdiff
path: root/src/bin/elua
Commit message (Expand)AuthorAgeFilesLines
* elua: allow building with interpreted (non-luajit) luaDaniel Kolesa2020-05-291-1/+8
* build: fix macos buildMarcel Hollerbach2019-02-221-0/+1
* here comes mesonMarcel Hollerbach2018-10-021-0/+5
* elua lib: use Eina_Bool as return val in some utilsDaniel Kolesa2015-05-061-1/+1
* elua lib: merge the 3 setup funcs into oneDaniel Kolesa2015-05-061-19/+14
* elua: include fixDaniel Kolesa2015-05-061-1/+1
* elua: remove long opts (not necessary or useful)Daniel Kolesa2015-05-061-23/+9
* elua lib: unify API conventionsDaniel Kolesa2015-05-061-3/+2
* elua: cleanup launcherDaniel Kolesa2015-05-061-45/+35
* elua: cleanup main runtimeDaniel Kolesa2015-05-061-26/+14
* elua lib: add elua_state_setup_modules + useDaniel Kolesa2015-05-061-28/+1
* elua lib: move i18n initialization thereDaniel Kolesa2015-05-061-5/+1
* elua: utilize the new elua_util APIsDaniel Kolesa2015-05-061-146/+4
* elua: use the new progname APIDaniel Kolesa2015-05-061-15/+14
* elua lib: add progname to stateDaniel Kolesa2015-05-061-1/+1
* elua: remove -e param (we're not a REPL)Daniel Kolesa2015-05-061-60/+21
* elua: utilize the new APIs for handling require/apploadDaniel Kolesa2015-05-061-43/+10
* elua: remove elua_prefix from main runtimeDaniel Kolesa2015-05-061-13/+0
* elua: new API elua_state_dirs_fill + utilizeDaniel Kolesa2015-05-061-51/+36
* elua: remove path decision from register_requireDaniel Kolesa2015-05-061-42/+30
* elua: remove EFL_RUN_IN_TREE hack (pass cmdline args)Daniel Kolesa2015-05-061-37/+20
* elua lib: manage bound modules within Elua_StateDaniel Kolesa2015-05-061-28/+1
* elua: use the new state get APIDaniel Kolesa2015-05-061-13/+13
* elua lib: new APIs to retrieve dirsDaniel Kolesa2015-05-061-3/+3
* elua lib: more Elua_State usageDaniel Kolesa2015-05-061-1/+1
* elua lib: elua_io_loadfile now uses Elua_StateDaniel Kolesa2015-05-061-11/+10
* elua: use the dir paths from Elua_StateDaniel Kolesa2015-05-061-11/+7
* elua lib: add elua_state_dirs_setDaniel Kolesa2015-05-061-0/+2
* elua: no need for luaL_openlibs, the lib does thatDaniel Kolesa2015-05-061-2/+0
* elua: remove the smart cb wrapper (ffi callbacks work fine for us)Daniel Kolesa2015-05-061-27/+4
* elua: pass Elua_State through Main_DataDaniel Kolesa2015-05-061-10/+13
* elua: Elua_state for elua_loadappDaniel Kolesa2015-05-061-2/+3
* elua lib: Elua_State for elua_state_setup_i18nDaniel Kolesa2015-05-061-1/+1
* elua: use more Elua_StateDaniel Kolesa2015-05-061-2/+3
* elua: elua_report_error now takes Elua_State*Daniel Kolesa2015-05-061-18/+24
* elua: use elua_state_new/freeDaniel Kolesa2015-05-061-16/+16
* elua: error reporting in the libraryDaniel Kolesa2014-12-171-25/+8
* elua: remove main.h (launcher is only 1 C file now)Daniel Kolesa2014-12-122-48/+29
* elua: move caching into the libraryDaniel Kolesa2014-12-123-224/+6
* elua: move io extensions to libraryDaniel Kolesa2014-12-122-373/+1
* elua: move i18n setup to the libraryDaniel Kolesa2014-12-121-48/+1
* elua: move core scripts to src/scriptsDaniel Kolesa2014-12-1112-2906/+4
* elua: add checkmeDaniel Kolesa2014-12-111-1/+1
* elua: add initial pieces of the libraryDaniel Kolesa2014-12-112-6/+8
* elua: support is_c_only in lualianDaniel Kolesa2014-12-031-2/+2
* allow for loading of eo.lua files from module pathDaniel Kolesa2014-11-191-1/+2
* elua: do not emit spaces where not requiredDaniel Kolesa2014-11-191-2/+6
* elua: simplify lualian typeconvDaniel Kolesa2014-11-191-29/+5
* elua: two-stage bytecode cachingDaniel Kolesa2014-11-061-3/+37
* elua: remove the : prefix for running appsDaniel Kolesa2014-11-051-6/+11