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