summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/lua.make
AgeCommit message (Expand)Author
2018-11-02Lua optimize combine and rework similar functionsWilliam Wilgus
2018-10-30lua consolidate pcm_ functionsWilliam Wilgus
2018-10-25lua consolidate playlist_ functionsWilliam Wilgus
2018-10-24lua add audio_play consolidate audio_ functionsWilliam Wilgus
2018-07-24Try #4 for lua makeWilliam Wilgus
2018-07-24Try # 3 for lua make fileWilliam Wilgus
2018-07-24Lua Fix image saving for 32 bit targets -- update make fileWilliam Wilgus
2018-07-23Rocklua -- Extend / Fix rliImageWilliam Wilgus
2018-07-22Revert "Rocklua -- Extend / Fix rliImage"William Wilgus
2018-07-22Rocklua -- Extend / Fix rliImageWilliam Wilgus
2016-03-18lua: don't include rockbox-specific libc headers for the button helper tool.Frank Gevaerts
2013-08-26lua: Switch memory allocator from dl to tlsfMarcin Bukat
2012-04-04Refactor and unify objcopy calls in the build system. Also now properly handl...Thomas Martitz
2012-01-27Lua: Add pluginlib_actions wrapper for lua scripts.Thomas Martitz
2010-07-10Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz
2010-06-18Lua: make actions.lua, buttons.lua and rocklib_aux.c depend on it generatorsMaurus Cuelenaere
2009-10-11Use PLUGINFLAGS in lua.make, instead of only CFLAGS.Thomas Martitz
2009-10-11Make sure to use $(CFLAGS) to get all defines when preprocessing actions.hFrank Gevaerts
2009-07-05Also make rocklib_aux.c depend on $(LUA_OBJ)Maurus Cuelenaere
2009-07-05Fix sim_* errors when compiling LuaMaurus Cuelenaere
2009-07-05Fix actions.lua & buttons.lua make errorsMaurus Cuelenaere
2009-07-05Lua: add script which wraps not-yet ported C functions to LuaMaurus Cuelenaere
2009-06-24Lua: expose BUTTON_* definesMaurus Cuelenaere
2009-05-28Lua: make sure action.h gets C preprocessed before processing itMaurus Cuelenaere
2009-05-22Fix the 'cannot create /.../apps/plugins/lua/actions.lua: Directory nonexiste...Maurus Cuelenaere
2009-05-21Lua: add actions.lua to the zip fileMaurus Cuelenaere
2009-05-21Commit FS#9174: Lua scripting language by Dan EvertonMaurus Cuelenaere