Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
apps
/
plugins
/
searchengine
/
searchengine.c
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
6526577
Plugin parameters should be const.
by Steve Bavin
· 16 years ago
26d242a
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
by Michael Sevakis
· 17 years ago
4d6374c
Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered.
by Jens Arnold
· 18 years ago
b621de3
Fixed more pointer size vs. int size problems (64 bit sims)
by Jens Arnold
· 19 years ago
a36b1d4
New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often.
by Jens Arnold
· 19 years ago
68de258
Fake an USB connections to force reload of the file-tree after running these viewers.
by Jonas Häggqvist
· 19 years ago
fe708f2
fixes warning.
by Michiel Van Der Kolk
· 19 years ago
872dd87
whoops.
by Michiel Van Der Kolk
· 19 years ago
f5f8c05
*whistles*
by Michiel Van Der Kolk
· 19 years ago
6ca9500
hopefully fixes alignment and doesn't break anything..
by Michiel Van Der Kolk
· 19 years ago
ec407a8
Code policy...
by Michiel Van Der Kolk
· 19 years ago
238bea7
dumb dumb dumb dumb dumb.....
by Michiel Van Der Kolk
· 19 years ago
c099300
Count hits... string searches appear to be broken for now, unsure why,
by Michiel Van Der Kolk
· 19 years ago
29909a3
Read searchquery from a search "file" (search tokenstream)
by Michiel Van Der Kolk
· 19 years ago
c013936
No unneeded delays...
by Michiel Van Der Kolk
· 19 years ago
9369d48
Search engine core for database v2, has an hardcoded "songs for year >= 1980 and year < 1990" at the moment.
by Michiel Van Der Kolk
· 19 years ago