summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-04-07Forgot to actually enable it..Maurus Cuelenaere
2009-04-04Add some more possible sim targets and remove the memory-size variants.Jonas Häggqvist
2009-04-03Let make bin create rockbox-info.txt too.Thomas Martitz
2009-03-30Initial commit for the "Lyre prototype 1" port by Jorge Pinto from FS#10045.Daniel Stenberg
2009-03-17When rockboxdev.sh temporarily adds $bindir to the PATH (so the gcc build can...Dave Chapman
2009-03-13Make error message more informative; increase the max size of rotatable glyphsAlexander Levin
2009-03-12Provide information about how the font could be reduced without glyph clippingAlexander Levin
2009-03-12Oops, I cut&pasted a bit too much.Thomas Martitz
2009-03-12rockboxdev.sh: Fix summary (it ended up in the wrong path after my previous c...Thomas Martitz
2009-03-11Commit FS#9614 by Yoshihisa Uchida: fix 'make tools'Maurus Cuelenaere
2009-03-10Don't rebuild the dependency file on 'make reconf'. Build type and target won...Jens Arnold
2009-03-10Make the mips compiler not complain when bitwise operations do not have paren...Michael Giacomelli
2009-03-09Add a TODO mark -- code duplication is uglyAlexander Levin
2009-03-08Introduced new options for convbdf that specify how the ascent/descent is all...Alexander Levin
2009-03-07Unify printing of warnings/errors/info messagesAlexander Levin
2009-03-07Remove some more debug output. Add an option to strip binaries. Fix quoting a...Jonas Häggqvist
2009-03-06Only print clip warnings in verbose modeAlexander Levin
2009-03-06Remove the check since it can fail if the chars to process were limited per c...Alexander Levin
2009-03-06"Commit" the deleted file...Jonas Häggqvist
2009-03-06Revamp of the bitmap allocation for the fonts. Implements the idea from FS#99...Alexander Levin
2009-03-06Don't skip the cleanup I commented out for debugging and build all targets if...Jonas Häggqvist
2009-03-06Smarten up the w32sims.pl script and rename it to sims.pl, since it does all ...Jonas Häggqvist
2009-03-05Use plaint int here since it's also used for the other fieldsAlexander Levin
2009-03-05Provide better stats (print the total number of glyphs as well)Alexander Levin
2009-03-05Correct the char's bby and bbh if it's clippedAlexander Levin
2009-03-04Clip the glyphs that wouldn't be correctly rendered by Rockbox thus avoiding ...Alexander Levin
2009-03-03More GSoC related work. Have genlang parse the user field of the lang files. ...Tom Ross
2009-03-02Add a full stop after strings, since some voices use the existance of one to ...Jonas Häggqvist
2009-03-02Remove some development help.Jonas Häggqvist
2009-03-02Ask which voice to use for Festival.Jonas Häggqvist
2009-03-02Move generated lang-related files to their own directory in preparation of lo...Tom Ross
2009-03-02Set x bit aka fix red...Jens Arnold
2009-03-02Calculate the optimal memory location for overlay plugins, and use plugin.lds...Jens Arnold
2009-02-27Make genlang output errors on STDERR. FS#9668 by Tomer Shalev.Jonas Häggqvist
2009-02-27Newer glibc has letoh16 and friends, so use them if availableFrank Gevaerts
2009-02-27The built-in ld on OS X does not understand the --version flag so use -v inst...Tom Ross
2009-02-26Get the M:Robe 500 main build booting again, fix a bug and commit the rest of...Karl Kurbjun
2009-02-26made 'make' in tools/database work againDaniel Stenberg
2009-02-24Rearrange a bit, so that it checks for the build dir after downloading, makes...Thomas Martitz
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg
2009-02-18POSIX fix for configure (echo is unreliable for this kind of thing)Jonas Häggqvist
2009-02-18The HDD1630 build works on the Philips HDD1830 as-is (only difference is the ...Mark Arigo
2009-02-10Gigabeat F/X/S do not need '-mlong-calls' since they do not use IRAM for code...Michael Sevakis
2009-02-09Onda VX747: commit some parts to get apps/ to compile (more will follow)Maurus Cuelenaere
2009-02-04Commit FS#9494 by Yoshihisa Uchida: add support for building the simulators u...Maurus Cuelenaere
2009-02-02Checkwps: move output files to current directoryMaurus Cuelenaere
2009-02-02Checkwps: the scripts of course shouldn't be searching for output files in ro...Maurus Cuelenaere
2009-02-02Make checkwps compile scripts directory-independentMaurus Cuelenaere
2009-01-31FS#9763 - Sansa Clip modified WPS. This modified wps avoids wps elements gett...Bertrik Sikken
2009-01-29Get checkwps working againMaurus Cuelenaere