index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
plugins.make
(
follow
)
Commit message (
Expand
)
Author
Age
*
iBasso DX50/DX90: Major code cleanup and reorganization.
Udo Schläpfer
2015-02-02
*
Introducing Targets iBasso DX50 & iBasso DX90
Simon Rothen
2014-09-18
*
Make fixepoint.c as a shared library (libfixedpoint.a).
Michael Sevakis
2013-04-26
*
Deprecate the EXTRA_LIBS variable.
Björn Stenberg
2013-01-24
*
Add codecs to librbcodec.
Sean Bartell
2012-04-25
*
Refactor and unify objcopy calls in the build system. Also now properly handl...
Thomas Martitz
2012-04-04
*
tlsf: move to /lib (it's also used by plugins).
Thomas Martitz
2012-03-28
*
(Hopefully) fix overlay plugins.
Thomas Martitz
2012-03-26
*
build system: unify/simplify library handling a bit.
Thomas Martitz
2012-03-26
*
libarm_support references code in libplugin, so put libarm_support first of t...
Magnus Holmgren
2012-02-18
*
Hosted: Output map files after linking.
Thomas Martitz
2012-01-21
*
Move supprt-arm.S to separate library.
Thomas Martitz
2012-01-21
*
Adjust a few makefiles to generate smaller (upto 80%) binaries on RaaA through
Thomas Martitz
2012-01-03
*
Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when ...
Andree Buschmann
2011-09-07
*
FS#12144, Use -fPIC -fvisibility=hidden only for plugins on sim and app build...
Nils Wallménius
2011-06-07
*
RaaA: Enable plugins for application builds
Thomas Jarosch
2011-02-24
*
add plugin_crt0.c to OTHER_SRC so that dependencies will be genereted.
Teruaki Kawashima
2010-10-17
*
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-24
*
Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...
Thomas Martitz
2010-08-24
*
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
*
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
*
Rename/change SIMVER to APP_TYPE in the Makefiles.
Thomas Martitz
2010-07-10
*
Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in old...
Frank Gevaerts
2010-07-03
*
*.link: depends on config file where plugin buffer size is set
Rafaël Carré
2010-01-24
*
change dependencies in make files:
Teruaki Kawashima
2010-01-17
*
Add Lua support to plugins Makefile
Maurus Cuelenaere
2009-10-28
*
Remove no longer used stuff.
Jens Arnold
2009-03-05
*
Use a static pattern rule to restrict the dependency on [pluginname].o to sin...
Jens Arnold
2009-03-04
*
Bring back -fdata-sections that got lost in the make system overhaul (r19146).
Jens Arnold
2009-03-03
*
Fix some slight inconsistencies.
Jens Arnold
2009-03-02
*
Calculate the optimal memory location for overlay plugins, and use plugin.lds...
Jens Arnold
2009-03-02
*
Silence warning from 'ar' if the archive had to be created.
Jens Arnold
2009-03-01
*
Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...
Daniel Stenberg
2009-02-23
*
make sure plugin.lds is not processed when building sims since it isn't used ...
Daniel Stenberg
2009-02-09
*
Include divide-by-zero handling within plugins and codecs for ARM processors.
Michael Sevakis
2009-01-24
*
Added missing dependencies for codeclib and pluginlib. This required renaming...
Björn Stenberg
2009-01-12
*
Added 'keywords' and 'eol-style' properties.
Björn Stenberg
2008-11-25
*
Remove .a files before running ar, to avoid problems with renamed files remai...
Björn Stenberg
2008-11-20
*
Make sure plugin directory exists before creating link file.
Björn Stenberg
2008-11-20
*
Bug fix again. Moved cp outside of $(shell) to force make to run it sequentia...
Björn Stenberg
2008-11-20
*
Bug fix for simulator: Plugins and codecs were objcopied isntead of left as ELF.
Björn Stenberg
2008-11-20
*
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-11-20