summaryrefslogtreecommitdiff
path: root/firmware/export/logf.h (unfollow)
Commit message (Collapse)Author
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen
Rockbox tagcache database engine. Only host endian support at the moment and no command line parameters. Mainly for developers for debugging at the moment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11497 a1c6a512-1295-4272-9138-f99709370657
2005-06-30decrease to 30Michiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6950 a1c6a512-1295-4272-9138-f99709370657
2005-06-30better logfMichiel Van Der Kolk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6949 a1c6a512-1295-4272-9138-f99709370657
2005-06-22My gcc v3.3.5 choked on the bool type, solved with this include.Tomas Salfischberger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6807 a1c6a512-1295-4272-9138-f99709370657
2005-06-01Modified logf to use a define for the log width, and changed it to default toDaniel Stenberg
21 as that is what fits in an iriver LCD by default since the font is 6 pixels wide. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6547 a1c6a512-1295-4272-9138-f99709370657
2005-05-30(Optional) logf supportDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6538 a1c6a512-1295-4272-9138-f99709370657
2005-05-24update to the new logf style and moved the defines here tooDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6521 a1c6a512-1295-4272-9138-f99709370657
2005-05-23initial logf() work, not added to SOURCES yet (on purpose)Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6514 a1c6a512-1295-4272-9138-f99709370657
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or ↵Hardeep Sidhu
playlist from file browser to see available options. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3796 a1c6a512-1295-4272-9138-f99709370657
2003-03-12Changed ON+PLAY screen to a menu, unified player & recorder and moved the ↵Björn Stenberg
code to a separate file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3436 a1c6a512-1295-4272-9138-f99709370657
2002-07-15Added build timestamp in version stringBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1350 a1c6a512-1295-4272-9138-f99709370657
2002-05-29make the version string say "CVS" when retrieved from CVS, it getsDaniel Stenberg
generated automaticly when building tarball releases git-svn-id: svn://svn.rockbox.org/rockbox/trunk@794 a1c6a512-1295-4272-9138-f99709370657
2002-05-29Added version display to menuBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@787 a1c6a512-1295-4272-9138-f99709370657
2002-05-29APPSVERSION is defined in a stand-alone header file, and main.c setsDaniel Stenberg
a global variable accordingly. Keep the header file clean, we want to be able to machine-generate it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@785 a1c6a512-1295-4272-9138-f99709370657