summaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Collapse)AuthorAge
...
* Clear out confusion about UTF8<->ANSI in tools/creative.cMaurus Cuelenaere2008-05-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17385 a1c6a512-1295-4272-9138-f99709370657
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and ↵Nicolas Pennequin2008-05-05
| | | | | | tools/creative.c, which need checking. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17369 a1c6a512-1295-4272-9138-f99709370657
* Renamed build_tagcache to tagcache_build to make it consistent with the ↵Bertrik Sikken2008-05-03
| | | | | | function naming of the other functions in tagcache.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17331 a1c6a512-1295-4272-9138-f99709370657
* Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik ↵Dave Chapman2008-05-02
| | | | | | DAX (the LCD driver worked unchanged). Plus various tcc77x work, including a working tick interrupt (enabled in the bootloader). Rockbox itself builds for the M200 (there are no keymaps yet for the DAX), but doesn't progress very far due to the lack of an ATA (NAND flash) driver. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17306 a1c6a512-1295-4272-9138-f99709370657
* Small tweak for festival to correct the spelling of 'A', fixes FS#8889Nils Wallménius2008-04-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17282 a1c6a512-1295-4272-9138-f99709370657
* now build the ARM crosscompiler with support for big-endian targetsMarcoen Hirschberg2008-04-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17279 a1c6a512-1295-4272-9138-f99709370657
* Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere2008-04-24
| | | | | | | changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17241 a1c6a512-1295-4272-9138-f99709370657
* Fixes tabbing/formatting.Maurus Cuelenaere2008-04-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17240 a1c6a512-1295-4272-9138-f99709370657
* Add support for the Creative ZEN and renew the way firmwares are Maurus Cuelenaere2008-04-24
| | | | | | | created. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17239 a1c6a512-1295-4272-9138-f99709370657
* Unreverse Gigabeat S bootloader. Boot Rockbox with hold switch off.Michael Sevakis2008-04-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17203 a1c6a512-1295-4272-9138-f99709370657
* Some general housekeeping. Fixed a few yellows, made the volume buttons work ↵Will Robertson2008-04-16
| | | | | | in lists. ROLO now works also thanks to rob's work on the D2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17139 a1c6a512-1295-4272-9138-f99709370657
* Fix a (possibly gcc 3 only) warning.Steve Bavin2008-04-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17112 a1c6a512-1295-4272-9138-f99709370657
* decrease the risk of an overflow due to typecase from unsigned to signedDaniel Stenberg2008-04-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17065 a1c6a512-1295-4272-9138-f99709370657
* and fix yet another picky warningDaniel Stenberg2008-04-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17063 a1c6a512-1295-4272-9138-f99709370657
* oopsDaniel Stenberg2008-04-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17062 a1c6a512-1295-4272-9138-f99709370657
* make the compiles A LOT more picky and pedanticDaniel Stenberg2008-04-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17061 a1c6a512-1295-4272-9138-f99709370657
* cleanup code for picky compiler warning optionsDaniel Stenberg2008-04-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17060 a1c6a512-1295-4272-9138-f99709370657
* Change HMAC-SHA1 implementation to the one taken from gnulib, which Maurus Cuelenaere2008-04-09
| | | | | | | | contains a more clear copyright notice. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17054 a1c6a512-1295-4272-9138-f99709370657
* more code policing to stop warnings when built with -W -WallDaniel Stenberg2008-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17048 a1c6a512-1295-4272-9138-f99709370657
* Code PolicingDaniel Stenberg2008-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17046 a1c6a512-1295-4272-9138-f99709370657
* Code Police raid: -W -Wall cleansingDaniel Stenberg2008-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17045 a1c6a512-1295-4272-9138-f99709370657
* include string.h for the memory functions to fix yellowsDaniel Stenberg2008-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17044 a1c6a512-1295-4272-9138-f99709370657
* Fix yellowMaurus Cuelenaere2008-04-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17043 a1c6a512-1295-4272-9138-f99709370657
* First commit:Maurus Cuelenaere2008-04-09
| | | | | | | | | * add Creative (ZVM, 60GB, ZV, ZVW, ZENV) support to scramble * update configure to the correct values git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17042 a1c6a512-1295-4272-9138-f99709370657
* Some other minor fixes to accent with italian TTS.Alessio Lenzi2008-04-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17027 a1c6a512-1295-4272-9138-f99709370657
* FS#8842 by Thomas Martitz, thanks!Daniel Stenberg2008-04-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16935 a1c6a512-1295-4272-9138-f99709370657
* fix the m68k crosscompiler build for FreeBSDMarcoen Hirschberg2008-03-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16856 a1c6a512-1295-4272-9138-f99709370657
* Fixed some accents for italian TTS pronunciation.Alessio Lenzi2008-03-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16850 a1c6a512-1295-4272-9138-f99709370657
* Revert "initial Meizu M6SL port"Marcoen Hirschberg2008-03-27
| | | | | | | This reverts commit b7bd17ce1715c3a8acbf74a63694c28b6075da5b. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16846 a1c6a512-1295-4272-9138-f99709370657
* initial Meizu M6SL portMarcoen Hirschberg2008-03-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16844 a1c6a512-1295-4272-9138-f99709370657
* Prevent the user from running "make" directly - it should only be invoked by ↵Dave Chapman2008-03-27
| | | | | | the buildall.sh script git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16834 a1c6a512-1295-4272-9138-f99709370657
* Major cleanup of checkwps - fix all warnings and add a script to build ↵Dave Chapman2008-03-26
| | | | | | versions for all supported targets (plus some unsupported ones). You now need to run the version of checkwps that matches the device your WPS is for. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16831 a1c6a512-1295-4272-9138-f99709370657
* Set svn:keywordsDave Chapman2008-03-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16828 a1c6a512-1295-4272-9138-f99709370657
* Move checkwps to its own subdir in preparation for compiling target-specific ↵Dave Chapman2008-03-26
| | | | | | versions. Also remove a DEBUGF that should not have been left in. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16827 a1c6a512-1295-4272-9138-f99709370657
* 1) Make Rockbox reject any WPSs if there are errors loading any of the ↵Dave Chapman2008-03-26
| | | | | | required bmps; 2) Make checkwps actually load the images using the Rockbox bmp loader, and reject the WPS in the same was as Rockbox on bmp errors. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16822 a1c6a512-1295-4272-9138-f99709370657
* kill the release script and build tarball from *everything* in SVN...Daniel Stenberg2008-03-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16818 a1c6a512-1295-4272-9138-f99709370657
* Make checkwps compile again. Still more work is needed though, as checkwps ↵Dave Chapman2008-03-25
| | | | | | is compiled to emulate an iPod Color - this needs changing to allow the LCD (and remote LCD) dimensions/depth to be specified on the commandline - the new %V tags are validated against the LCD characteristics git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16807 a1c6a512-1295-4272-9138-f99709370657
* Fix the dreaded FILES files.Jens Arnold2008-03-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16780 a1c6a512-1295-4272-9138-f99709370657
* Enable plugin building for M3.Jens Arnold2008-03-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16755 a1c6a512-1295-4272-9138-f99709370657
* D2: Enable plugin building (using initial keymaps from FS#8708 by Andreas ↵Rob Purchase2008-03-22
| | | | | | Mueller, with some tweaks). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16751 a1c6a512-1295-4272-9138-f99709370657
* Make scramble add the flash logo when encoding for iAudio. It's only shown ↵Jens Arnold2008-03-18
| | | | | | on M3 with the cowon loader versions I've seen, but the space is reserved in all coldfire iaudio flash files (was just zeroed before). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16697 a1c6a512-1295-4272-9138-f99709370657
* In order to disable building plugins for a target, 'plugin' must be set to ↵Jens Arnold2008-03-14
| | | | | | empty in configure. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16662 a1c6a512-1295-4272-9138-f99709370657
* More iAudio M3 work. Bootloader compiles, but doesn't work yet.Jens Arnold2008-03-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16645 a1c6a512-1295-4272-9138-f99709370657
* Add iAudio M3 to configure. * Resolve 2 cases of duplicate target_id. The ↵Jens Arnold2008-03-10
| | | | | | less supported targets got new IDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16600 a1c6a512-1295-4272-9138-f99709370657
* Make the newly supported languages known to SAPI voice generation.Jens Arnold2008-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16587 a1c6a512-1295-4272-9138-f99709370657
* Add D2 option to scrambleRob Purchase2008-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16505 a1c6a512-1295-4272-9138-f99709370657
* This script now has a recommended gcc version for each arch and it will displayDaniel Stenberg2008-02-27
| | | | | | | | a large warning if a user selects a build but has a different compiler version installed than what we recommend. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16439 a1c6a512-1295-4272-9138-f99709370657
* ARCHOS has been renamed to MODELNAME (as of r16149)Dave Chapman2008-02-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16417 a1c6a512-1295-4272-9138-f99709370657
* Significantly speed up SAPI4 voice file creation. Still rather slow compared ↵Jens Arnold2008-02-20
| | | | | | to SAPI5, but doesn't take hours anymore. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16361 a1c6a512-1295-4272-9138-f99709370657
* 2 small fixes: * List SAPI5 voices with their actual names, noth with their ↵Jens Arnold2008-02-20
| | | | | | descriptio. * Actually use the passed speed for SAPI4. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16359 a1c6a512-1295-4272-9138-f99709370657