summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2005-04-13Almost supports multiple-artist albums - needs a special case for songs with ...Jonas Häggqvist1-5/+5
2005-04-13Multi-artist cd handling will take a bit more work. Last version was broken.Jonas Häggqvist1-14/+13
2005-04-12Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for i...Thom Johansen1-1/+1
2005-04-12Improved handling of multi-artist albums and tags with different casesJonas Häggqvist1-3/+26
2005-03-17Oops. forgot. part of the dumb checkin.Michiel Van Der Kolk1-1/+1
2005-03-11Support for verbose builds with make V=1Linus Nielsen Feltzing1-7/+11
2005-03-10Build rockboxui.exe when cross-compiling a win32 sim, set MAKEFLAGS toDaniel Stenberg1-0/+5
2005-03-10 instead of hard coded gccLinus Nielsen Feltzing1-1/+1
2005-03-09The win32 cross-compiler now uses a "i586-mingw32msvc-" prefix, since that isDaniel Stenberg1-1/+1
2005-03-09GMini: libmad compiledJean-Philippe Bernardy1-5/+5
2005-03-08added makesrc.incDaniel Stenberg1-0/+1
2005-03-06generic SRC builder thingDaniel Stenberg1-0/+14
2005-03-04support .ovl files to "accompany" .rock files when they are viewersDaniel Stenberg1-4/+11
2005-03-03'rockboxui' is a target name used in/for simulators, ignore such executablesDaniel Stenberg1-0/+4
2005-03-03Add .ovl files to the zip, and treat them like .rock files.Daniel Stenberg1-1/+6
2005-03-03let zip do zip without depending on 'all', to allow zipping up packages thatDaniel Stenberg1-1/+1
2005-02-27No NOCYGWIN for the X11 simulator.Jens Arnold1-1/+1
2005-02-24Silent compilationLinus Nielsen Feltzing1-1/+1
2005-02-22Proper check for cygwin build environment, avoids win32 error 5 when loading ...Jens Arnold1-1/+3
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg2-3/+13
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg2-96/+145
2005-02-16Incorporate apps/codecs into the build system based on SOFTWARECODECS configu...Dave Chapman1-0/+13
2005-02-12finished configuration for the Gmini SPJean-Philippe Bernardy1-1/+15
2005-02-11set MEMORYSIZE in simulator builds too for better simulationDaniel Stenberg1-0/+2
2005-02-11provide 0x10000 as default flash address for Gmini if just pressing returnDaniel Stenberg1-0/+6
2005-02-11support zip for GminiDaniel Stenberg1-0/+3
2005-02-11name the Gmini output similar to the iRiverDaniel Stenberg1-1/+1
2005-02-11crude fix for gmini buildDaniel Stenberg1-1/+1
2005-02-10Linker script for gmini targetsJean-Philippe Bernardy1-2/+21
2005-02-08Emacs hintJean-Philippe Bernardy1-0/+2
2005-02-07Fixed updating of old translations which don't contain voice: entries.Jens Arnold1-0/+6
2005-02-06Strict alignment for the coldfireLinus Nielsen Feltzing1-1/+1
2005-02-04enable plugins in the iRiver buildsDaniel Stenberg1-1/+1
2005-02-01Keep comments other than the special ### comments.Jens Arnold1-2/+13
2005-02-01Bug fixes & enhancements: (1) Don't change voice: strings back to english jus...Jens Arnold1-11/+29
2005-02-01Bug fix: The trailing null byte wasn't added when there was whitespace after ...Jens Arnold1-1/+1
2005-01-31support iriver versionDaniel Stenberg1-0/+3
2005-01-31Fix: Deprecated voice-only entries were treated as (deprecated) standard LANG...Jens Arnold2-2/+2
2005-01-29add bootloader option (only usable for iRiver)Daniel Stenberg1-2/+18
2005-01-28New tool to insert the rockbox boot loader into the original firmware (iRiver)Linus Nielsen Feltzing2-2/+168
2005-01-28Changed scrambling type for iriverLinus Nielsen Feltzing1-1/+1
2005-01-28Adjusted the max/min sizes for the iriver scramblerLinus Nielsen Feltzing1-2/+2
2005-01-28Made the -add option use char instead of short, prevents endianness problemsLinus Nielsen Feltzing1-4/+3
2005-01-28The checksum is not a CRCLinus Nielsen Feltzing1-4/+4
2005-01-24store the 'add' checksum big-endianDaniel Stenberg1-2/+1
2005-01-24remove duplicated codeDaniel Stenberg1-2/+0
2005-01-24Added the "--add=[model]" option for upcoming iRiver work. Rockbox for iRiverDaniel Stenberg1-5/+58
2005-01-24iRiver scramble and descramble code from Dave CooperDaniel Stenberg6-16/+474
2005-01-23Correctly disable plugins for gmini.Jens Arnold1-1/+1
2005-01-19New way of handling the builtin language strings. Now the string pointers are...Jens Arnold1-4/+11