rockbox/apps/plugins/searchengine
2006-01-15 18:20:18 +00:00
..
dbinterface.c First runtime database support, self repairing, only playcount works for now, 2005-07-01 17:29:44 +00:00
dbinterface.h entry *entryarray is static in the C source so it can't be extern here 2005-07-07 08:07:05 +00:00
Makefile 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. 2006-01-15 18:20:18 +00:00
parser.c
parser.h
searchengine.c 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. 2006-01-15 18:20:18 +00:00
searchengine.h
token.c
token.h