summaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Collapse)AuthorAge
...
* Remove the (part of the) check that is actually not needed since the ↵Alexander Levin2009-04-30
| | | | | | 'properties' section is optional git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20831 a1c6a512-1295-4272-9138-f99709370657
* Allow to specify DWIDTH at font level making DWIDTH at char level optional ↵Alexander Levin2009-04-29
| | | | | | (FS#10176 by Yoshihisa Uchida with minor modifications by me) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20828 a1c6a512-1295-4272-9138-f99709370657
* FS#9973 by Yoshihisa Uchida: Fix simulator build failure when using advanced ↵Boris Gjenero2009-04-21
| | | | | | configure options on targets which build RomBox (Archos Player, Ondio SP) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20772 a1c6a512-1295-4272-9138-f99709370657
* Disable long calls on MIPS targets to cut binsizeMaurus Cuelenaere2009-04-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20739 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#10108 by myself: use the -r option for gmake and make when ↵Robert Menes2009-04-13
| | | | | | building the Rockbox dev environment. This was needed for Mac OS X especially; the -r option makes gmake and make ignore their own rules and use the rules set by rockboxdev.sh; thanks to Dave Chapman for the idea. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20704 a1c6a512-1295-4272-9138-f99709370657
* Second try for make install for normal builds. Now differentiate better ↵Thomas Martitz2009-04-12
| | | | | | between "PREFIX not set" and "PREFIX not set, but also not needed". Also, recreate the PREFIX when running make reconf. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20694 a1c6a512-1295-4272-9138-f99709370657
* Revert r20687 since it breaks make zip.Jonas Häggqvist2009-04-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20692 a1c6a512-1295-4272-9138-f99709370657
* Fix 'make fullinstall'Jens Arnold2009-04-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20689 a1c6a512-1295-4272-9138-f99709370657
* "make (full)install" for normal builds, specifiy the installation ↵Thomas Martitz2009-04-11
| | | | | | destination with PREFIX (e.g. PREFIX=/mnt/my_dap ../tools/configure). PREFIX not needed for sims, as it defaults to simdisk although PREFIX can override simdisk/. Use zip -r0 for install, and -r9 for for actual zips. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20687 a1c6a512-1295-4272-9138-f99709370657
* M:Robe 500: Start of proper remote support, touchscreen works without remote ↵Karl Kurbjun2009-04-11
| | | | | | now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20684 a1c6a512-1295-4272-9138-f99709370657
* Make rockboxdev.sh building multiple targets in a run work again by not ↵Thomas Martitz2009-04-10
| | | | | | complaining if build dir exists. Small other fixes too, like for clearing the build folders or showing the summaries. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20677 a1c6a512-1295-4272-9138-f99709370657
* Forgot to actually enable it..Maurus Cuelenaere2009-04-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20648 a1c6a512-1295-4272-9138-f99709370657
* Add some more possible sim targets and remove the memory-size variants.Jonas Häggqvist2009-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20615 a1c6a512-1295-4272-9138-f99709370657
* Let make bin create rockbox-info.txt too.Thomas Martitz2009-04-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20609 a1c6a512-1295-4272-9138-f99709370657
* Initial commit for the "Lyre prototype 1" port by Jorge Pinto from FS#10045.Daniel Stenberg2009-03-30
| | | | | | | Bootloader builds, normal does not. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20574 a1c6a512-1295-4272-9138-f99709370657
* When rockboxdev.sh temporarily adds $bindir to the PATH (so the gcc build ↵Dave Chapman2009-03-17
| | | | | | can find the matching binutils), put it at the start, just in case the user has an old (and incompatible) target-binutils around. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20346 a1c6a512-1295-4272-9138-f99709370657
* Make error message more informative; increase the max size of rotatable glyphsAlexander Levin2009-03-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20321 a1c6a512-1295-4272-9138-f99709370657
* Provide information about how the font could be reduced without glyph clippingAlexander Levin2009-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20307 a1c6a512-1295-4272-9138-f99709370657
* Oops, I cut&pasted a bit too much.Thomas Martitz2009-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20305 a1c6a512-1295-4272-9138-f99709370657
* rockboxdev.sh: Fix summary (it ended up in the wrong path after my previous ↵Thomas Martitz2009-03-12
| | | | | | | | commit to this file) Also, check if the prefix dir exists before checking write permissions to avoid confusing error messages. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20303 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#9614 by Yoshihisa Uchida: fix 'make tools'Maurus Cuelenaere2009-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20289 a1c6a512-1295-4272-9138-f99709370657
* Don't rebuild the dependency file on 'make reconf'. Build type and target ↵Jens Arnold2009-03-10
| | | | | | won't change, and there are some build types where the .dep file isn't needed at all, e.g. voice. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20282 a1c6a512-1295-4272-9138-f99709370657
* Make the mips compiler not complain when bitwise operations do not have ↵Michael Giacomelli2009-03-10
| | | | | | parenthesis. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20276 a1c6a512-1295-4272-9138-f99709370657
* Add a TODO mark -- code duplication is uglyAlexander Levin2009-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20257 a1c6a512-1295-4272-9138-f99709370657
* Introduced new options for convbdf that specify how the ascent/descent is ↵Alexander Levin2009-03-08
| | | | | | | | | | allowed to grow to avoid glyph clipping. The syntax is (for ascent, descent is similar): N[%][!]. E.g. -a3 allows ascent to become 3 pixels greater; -a3! forces ascent to become 3 px greater; -a20% allows ascent to grow 20% from what is specified in the font. By default, ascent/descent are not allowed to grow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20239 a1c6a512-1295-4272-9138-f99709370657
* Unify printing of warnings/errors/info messagesAlexander Levin2009-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20231 a1c6a512-1295-4272-9138-f99709370657
* Remove some more debug output. Add an option to strip binaries. Fix quoting ↵Jonas Häggqvist2009-03-07
| | | | | | at the zip stage. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20225 a1c6a512-1295-4272-9138-f99709370657
* Only print clip warnings in verbose modeAlexander Levin2009-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20222 a1c6a512-1295-4272-9138-f99709370657
* Remove the check since it can fail if the chars to process were limited per ↵Alexander Levin2009-03-06
| | | | | | command line options. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20221 a1c6a512-1295-4272-9138-f99709370657
* "Commit" the deleted file...Jonas Häggqvist2009-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20220 a1c6a512-1295-4272-9138-f99709370657
* Revamp of the bitmap allocation for the fonts. Implements the idea from ↵Alexander Levin2009-03-06
| | | | | | | | | FS#9907 (reallocate when maxwidth grows), but does it correctly. Also gets rid of the warning "DWIDTH spec > ..." which is irritating since the bounding box header of the font is not required to specify the MAX width. Also replaced TABs with spaces. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20219 a1c6a512-1295-4272-9138-f99709370657
* Don't skip the cleanup I commented out for debugging and build all targets ↵Jonas Häggqvist2009-03-06
| | | | | | if no specific targets are specified. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20216 a1c6a512-1295-4272-9138-f99709370657
* Smarten up the w32sims.pl script and rename it to sims.pl, since it does all ↵Jonas Häggqvist2009-03-06
| | | | | | sorts of sims now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20215 a1c6a512-1295-4272-9138-f99709370657
* Use plaint int here since it's also used for the other fieldsAlexander Levin2009-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20211 a1c6a512-1295-4272-9138-f99709370657
* Provide better stats (print the total number of glyphs as well)Alexander Levin2009-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20210 a1c6a512-1295-4272-9138-f99709370657
* Correct the char's bby and bbh if it's clippedAlexander Levin2009-03-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20207 a1c6a512-1295-4272-9138-f99709370657
* Clip the glyphs that wouldn't be correctly rendered by Rockbox thus avoiding ↵Alexander Levin2009-03-04
| | | | | | | | | "noise" in glyphs. See also the attachment in FS#9931 for the list of the "offending" fonts. Further steps would be to decide how such fonts can be handled better. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20204 a1c6a512-1295-4272-9138-f99709370657
* More GSoC related work. Have genlang parse the user field of the lang files. ↵Tom Ross2009-03-03
| | | | | | For now, all user strings are core. In the future more users will be added. Add missing user fields to a few phrases in some languages. Genlang will also warn if a phrase is missing the user field or it is unknown. The output format is unchanged. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20187 a1c6a512-1295-4272-9138-f99709370657
* Add a full stop after strings, since some voices use the existance of one to ↵Jonas Häggqvist2009-03-02
| | | | | | change intonation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20184 a1c6a512-1295-4272-9138-f99709370657
* Remove some development help.Jonas Häggqvist2009-03-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20182 a1c6a512-1295-4272-9138-f99709370657
* Ask which voice to use for Festival.Jonas Häggqvist2009-03-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20181 a1c6a512-1295-4272-9138-f99709370657
* Move generated lang-related files to their own directory in preparation of ↵Tom Ross2009-03-02
| | | | | | localizable plugins. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20170 a1c6a512-1295-4272-9138-f99709370657
* Set x bit aka fix red...Jens Arnold2009-03-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20164 a1c6a512-1295-4272-9138-f99709370657
* Calculate the optimal memory location for overlay plugins, and use ↵Jens Arnold2009-03-02
| | | | | | plugin.lds for linking them. This gets rid of hand-adjusted archos.lds, making it easy to use overlay plugins on other lowmem targets. * Fix some duplicate and incorrect dependencies. * Change the way libs are filtered, so that a lib can be specified more than once. This allows to get rid of explicitly linking gcc-support.o, fixing empty plugins on some simulator platforms. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20163 a1c6a512-1295-4272-9138-f99709370657
* Make genlang output errors on STDERR. FS#9668 by Tomer Shalev.Jonas Häggqvist2009-02-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20130 a1c6a512-1295-4272-9138-f99709370657
* Newer glibc has letoh16 and friends, so use them if availableFrank Gevaerts2009-02-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20128 a1c6a512-1295-4272-9138-f99709370657
* The built-in ld on OS X does not understand the --version flag so use -v ↵Tom Ross2009-02-27
| | | | | | instead and parse the output into something somewhat useful. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20123 a1c6a512-1295-4272-9138-f99709370657
* Get the M:Robe 500 main build booting again, fix a bug and commit the rest ↵Karl Kurbjun2009-02-26
| | | | | | of Cat's work to get sound working. The code is messy right now, but it plays a file (test.raw) in a normal build when you go into the debug ports screen. Take 1. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20118 a1c6a512-1295-4272-9138-f99709370657
* made 'make' in tools/database work againDaniel Stenberg2009-02-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20109 a1c6a512-1295-4272-9138-f99709370657
* Rearrange a bit, so that it checks for the build dir after downloading, ↵Thomas Martitz2009-02-24
| | | | | | makes it a bit more obvious that redownloading isn't needed, but only deletion of the build dir. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20099 a1c6a512-1295-4272-9138-f99709370657