summaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Collapse)AuthorAge
...
* Revert unnecessary fix for broken Interix-gcc 4.2.Jens Arnold2008-09-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18670 a1c6a512-1295-4272-9138-f99709370657
* Fixes for building the MIPS toolchain on Interix: (1) Binutils need -Werror ↵Jens Arnold2008-09-29
| | | | | | disabled, because compiling binutils (and also gcc) spits a lot of alignment warings. (2) Gcc tries to call 'sh' without path in by default (#!sh), but Interix 3.5+ doesn't allow that. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18666 a1c6a512-1295-4272-9138-f99709370657
* Interix also doesn't like the m68040.Jens Arnold2008-09-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18661 a1c6a512-1295-4272-9138-f99709370657
* Fix yellowMaurus Cuelenaere2008-09-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18659 a1c6a512-1295-4272-9138-f99709370657
* MkZenBoot:Maurus Cuelenaere2008-09-28
| | | | | | | | | * Add warning for big endian players * Remove FRESC keys * Add support for Zen Mozaic git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18658 a1c6a512-1295-4272-9138-f99709370657
* Remove some nonessential comments from the c100 section.Robert Menes2008-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18604 a1c6a512-1295-4272-9138-f99709370657
* make sure the manufacturer titles are aligned properlyJonathan Gordon2008-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18578 a1c6a512-1295-4272-9138-f99709370657
* add some more whitespace to make the creative and phillips targets more readableJonathan Gordon2008-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18577 a1c6a512-1295-4272-9138-f99709370657
* Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik ↵Dave Chapman2008-09-22
| | | | | | DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18566 a1c6a512-1295-4272-9138-f99709370657
* add Meizu M6SP and M3 portsMarcoen Hirschberg2008-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18544 a1c6a512-1295-4272-9138-f99709370657
* Commit fs#9404 (iAudio 7 updates by vitja). Also fixes play/pause behaviour ↵Rob Purchase2008-09-16
| | | | | | on D2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18528 a1c6a512-1295-4272-9138-f99709370657
* Onda VX747:Maurus Cuelenaere2008-09-14
| | | | | | | | | * Get rid of bug when interrupts are enabled * Get threading to work (although with some weirdness) * Other fixes/optimizations git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18512 a1c6a512-1295-4272-9138-f99709370657
* Allow arbitrary compiler combinations in rockboxdev.sh by specifying a list ↵Dominik Riebeling2008-09-07
| | | | | | of compilers to build. Remove "all" selection in favor of that (FS#9372). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18444 a1c6a512-1295-4272-9138-f99709370657
* * Clean up screenshot a bit and make it more self-descriptiveMaurus Cuelenaere2008-09-07
| | | | | | | * Make mkzenboot truly standalone git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18443 a1c6a512-1295-4272-9138-f99709370657
* Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at ↵Dave Chapman2008-09-06
| | | | | | quite an advanced stage, but is troubled by the lack of a reliable NAND driver (similar to the Cowon D2 port) and is not yet suitable for non-developers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18435 a1c6a512-1295-4272-9138-f99709370657
* Add Onda VX767 targetMaurus Cuelenaere2008-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18422 a1c6a512-1295-4272-9138-f99709370657
* Make bdf2bmp work on 64 bit hosts.Jens Arnold2008-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18416 a1c6a512-1295-4272-9138-f99709370657
* rename ARCH define because of conflict with some systems. see (FS#9321)Dominik Wenger2008-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18379 a1c6a512-1295-4272-9138-f99709370657
* revert -fPIC change, as it seems to be gentoo related problem...Christian Gmeiner2008-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18378 a1c6a512-1295-4272-9138-f99709370657
* add -fPIC to GCCOPTS for simgcc to prevent warnings like: warning: creating ↵Christian Gmeiner2008-09-01
| | | | | | a DT_TEXTREL in object. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18376 a1c6a512-1295-4272-9138-f99709370657
* mkzenboot:Maurus Cuelenaere2008-08-28
| | | | | | | | * Make it compile using MingW on Windows * Add other devices git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18359 a1c6a512-1295-4272-9138-f99709370657
* * Commit dual-boot support for Creative ZVx familyMaurus Cuelenaere2008-08-27
| | | | | | | | | | * Add mkzenboot: makes it possible to integrate Rockbox bootloader with Creative firmwares without the need of distributing binaries * Add Tadeusz Pyś to credits, who figured out the minifs file system * Fix bootloader git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18352 a1c6a512-1295-4272-9138-f99709370657
* Don't include a database.ignore file in a font-only package.Jens Arnold2008-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18351 a1c6a512-1295-4272-9138-f99709370657
* Fix FS #9280 (bsd tar errors out when called with -u and the destination ↵Jens Arnold2008-08-26
| | | | | | 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
* Remove unused argument to the buildzip() function.Antoine Cellerier2008-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18349 a1c6a512-1295-4272-9138-f99709370657
* Also remove the .7z, .tar, .tar.gz and .tar.bz2 rockbox files when runing ↵Antoine Cellerier2008-08-26
| | | | | | the clean target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18347 a1c6a512-1295-4272-9138-f99709370657
* Fix compiling on *BSD targets (and probably others too)Maurus Cuelenaere2008-08-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18346 a1c6a512-1295-4272-9138-f99709370657
* Character set handling refinements:Jens Arnold2008-08-19
| | | | | | | | - 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
* Add a -s option to genlang to sort a language file into the same order as ↵Dave Chapman2008-08-17
| | | | | | english.lang git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18303 a1c6a512-1295-4272-9138-f99709370657
* Use maximum compression for 'make zip', 'make fullzip' and 'make 7zip' ↵Jens Arnold2008-08-16
| | | | | | (reconfigure for the 7zip change to take effect). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18296 a1c6a512-1295-4272-9138-f99709370657
* Print the actually selected voice in verbose mode, and try to figure out the ↵Jens Arnold2008-08-15
| | | | | | 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
* Remove some irresponsible character set mangling from the Italian section of ↵Jonas Häggqvist2008-08-13
| | | | | | | | | | 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
* Only print the header if we're running update.Jonas Häggqvist2008-08-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18253 a1c6a512-1295-4272-9138-f99709370657
* Fix genlang to not remove the header from translation files.Jonas Häggqvist2008-08-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18248 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#9156 by Tomer Shalev - Fix the fact that rockboxdev.sh does not ↵Maurus Cuelenaere2008-08-10
| | | | | | abort when downloading fails git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18236 a1c6a512-1295-4272-9138-f99709370657
* Let PerlIO also do the LF<->CRLF conversion for SAPI.Jens Arnold2008-08-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18218 a1c6a512-1295-4272-9138-f99709370657
* Silence some warnings in voice.pl by setting the encoding to UTF-8. Output ↵Jonas Häggqvist2008-08-07
| | | | | | on Cygwin will be wrong if using verbose mode. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18216 a1c6a512-1295-4272-9138-f99709370657
* Fix $Jens Arnold2008-08-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18214 a1c6a512-1295-4272-9138-f99709370657
* Fix SAPI voice file generation on multibyte windows variants (japanese, ↵Jens Arnold2008-08-07
| | | | | | 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
* Bugfix: Printing the unknown vendor warning to StdOut made it not appear in ↵Jens Arnold2008-08-06
| | | | | | the console, and confused voice.pl. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18201 a1c6a512-1295-4272-9138-f99709370657
* Handle SAPI5 voices without vendor attribute (reported for japanese L&H ↵Jens Arnold2008-08-04
| | | | | | engines - see FS#9148). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18196 a1c6a512-1295-4272-9138-f99709370657
* Prepare Creative bootloader compilation for future dual boot integrationMaurus Cuelenaere2008-08-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18187 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#9228 thanks to Alex ParkerMaurus Cuelenaere2008-08-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18179 a1c6a512-1295-4272-9138-f99709370657
* Commit second version of FS#9158 (Tomer Shalev) with spelling fixMaurus Cuelenaere2008-08-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18168 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#9012 thanks to Thomas MartitzMaurus Cuelenaere2008-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18153 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#9158 thanks to Tomer ShalevMaurus Cuelenaere2008-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18152 a1c6a512-1295-4272-9138-f99709370657
* Adjust MIPSel compiler to the same as used in rockboxdev.shMaurus Cuelenaere2008-07-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18148 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes ↵Michael Giacomelli2008-07-28
| | | | | | 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
* Make 'make tar' and hence 'make gzip' and 'make bzip2' work again ↵Jens Arnold2008-07-23
| | | | | | (reconfigure if you use one of these). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18116 a1c6a512-1295-4272-9138-f99709370657
* Add a glob_move() function and use it for moving the .cp files.Jens Arnold2008-07-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18113 a1c6a512-1295-4272-9138-f99709370657