summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2008-08-26Fix FS #9280 (bsd tar errors out when called with -u and the destination ↵Jens Arnold
file doesn't exist) by using -c. This requires buildzip.pl to only call the archiver once, with the additional beneft that it's more efficient (saves a call, and allows 7zip archives to become smaller). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18350 a1c6a512-1295-4272-9138-f99709370657
2008-08-26Remove unused argument to the buildzip() function.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18349 a1c6a512-1295-4272-9138-f99709370657
2008-08-26Also remove the .7z, .tar, .tar.gz and .tar.bz2 rockbox files when runing ↵Antoine Cellerier
the clean target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18347 a1c6a512-1295-4272-9138-f99709370657
2008-08-26Fix compiling on *BSD targets (and probably others too)Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18346 a1c6a512-1295-4272-9138-f99709370657
2008-08-19Character set handling refinements:Jens Arnold
- Default to UTF-8 for all I/O, including STDIO, removing the need to explicitly select UTF-8 in several places - Let PerlIO check for valid UTF-8 - Cygwin/SAPI: Perl 5.8.8 breaks when asked to handle both UTF-16 and CRLF in PerlIO ('unexpected non-continuation byte'). Work around this by going back to manual CRLF handling. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18321 a1c6a512-1295-4272-9138-f99709370657
2008-08-17Add a -s option to genlang to sort a language file into the same order as ↵Dave Chapman
english.lang git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18303 a1c6a512-1295-4272-9138-f99709370657
2008-08-16Use maximum compression for 'make zip', 'make fullzip' and 'make 7zip' ↵Jens Arnold
(reconfigure for the 7zip change to take effect). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18296 a1c6a512-1295-4272-9138-f99709370657
2008-08-15Print the actually selected voice in verbose mode, and try to figure out the ↵Jens Arnold
vendor from the name for SAPI5 L&H voices if there is no vendor attribute. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18289 a1c6a512-1295-4272-9138-f99709370657
2008-08-13Remove some irresponsible character set mangling from the Italian section of ↵Jonas Häggqvist
voice.pl. If this is really needed, add it under each individual TTS engine that is confirmed to need this. And please use only UTF-8 in the script (binary data should be entered as \xe9 etc). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18268 a1c6a512-1295-4272-9138-f99709370657
2008-08-12Only print the header if we're running update.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18253 a1c6a512-1295-4272-9138-f99709370657
2008-08-11Fix genlang to not remove the header from translation files.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18248 a1c6a512-1295-4272-9138-f99709370657
2008-08-10Commit FS#9156 by Tomer Shalev - Fix the fact that rockboxdev.sh does not ↵Maurus Cuelenaere
abort when downloading fails git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18236 a1c6a512-1295-4272-9138-f99709370657
2008-08-08Let PerlIO also do the LF<->CRLF conversion for SAPI.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18218 a1c6a512-1295-4272-9138-f99709370657
2008-08-07Silence some warnings in voice.pl by setting the encoding to UTF-8. Output ↵Jonas Häggqvist
on Cygwin will be wrong if using verbose mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18216 a1c6a512-1295-4272-9138-f99709370657
2008-08-07Fix $Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18214 a1c6a512-1295-4272-9138-f99709370657
2008-08-07Fix SAPI voice file generation on multibyte windows variants (japanese, ↵Jens Arnold
probably others, see FS #9246). This gets rid of the conversion in the VBScript (which relied on unsafe assumptions about charset conversion in windows), and lets PerlIO do the work instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18213 a1c6a512-1295-4272-9138-f99709370657
2008-08-06Bugfix: Printing the unknown vendor warning to StdOut made it not appear in ↵Jens Arnold
the console, and confused voice.pl. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18201 a1c6a512-1295-4272-9138-f99709370657
2008-08-04Handle SAPI5 voices without vendor attribute (reported for japanese L&H ↵Jens Arnold
engines - see FS#9148). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18196 a1c6a512-1295-4272-9138-f99709370657
2008-08-03Prepare Creative bootloader compilation for future dual boot integrationMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18187 a1c6a512-1295-4272-9138-f99709370657
2008-08-02Commit FS#9228 thanks to Alex ParkerMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18179 a1c6a512-1295-4272-9138-f99709370657
2008-08-01Commit second version of FS#9158 (Tomer Shalev) with spelling fixMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18168 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Commit FS#9012 thanks to Thomas MartitzMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18153 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Commit FS#9158 thanks to Tomer ShalevMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18152 a1c6a512-1295-4272-9138-f99709370657
2008-07-30Adjust MIPSel compiler to the same as used in rockboxdev.shMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18148 a1c6a512-1295-4272-9138-f99709370657
2008-07-28Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes ↵Michael Giacomelli
various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18142 a1c6a512-1295-4272-9138-f99709370657
2008-07-23Make 'make tar' and hence 'make gzip' and 'make bzip2' work again ↵Jens Arnold
(reconfigure if you use one of these). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18116 a1c6a512-1295-4272-9138-f99709370657
2008-07-21Add a glob_move() function and use it for moving the .cp files.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18113 a1c6a512-1295-4272-9138-f99709370657
2008-07-20Chmod all moved files to 0755 (everything moved is codecs or plugins).Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18112 a1c6a512-1295-4272-9138-f99709370657
2008-07-20Only print convbdf command if running in verbose mode.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18111 a1c6a512-1295-4272-9138-f99709370657
2008-07-20Further speedup: call convbdf once, rather than once for each font.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18110 a1c6a512-1295-4272-9138-f99709370657
2008-07-20Skip an unneeded check. Simply call rmdir, and if it's empty it goes - if ↵Jonas Häggqvist
not, it stays. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18109 a1c6a512-1295-4272-9138-f99709370657
2008-07-20Buildzip.pl changes - do as much as possible with Perl, rather than using ↵Jonas Häggqvist
the shell. This gives a huge speedup on Cygwin (>400%), and a slight speedup (25%) on Linux. If zips suddenly start missing files - blame this commit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18108 a1c6a512-1295-4272-9138-f99709370657
2008-07-20Extend rbspeex Makefile to allow easier building a universal binary needed ↵Dominik Riebeling
for rbutil. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18103 a1c6a512-1295-4272-9138-f99709370657
2008-07-20Fix 'Bareword ''CMD_OUT'' not allowed while ''strict subs'' in use' when ↵Jens Arnold
building SAPI voices using newer perl versions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18102 a1c6a512-1295-4272-9138-f99709370657
2008-07-19rbspeex: hopefully fixes compiling of rbspeexenc/dec on mac.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18096 a1c6a512-1295-4272-9138-f99709370657
2008-07-17Fix building MIPS cross compilerMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18081 a1c6a512-1295-4272-9138-f99709370657
2008-07-17Accept FS#8980 - fix typo and remove some accidentl code from tools/configureJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18078 a1c6a512-1295-4272-9138-f99709370657
2008-07-16Fix for OS X compilationMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18073 a1c6a512-1295-4272-9138-f99709370657
2008-07-14Add preliminary support for the Onda VX747 (MIPS target)Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18032 a1c6a512-1295-4272-9138-f99709370657
2008-07-09rbutil/rbspeex fix some small mistakes.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18004 a1c6a512-1295-4272-9138-f99709370657
2008-07-09modify Makefile so its possible to build a universal lib. Building is still ↵Dominik Wenger
complicated. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18002 a1c6a512-1295-4272-9138-f99709370657
2008-07-08introducing MIPS support, not included in the "build all" action yetDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17986 a1c6a512-1295-4272-9138-f99709370657
2008-07-06fix checkwps againJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17958 a1c6a512-1295-4272-9138-f99709370657
2008-07-06get checkwps building again (FS#9150) - still doesnt compile on d2 and mr500 ↵Jonathan Gordon
though git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17957 a1c6a512-1295-4272-9138-f99709370657
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
2008-06-28revert this commit until we find a better fixMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17825 a1c6a512-1295-4272-9138-f99709370657
2008-06-28revert accidental commitMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17823 a1c6a512-1295-4272-9138-f99709370657
2008-06-27initial Meizu M6SL port (take 2)Marcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17819 a1c6a512-1295-4272-9138-f99709370657
2008-06-27My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). ↵Mark Arigo
Current status is that the bootloader works to load Rockbox, but dual boot does not work: it freezes after decrypting the OF. When Rockbox boots, it freezes somewhere between showing the logo and the main menu. And there's no driver for the touchpad. So lots of work left. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17809 a1c6a512-1295-4272-9138-f99709370657
2008-06-21Add the Sansa c100 as a build target with basic drivers.Marc Guay
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17742 a1c6a512-1295-4272-9138-f99709370657