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