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