summaryrefslogtreecommitdiff
path: root/src/lib/elua/cache.c
Commit message (Expand)AuthorAgeFilesLines
* bindings: rename luajit -> luaDaniel Kolesa2020-05-291-1/+1
* elua: allow building with interpreted (non-luajit) luaDaniel Kolesa2020-05-291-3/+14
* libs: headers: ensure we include headers in the correct order for EAPIStefan Schmidt2020-05-251-2/+2
* Revert "Fix EAPI definition by defining EFL_BUILD for each built DLL"Carsten Haitzler (Rasterman)2020-05-181-2/+2
* Fix EAPI definition by defining EFL_BUILD for each built DLLVincent Torri2020-05-181-2/+2
* make mman.h privateVincent Torri2019-08-191-1/+0
* elua: load regular file if bytecode cache failsDaniel Kolesa2017-08-301-4/+34
* 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
* elua: remove the need to order the header correctly for Windows.Cedric BAIL2015-05-071-1/+0
* elua lib: merge the 3 setup funcs into oneDaniel Kolesa2015-05-061-2/+2
* elua lib: API renameDaniel Kolesa2015-05-061-1/+1
* elua lib: unify API conventionsDaniel Kolesa2015-05-061-3/+4
* elua lib: const correctnessDaniel Kolesa2015-05-061-2/+2
* elua lib: more Elua_State usageDaniel Kolesa2015-05-061-3/+4
* elua lib: elua_io_loadfile now uses Elua_StateDaniel Kolesa2015-05-061-2/+6
* elua: move caching into the libraryDaniel Kolesa2014-12-121-0/+212