summaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Collapse)AuthorAge
...
* Chmod all moved files to 0755 (everything moved is codecs or plugins).Jonas Häggqvist2008-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18112 a1c6a512-1295-4272-9138-f99709370657
* Only print convbdf command if running in verbose mode.Jonas Häggqvist2008-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18111 a1c6a512-1295-4272-9138-f99709370657
* Further speedup: call convbdf once, rather than once for each font.Jonas Häggqvist2008-07-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18110 a1c6a512-1295-4272-9138-f99709370657
* Skip an unneeded check. Simply call rmdir, and if it's empty it goes - if ↵Jonas Häggqvist2008-07-20
| | | | | | not, it stays. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18109 a1c6a512-1295-4272-9138-f99709370657
* Buildzip.pl changes - do as much as possible with Perl, rather than using ↵Jonas Häggqvist2008-07-20
| | | | | | | | | | 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
* Extend rbspeex Makefile to allow easier building a universal binary needed ↵Dominik Riebeling2008-07-20
| | | | | | for rbutil. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18103 a1c6a512-1295-4272-9138-f99709370657
* Fix 'Bareword ''CMD_OUT'' not allowed while ''strict subs'' in use' when ↵Jens Arnold2008-07-20
| | | | | | building SAPI voices using newer perl versions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18102 a1c6a512-1295-4272-9138-f99709370657
* rbspeex: hopefully fixes compiling of rbspeexenc/dec on mac.Dominik Wenger2008-07-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18096 a1c6a512-1295-4272-9138-f99709370657
* Fix building MIPS cross compilerMaurus Cuelenaere2008-07-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18081 a1c6a512-1295-4272-9138-f99709370657
* Accept FS#8980 - fix typo and remove some accidentl code from tools/configureJonathan Gordon2008-07-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18078 a1c6a512-1295-4272-9138-f99709370657
* Fix for OS X compilationMaurus Cuelenaere2008-07-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18073 a1c6a512-1295-4272-9138-f99709370657
* Add preliminary support for the Onda VX747 (MIPS target)Maurus Cuelenaere2008-07-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18032 a1c6a512-1295-4272-9138-f99709370657
* rbutil/rbspeex fix some small mistakes.Dominik Wenger2008-07-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18004 a1c6a512-1295-4272-9138-f99709370657
* modify Makefile so its possible to build a universal lib. Building is still ↵Dominik Wenger2008-07-09
| | | | | | complicated. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18002 a1c6a512-1295-4272-9138-f99709370657
* introducing MIPS support, not included in the "build all" action yetDaniel Stenberg2008-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17986 a1c6a512-1295-4272-9138-f99709370657
* fix checkwps againJonathan Gordon2008-07-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17958 a1c6a512-1295-4272-9138-f99709370657
* get checkwps building again (FS#9150) - still doesnt compile on d2 and mr500 ↵Jonathan Gordon2008-07-06
| | | | | | though git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17957 a1c6a512-1295-4272-9138-f99709370657
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
| | | | | | | | | 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
* revert this commit until we find a better fixMarcoen Hirschberg2008-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17825 a1c6a512-1295-4272-9138-f99709370657
* revert accidental commitMarcoen Hirschberg2008-06-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17823 a1c6a512-1295-4272-9138-f99709370657
* initial Meizu M6SL port (take 2)Marcoen Hirschberg2008-06-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17819 a1c6a512-1295-4272-9138-f99709370657
* My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). ↵Mark Arigo2008-06-27
| | | | | | 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
* Add the Sansa c100 as a build target with basic drivers.Marc Guay2008-06-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17742 a1c6a512-1295-4272-9138-f99709370657
* Factor out scramble / mkboot functions to allow easier reuse (for rbutil).Dominik Riebeling2008-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17732 a1c6a512-1295-4272-9138-f99709370657
* Two fixes for crosscompiled win32 simulators: * Make crosscompiled sims a ↵Jens Arnold2008-06-11
| | | | | | console application like on cygwin, so debug output to the console works again. * Kill the thousands of visibility warnings when crosscompiling a win32 sim on a 64 bit linux host. The 64 bit linker flags must not be used when cross-linking. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17714 a1c6a512-1295-4272-9138-f99709370657
* FS#9047 by Alex Wallis fixing a typoNils Wallménius2008-05-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17667 a1c6a512-1295-4272-9138-f99709370657
* Move C linkage binding for c++ to exporting header files instead of includes.Dominik Riebeling2008-05-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17609 a1c6a512-1295-4272-9138-f99709370657
* Philips GoGear SA9200 port. Working bootloader and normal builds, including ↵Mark Arigo2008-05-21
| | | | | | sound. No touchpad now, buttons limited to using vol+/vol-/power for up/down/select. Rockbox USB is enabled since the OF is MTP only...read the warnings on the PortalPlayerUsb wiki page. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17591 a1c6a512-1295-4272-9138-f99709370657
* Fix 2 warnings in mkbootNils Wallménius2008-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17583 a1c6a512-1295-4272-9138-f99709370657
* remove unused scriptsDaniel Stenberg2008-05-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17577 a1c6a512-1295-4272-9138-f99709370657
* FS#8637 - new UI for disktidy.Jonathan Gordon2008-05-18
| | | | | | | | | | | | | | | | | | | Usage changes: - disktidy.config is loaded with a list of file/directory names (included in the .zip) - disktidy_custom.config is then loaded which is the same list but marks the files/dirs to be deleted. Also used to add custom files - the default config is to not remove any files so the first time you run it you need to go into the "files to clean" option and select the files to remove. they will be then saved for next time. The "Files To Clean" screen: use the usual select option to toggle an item (if it has the cursor icon it will be removed) selecting < ALL > will remove all, < NONE > will deselect all. selecting a < > group will toggle all items in that group to exit that screen use the standard cancel action (usually left arrow) Directories are marked with a trailing / and * can be used at the end of the name (e.g .Trash-*/) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17565 a1c6a512-1295-4272-9138-f99709370657
* Try making binsize smaller and fix pointer problemMaurus Cuelenaere2008-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17556 a1c6a512-1295-4272-9138-f99709370657
* Try fixing yellow..Maurus Cuelenaere2008-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17554 a1c6a512-1295-4272-9138-f99709370657
* Use OF's firmware loading mechanism instead of Rockbox's.Maurus Cuelenaere2008-05-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17553 a1c6a512-1295-4272-9138-f99709370657
* Add beginning of DSP code (done by Catalin Patulea), but don't enable it Maurus Cuelenaere2008-05-16
| | | | | | | yet as there's no C54xx compiler in the toolchain yet.. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17547 a1c6a512-1295-4272-9138-f99709370657
* 1) Add ZVM60GB and ZV simulator builds (ZVM60GB sim equals to ZVM30GB)Maurus Cuelenaere2008-05-15
| | | | | | | | 2) Correct typo which'll break build system for ZV currently 3) Split up keymaps for ZV & ZVM git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17525 a1c6a512-1295-4272-9138-f99709370657
* Fix typoMaurus Cuelenaere2008-05-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17514 a1c6a512-1295-4272-9138-f99709370657
* use unique modelnames for the two create zen vision m buildsDaniel Stenberg2008-05-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17512 a1c6a512-1295-4272-9138-f99709370657
* 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB)Maurus Cuelenaere2008-05-14
| | | | | | | 2) Other unrelated cleanups git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17503 a1c6a512-1295-4272-9138-f99709370657
* 1) Split ZVM into 30GB and 60GBMaurus Cuelenaere2008-05-14
| | | | | | | | 2) Clean up config 3) Add scramble description git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17502 a1c6a512-1295-4272-9138-f99709370657
* Fix target_id problemMaurus Cuelenaere2008-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17486 a1c6a512-1295-4272-9138-f99709370657
* Add (preliminary) Zen Vision support.Maurus Cuelenaere2008-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17485 a1c6a512-1295-4272-9138-f99709370657
* Previous commit wasn't enough; this should do it...Maurus Cuelenaere2008-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17483 a1c6a512-1295-4272-9138-f99709370657
* Fix typo.Maurus Cuelenaere2008-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17482 a1c6a512-1295-4272-9138-f99709370657
* fix wrong variable casing.Dominik Riebeling2008-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17481 a1c6a512-1295-4272-9138-f99709370657
* Add the Sansa M200 v1 as a target for checkwpsDave Chapman2008-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17480 a1c6a512-1295-4272-9138-f99709370657
* extend Makefile to allow building checkwps on cygwin and MinGW. Make make ↵Dominik Riebeling2008-05-12
| | | | | | call a bit easier -- no need to pass the model twice. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17477 a1c6a512-1295-4272-9138-f99709370657
* These should be const too, I believe.Steve Bavin2008-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17476 a1c6a512-1295-4272-9138-f99709370657
* Ensure that tools are compiled before features - fixes an issue with bmp2rb ↵Robert Keevil2008-05-10
| | | | | | and multiple make jobs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17451 a1c6a512-1295-4272-9138-f99709370657
* Cleanup in tools/: Remove unused VB scripts and fix properties.Nicolas Pennequin2008-05-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17421 a1c6a512-1295-4272-9138-f99709370657