summaryrefslogtreecommitdiff
path: root/src/lib/elua
Commit message (Expand)AuthorAgeFilesLines
* elua: add searchpath impl for 5.1 compatDaniel Kolesa2020-07-311-0/+57
* elua: fix elua_register with 5.1Daniel Kolesa2020-07-311-1/+1
* elua: do not link to cffi, load the module insteadDaniel Kolesa2020-07-312-12/+44
* build: disable elua by default, plus nicer detectionDaniel Kolesa2020-06-061-4/+1
* elua: use cffi-lua public headerDaniel Kolesa2020-05-301-4/+4
* elua: fix build with luajit or lua 5.1Daniel Kolesa2020-05-292-4/+4
* bindings: rename luajit -> luaDaniel Kolesa2020-05-291-1/+1
* elua: allow building with interpreted (non-luajit) luaDaniel Kolesa2020-05-295-8/+50
* libs: headers: ensure we include headers in the correct order for EAPIStefan Schmidt2020-05-253-12/+12
* Revert "Fix EAPI definition by defining EFL_BUILD for each built DLL"Carsten Haitzler (Rasterman)2020-05-184-15/+13
* Fix EAPI definition by defining EFL_BUILD for each built DLLVincent Torri2020-05-184-13/+15
* doxygen: fix missing end group tagXavi Artigas2020-02-281-0/+4
* doxygen: fix duplicated intro sectionsXavi Artigas2020-02-281-2/+2
* correct edje pkg-config generation for luaoldRoss Vandegrift2019-12-281-12/+1
* make mman.h privateVincent Torri2019-08-191-1/+0
* include evil_private.h in last files, and disable symbolic links on Windows i...Vincent Torri2019-05-221-0/+4
* remove Evil.h when not necessary, include evil_private.h when necessaryVincent Torri2019-05-201-4/+0
* build: fix macos buildMarcel Hollerbach2019-02-221-1/+12
* meson: add a option for selecting lua interpreterWonki Kim2019-02-211-1/+1
* here comes mesonMarcel Hollerbach2018-10-021-0/+24
* elua: get rid of lightuserdata for state retrievalDaniel Kolesa2018-04-132-16/+27
* all: Simplify definition of EAPIVincent Torri2018-01-181-4/+4
* elua: correctly wrap gettext funcsDaniel Kolesa2017-11-241-2/+31
* elua - use safeptr with lightuserdata to work around luajit 64bit issueCarsten Haitzler (Rasterman)2017-11-242-14/+13
* EFL For WIN32: Replace HAVE_EVIL define with _WIN32Vincent 'vtorri' Torri2017-09-221-1/+1
* elua: load regular file if bytecode cache failsDaniel Kolesa2017-08-301-4/+34
* elua: use up to date lua APIDaniel Kolesa2017-06-283-8/+3
* elua - fix build for luajit2.1.0-beta3+Carsten Haitzler (Rasterman)2017-06-121-0/+5
* elua: load modules from local dirs firstDaniel Kolesa2016-08-081-9/+14
* elua: enable module lookups in apps locationDaniel Kolesa2016-07-191-1/+2
* elua: more file utilities in clibDaniel Kolesa2016-04-161-0/+32
* elua: add several file/dir utils used by doc genDaniel Kolesa2016-03-291-0/+29
* elua: Fix use of eina_file_mkstemp after previous patchJean-Philippe Andre2016-01-191-10/+6
* Efreet, Elua : use eina_file_mkstemp instead of mkstempVincent Torri2015-12-081-12/+4
* efl: add binary mode to fdopen() callsVincent Torri2015-12-051-1/+1
* efl: add binary mode to f(re)open() callsVincent Torri2015-12-052-2/+2
* elua: remove non-portable lconv fields (breaks windows)Daniel Kolesa2015-10-191-6/+0
* elua lib: sanitize all file paths before writing themDaniel Kolesa2015-06-092-7/+49
* elua: remove the need to order the header correctly for Windows.Cedric BAIL2015-05-075-7/+5
* elua lib: use -1 for default values in localeconvdevs/q66/elua_lib_overhaulDaniel Kolesa2015-05-061-1/+1
* elua lib: add API to retrieve lconv from luaDaniel Kolesa2015-05-062-1/+49
* elua lib: add a func to retrieve the current translation langDaniel Kolesa2015-05-061-0/+20
* elua lib: remove unnecessary checks (always initialized)Daniel Kolesa2015-05-061-12/+1
* elua lib: fix elua_util_app_load + docsDaniel Kolesa2015-05-062-11/+17
* elua lib: use Eina_Bool as return val in some utilsDaniel Kolesa2015-05-062-34/+31
* elua lib: merge the 3 setup funcs into oneDaniel Kolesa2015-05-064-32/+61
* elua lib: docs for elua_util_error_report + remove unnecessary argDaniel Kolesa2015-05-062-16/+26
* elua lib: docs for elua_util_script_runDaniel Kolesa2015-05-061-0/+28
* elua lib: docs for elua_util_app_loadDaniel Kolesa2015-05-061-0/+13
* elua lib: docs for elua_util_string_runDaniel Kolesa2015-05-061-0/+13