summaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Collapse)AuthorAge
...
* Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for ↵Thom Johansen2005-04-12
| | | | | | initiating the port. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6276 a1c6a512-1295-4272-9138-f99709370657
* Improved handling of multi-artist albums and tags with different casesJonas Häggqvist2005-04-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6275 a1c6a512-1295-4272-9138-f99709370657
* Oops. forgot. part of the dumb checkin.Michiel Van Der Kolk2005-03-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6198 a1c6a512-1295-4272-9138-f99709370657
* Support for verbose builds with make V=1Linus Nielsen Feltzing2005-03-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6190 a1c6a512-1295-4272-9138-f99709370657
* Build rockboxui.exe when cross-compiling a win32 sim, set MAKEFLAGS toDaniel Stenberg2005-03-10
| | | | | | | hush up make more git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6185 a1c6a512-1295-4272-9138-f99709370657
* instead of hard coded gccLinus Nielsen Feltzing2005-03-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6180 a1c6a512-1295-4272-9138-f99709370657
* The win32 cross-compiler now uses a "i586-mingw32msvc-" prefix, since that isDaniel Stenberg2005-03-09
| | | | | | | | | | what the debian package is using. Install your own win32 cross-compiler on Debian Linux like this: apt-get install mingw32 mingw32-binutils mingw32-runtime git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6177 a1c6a512-1295-4272-9138-f99709370657
* GMini: libmad compiledJean-Philippe Bernardy2005-03-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6173 a1c6a512-1295-4272-9138-f99709370657
* added makesrc.incDaniel Stenberg2005-03-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6168 a1c6a512-1295-4272-9138-f99709370657
* generic SRC builder thingDaniel Stenberg2005-03-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6151 a1c6a512-1295-4272-9138-f99709370657
* support .ovl files to "accompany" .rock files when they are viewersDaniel Stenberg2005-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6128 a1c6a512-1295-4272-9138-f99709370657
* 'rockboxui' is a target name used in/for simulators, ignore such executablesDaniel Stenberg2005-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6127 a1c6a512-1295-4272-9138-f99709370657
* Add .ovl files to the zip, and treat them like .rock files.Daniel Stenberg2005-03-03
| | | | | | | | Support multiple extensions for each .rock file in the generated viewers.config file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6126 a1c6a512-1295-4272-9138-f99709370657
* let zip do zip without depending on 'all', to allow zipping up packages thatDaniel Stenberg2005-03-03
| | | | | | | might not build 100% clean git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6106 a1c6a512-1295-4272-9138-f99709370657
* No NOCYGWIN for the X11 simulator.Jens Arnold2005-02-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6072 a1c6a512-1295-4272-9138-f99709370657
* Silent compilationLinus Nielsen Feltzing2005-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6049 a1c6a512-1295-4272-9138-f99709370657
* Proper check for cygwin build environment, avoids win32 error 5 when loading ↵Jens Arnold2005-02-22
| | | | | | plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6040 a1c6a512-1295-4272-9138-f99709370657
* Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg2005-02-22
| | | | | | | between uisimulator files and firmware/apps files are better done. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6031 a1c6a512-1295-4272-9138-f99709370657
* Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg2005-02-18
| | | | | | | | made by configure and various related adjustments. This has not yet been tested on cygwin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6001 a1c6a512-1295-4272-9138-f99709370657
* Incorporate apps/codecs into the build system based on SOFTWARECODECS ↵Dave Chapman2005-02-16
| | | | | | configuration variable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5964 a1c6a512-1295-4272-9138-f99709370657
* finished configuration for the Gmini SPJean-Philippe Bernardy2005-02-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5936 a1c6a512-1295-4272-9138-f99709370657
* set MEMORYSIZE in simulator builds too for better simulationDaniel Stenberg2005-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5921 a1c6a512-1295-4272-9138-f99709370657
* provide 0x10000 as default flash address for Gmini if just pressing returnDaniel Stenberg2005-02-11
| | | | | | | on the question git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5908 a1c6a512-1295-4272-9138-f99709370657
* support zip for GminiDaniel Stenberg2005-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5907 a1c6a512-1295-4272-9138-f99709370657
* name the Gmini output similar to the iRiverDaniel Stenberg2005-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5906 a1c6a512-1295-4272-9138-f99709370657
* crude fix for gmini buildDaniel Stenberg2005-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5905 a1c6a512-1295-4272-9138-f99709370657
* Linker script for gmini targetsJean-Philippe Bernardy2005-02-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5890 a1c6a512-1295-4272-9138-f99709370657
* Emacs hintJean-Philippe Bernardy2005-02-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5854 a1c6a512-1295-4272-9138-f99709370657
* Fixed updating of old translations which don't contain voice: entries.Jens Arnold2005-02-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5842 a1c6a512-1295-4272-9138-f99709370657
* Strict alignment for the coldfireLinus Nielsen Feltzing2005-02-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5809 a1c6a512-1295-4272-9138-f99709370657
* enable plugins in the iRiver buildsDaniel Stenberg2005-02-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5786 a1c6a512-1295-4272-9138-f99709370657
* Keep comments other than the special ### comments.Jens Arnold2005-02-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5735 a1c6a512-1295-4272-9138-f99709370657
* Bug fixes & enhancements: (1) Don't change voice: strings back to english ↵Jens Arnold2005-02-01
| | | | | | just because they are different. They are supposed to be that way. (2) Instead, put a comment and set voice: back to english if one of the following conditions are met: (2a) It's a voice only id, and the description changed (2b) It's a standard id, the eng: string changed, and the english and/or translated voice: string is not empty. (3) Append new ids in the same order as they appear in english.lang, for better maintenance. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5731 a1c6a512-1295-4272-9138-f99709370657
* Bug fix: The trailing null byte wasn't added when there was whitespace after ↵Jens Arnold2005-02-01
| | | | | | the closing quote in the .lang file, leading to garbled strings when doing non-english builds. Thanks to quelsaruk for tracking this down. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5730 a1c6a512-1295-4272-9138-f99709370657
* support iriver versionDaniel Stenberg2005-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5728 a1c6a512-1295-4272-9138-f99709370657
* Fix: Deprecated voice-only entries were treated as (deprecated) standard ↵Jens Arnold2005-01-31
| | | | | | LANG_ entries. Now they are detected by the id matching VOICE_*. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5720 a1c6a512-1295-4272-9138-f99709370657
* add bootloader option (only usable for iRiver)Daniel Stenberg2005-01-29
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5706 a1c6a512-1295-4272-9138-f99709370657
* New tool to insert the rockbox boot loader into the original firmware (iRiver)Linus Nielsen Feltzing2005-01-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5690 a1c6a512-1295-4272-9138-f99709370657
* Changed scrambling type for iriverLinus Nielsen Feltzing2005-01-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5689 a1c6a512-1295-4272-9138-f99709370657
* Adjusted the max/min sizes for the iriver scramblerLinus Nielsen Feltzing2005-01-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5688 a1c6a512-1295-4272-9138-f99709370657
* Made the -add option use char instead of short, prevents endianness problemsLinus Nielsen Feltzing2005-01-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5687 a1c6a512-1295-4272-9138-f99709370657
* The checksum is not a CRCLinus Nielsen Feltzing2005-01-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5686 a1c6a512-1295-4272-9138-f99709370657
* store the 'add' checksum big-endianDaniel Stenberg2005-01-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5658 a1c6a512-1295-4272-9138-f99709370657
* remove duplicated codeDaniel Stenberg2005-01-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5651 a1c6a512-1295-4272-9138-f99709370657
* Added the "--add=[model]" option for upcoming iRiver work. Rockbox for iRiverDaniel Stenberg2005-01-24
| | | | | | | will not be scrambled, only have a 8 bytes header for checksum and model name. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5650 a1c6a512-1295-4272-9138-f99709370657
* iRiver scramble and descramble code from Dave CooperDaniel Stenberg2005-01-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5649 a1c6a512-1295-4272-9138-f99709370657
* Correctly disable plugins for gmini.Jens Arnold2005-01-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5636 a1c6a512-1295-4272-9138-f99709370657
* New way of handling the builtin language strings. Now the string pointers ↵Jens Arnold2005-01-19
| | | | | | are no longer stored as initialised data, but calculated by walking one long string containing all language strings separated by \0. While this doesn't need more RAM, it fixes the problem that loading incomplete .lng files after complete ones did not reset the missing strings to the default, and it also decreases the binary size by >1700 bytes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5608 a1c6a512-1295-4272-9138-f99709370657
* Bugfix: Due to the wrong position of the LANG_LAST_INDEX_IN_ARRAY marker, ↵Jens Arnold2005-01-19
| | | | | | lang_load() was potentially unsafe. Loading a newer .lng file with an older rockbox build would have caused an out-of-bound access of language_strings[]. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5607 a1c6a512-1295-4272-9138-f99709370657
* Strip trailing directory slashBjörn Stenberg2005-01-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5604 a1c6a512-1295-4272-9138-f99709370657