rockbox/apps/tagdb
Jens Arnold b4ada860b3 Allow building simulators on systems where errno is thread-local by using the system's implementation of errno.h for simulator builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8871 a1c6a512-1295-4272-9138-f99709370657
2006-02-28 23:56:44 +00:00
..
album.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
album.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
array_buffer.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
array_buffer.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
artist.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
artist.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
config.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
db.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
db.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
file.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
file.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
header.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
header.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
main.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
Makefile Initial import of tagdb 2005-07-06 11:03:20 +00:00
malloc.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
malloc.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
parser.c Allow building simulators on systems where errno is thread-local by using the system's implementation of errno.h for simulator builds. 2006-02-28 23:56:44 +00:00
README Initial import of tagdb 2005-07-06 11:03:20 +00:00
song.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
song.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
tag_dummy.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
tag_dummy.h Initial import of tagdb 2005-07-06 11:03:20 +00:00
unique.c Initial import of tagdb 2005-07-06 11:03:20 +00:00
unique.h Initial import of tagdb 2005-07-06 11:03:20 +00:00

The code is currently a working mess... needs cleanup
also it should be transformed into rockbox-format (header in each file).

things that work:
* DB creation

things that don't work (yet)
* Sorting
* reading files to parse the tags