summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2006-05-01now use -Os with patched gccDaniel Stenberg1-1/+1
2006-05-01Alert the user for gcc compiler version used for SH if not gcc4 with rockbox ...Daniel Stenberg1-0/+21
2006-04-27Fixed a bug where it didn't warn on lack of quotes as it was supposed to.Daniel Stenberg1-7/+11
2006-04-20use 'ar' and 'ranlib' and not the variables that may be set to theDaniel Stenberg1-3/+4
2006-04-20removed langv1 remaindersDaniel Stenberg1-2/+0
2006-04-19use tag cacheDaniel Stenberg2-2855/+0
2006-04-19More usable playlist generation, added "<All tracks>" entry to tagMiika Pekkarinen1-5/+5
2006-04-18Fix bug with fonts containing missing glyphs before default glyph. Also, allo...Frank Dischner1-37/+33
2006-04-06* added more safety checks for failed open()sDaniel Stenberg1-6/+24
2006-04-05CP1251 is cyrillic, and not only russian codepageHristo Kovachev1-1/+1
2006-04-05ranlib the .a file after creationDaniel Stenberg1-1/+2
2006-04-04Initial support for the advanced conditional fully configurable tagcacheMiika Pekkarinen1-0/+2
2006-04-04In fact there's a named constant for this value, use that instead.Jonas Häggqvist1-1/+1
2006-04-04Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as ap...Jens Arnold1-1/+1
2006-04-03Fixed the 7zip and tar targets for langv2 supportDaniel Stenberg1-2/+2
2006-04-03we're on langversion 3!Daniel Stenberg1-1/+1
2006-04-03langv2Daniel Stenberg6-932/+554
2006-04-03Patch #5013 by Jonas Häggqvist - Fix spurious fwpatcher patching attemptsLinus Nielsen Feltzing1-2/+3
2006-04-02first take at -o for producing a friendly output for the voice-generatingDaniel Stenberg1-38/+86
2006-04-01The ipod mini 2g gets the same manual as the ipod mini.Dave Chapman1-0/+3
2006-04-01Thorough .lang rework: Removed all deprecated strings, combined string which ...Jens Arnold1-2/+2
2006-04-01Add apps/plugins/SUBDIRS file for specifying when to build each of the multi-...Dave Chapman1-0/+14
2006-03-30Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No so...Jens Arnold2-2/+24
2006-03-29Don't allow completely empty strings. This fixed the total mess I noticedDaniel Stenberg1-0/+5
2006-03-28Now including a fairly good uplang replacement as well, as well as supportingDaniel Stenberg1-47/+84
2006-03-27Support iAudio X5V in the scramblerLinus Nielsen Feltzing1-6/+12
2006-03-27iaudio is not usedDaniel Stenberg2-111/+1
2006-03-25only ship the licences as the other plain text doc files are waaaay outDaniel Stenberg1-6/+2
2006-03-25settingling on options and even uplang support starts to functionDaniel Stenberg1-69/+296
2006-03-23Remove commented codeBrandon Low1-6/+0
2006-03-22Proper scrambling options for the X5Linus Nielsen Feltzing1-1/+1
2006-03-21Add X5 support to scrambleLinus Nielsen Feltzing1-1/+3
2006-03-21seems to generate correct .c and .h files from v2 filesDaniel Stenberg1-7/+33
2006-03-21initial take at upgrade script from v1 to v2 file formatDaniel Stenberg1-0/+54
2006-03-19introducing make gzip, make bzip2 and make helpDaniel Stenberg1-1/+24
2006-03-18exclude more bitmap and swcodec things from the player zipsDaniel Stenberg1-17/+18
2006-03-18hush you little scriptDaniel Stenberg1-1/+1
2006-03-18Minor bugfix for profile parsingBrandon Low1-1/+1
2006-03-11Fix silly 64 bit problem in uclpack.Jens Arnold1-1/+1
2006-03-07Add the target directory tree to the include path, and set the TARGET_TREE ma...Linus Nielsen Feltzing1-0/+14
2006-03-05build a tar.bz2 file as well at it compresses a lot better than tar.gzDaniel Stenberg1-2/+3
2006-03-02improve FreeBSD support a littleMarcoen Hirschberg1-1/+1
2006-03-01Fix 'make clean' in tools.Jens Arnold2-2/+2
2006-03-01x86_64 needs -fPIC to make shared object link (plugins, codecs).Jens Arnold1-1/+4
2006-02-28open the image in binary mode to work better on windowsDaniel Stenberg1-1/+6
2006-02-27Fix stupid padded width calculation bug.Jens Arnold1-1/+1
2006-02-24first gigabeat commitMarcoen Hirschberg1-0/+26
2006-02-23at popular request "make clean" no longer cleans the tools. UseDaniel Stenberg1-1/+5
2006-02-23make clean remove the generated bmp pic too (for sim builds)Daniel Stenberg1-1/+1
2006-02-23Change clean: target to directly rm -fr the files instead of calling the othe...Dave Chapman1-3/+4