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 Starts with and ends with support (for strings), as requested. 2005-05-10 23:44:22 +00:00
parser.h This should give some optimization when and-ing things.... 2005-04-28 21:28:42 +00:00
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 Code policy... 2005-04-29 21:02:17 +00:00
token.c New search capabilities; autorating, bitrate, track number, playtime, samplerate 2005-06-06 19:34:35 +00:00
token.h First runtime database support, self repairing, only playcount works for now, 2005-07-01 17:29:44 +00:00