summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2008-08-19Character set handling refinements:Jens Arnold1-16/+15
2008-08-17Add a -s option to genlang to sort a language file into the same order as eng...Dave Chapman1-8/+26
2008-08-16Use maximum compression for 'make zip', 'make fullzip' and 'make 7zip' (recon...Jens Arnold2-2/+2
2008-08-15Print the actually selected voice in verbose mode, and try to figure out the ...Jens Arnold1-3/+13
2008-08-13Remove some irresponsible character set mangling from the Italian section of ...Jonas Häggqvist1-4/+0
2008-08-12Only print the header if we're running update.Jonas Häggqvist1-1/+1
2008-08-11Fix genlang to not remove the header from translation files.Jonas Häggqvist1-1/+6
2008-08-10Commit FS#9156 by Tomer Shalev - Fix the fact that rockboxdev.sh does not abo...Maurus Cuelenaere1-0/+6
2008-08-08Let PerlIO also do the LF<->CRLF conversion for SAPI.Jens Arnold1-11/+11
2008-08-07Silence some warnings in voice.pl by setting the encoding to UTF-8. Output on...Jonas Häggqvist1-2/+3
2008-08-07Fix $Jens Arnold1-1/+1
2008-08-07Fix SAPI voice file generation on multibyte windows variants (japanese, proba...Jens Arnold2-58/+16
2008-08-06Bugfix: Printing the unknown vendor warning to StdOut made it not appear in t...Jens Arnold1-1/+1
2008-08-04Handle SAPI5 voices without vendor attribute (reported for japanese L&H engin...Jens Arnold1-7/+14
2008-08-03Prepare Creative bootloader compilation for future dual boot integrationMaurus Cuelenaere4-24/+54
2008-08-02Commit FS#9228 thanks to Alex ParkerMaurus Cuelenaere1-2/+2
2008-08-01Commit second version of FS#9158 (Tomer Shalev) with spelling fixMaurus Cuelenaere1-31/+42
2008-07-30Commit FS#9012 thanks to Thomas MartitzMaurus Cuelenaere1-6/+18
2008-07-30Commit FS#9158 thanks to Tomer ShalevMaurus Cuelenaere1-2/+12
2008-07-30Adjust MIPSel compiler to the same as used in rockboxdev.shMaurus Cuelenaere1-1/+1
2008-07-28Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes ...Michael Giacomelli1-12/+27
2008-07-23Make 'make tar' and hence 'make gzip' and 'make bzip2' work again (reconfigur...Jens Arnold2-4/+4
2008-07-21Add a glob_move() function and use it for moving the .cp files.Jens Arnold1-2/+8
2008-07-20Chmod all moved files to 0755 (everything moved is codecs or plugins).Jonas Häggqvist1-0/+1
2008-07-20Only print convbdf command if running in verbose mode.Jonas Häggqvist1-1/+1
2008-07-20Further speedup: call convbdf once, rather than once for each font.Jonas Häggqvist1-15/+5
2008-07-20Skip an unneeded check. Simply call rmdir, and if it's empty it goes - if not...Jonas Häggqvist1-6/+2
2008-07-20Buildzip.pl changes - do as much as possible with Perl, rather than using the...Jonas Häggqvist1-33/+62
2008-07-20Extend rbspeex Makefile to allow easier building a universal binary needed fo...Dominik Riebeling1-17/+37
2008-07-20Fix 'Bareword ''CMD_OUT'' not allowed while ''strict subs'' in use' when buil...Jens Arnold1-1/+1
2008-07-19rbspeex: hopefully fixes compiling of rbspeexenc/dec on mac.Dominik Wenger1-1/+1
2008-07-17Fix building MIPS cross compilerMaurus Cuelenaere1-1/+3
2008-07-17Accept FS#8980 - fix typo and remove some accidentl code from tools/configureJonathan Gordon1-11/+3
2008-07-16Fix for OS X compilationMaurus Cuelenaere2-0/+115
2008-07-14Add preliminary support for the Onda VX747 (MIPS target)Maurus Cuelenaere2-0/+36
2008-07-09rbutil/rbspeex fix some small mistakes.Dominik Wenger1-2/+2
2008-07-09modify Makefile so its possible to build a universal lib. Building is still c...Dominik Wenger1-4/+12
2008-07-08introducing MIPS support, not included in the "build all" action yetDaniel Stenberg1-0/+10
2008-07-06fix checkwps againJonathan Gordon1-1/+11
2008-07-06get checkwps building again (FS#9150) - still doesnt compile on d2 and mr500 ...Jonathan Gordon2-14/+77
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg32-64/+128
2008-06-28revert this commit until we find a better fixMarcoen Hirschberg1-2/+1
2008-06-28revert accidental commitMarcoen Hirschberg1-2/+2
2008-06-27initial Meizu M6SL port (take 2)Marcoen Hirschberg3-7/+35
2008-06-27My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). ...Mark Arigo2-2/+28
2008-06-21Add the Sansa c100 as a build target with basic drivers.Marc Guay2-2/+23
2008-06-18Factor out scramble / mkboot functions to allow easier reuse (for rbutil).Dominik Riebeling6-34/+116
2008-06-11Two fixes for crosscompiled win32 simulators: * Make crosscompiled sims a con...Jens Arnold1-12/+12
2008-05-31FS#9047 by Alex Wallis fixing a typoNils Wallménius1-1/+1
2008-05-22Move C linkage binding for c++ to exporting header files instead of includes.Dominik Riebeling3-4/+25