summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2005-05-19Fixed bad dependency generationDaniel Stenberg2-4/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6490 a1c6a512-1295-4272-9138-f99709370657
2005-05-13New checksum for fixed mkboot routineJonas Häggqvist1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6465 a1c6a512-1295-4272-9138-f99709370657
2005-05-12Inserted Linus' mkboot.c fix.Thom Johansen1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6462 a1c6a512-1295-4272-9138-f99709370657
2005-05-12Fixed the dreaded 1.65 bootloader incompatibilityLinus Nielsen Feltzing1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6461 a1c6a512-1295-4272-9138-f99709370657
2005-05-12New iconJonas Häggqvist3-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6458 a1c6a512-1295-4272-9138-f99709370657
2005-05-12file must match one checksum, not all of them :)Jonas Häggqvist1-13/+16
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6457 a1c6a512-1295-4272-9138-f99709370657
2005-05-07produce a nicer root-level Makefile for the bootloaderDaniel Stenberg1-4/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6423 a1c6a512-1295-4272-9138-f99709370657
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg2-6/+13
Fixed build output look in several Makefiles Fixed code to include autoconf.h Fixed code to use ROCKBOX_*_ENDIAN instead of previous attempts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6421 a1c6a512-1295-4272-9138-f99709370657
2005-05-07set and export BUILDDIR, since several Makefiles changes OBJDIR the BUILDDIRDaniel Stenberg1-0/+1
is now a better variable to use to identify the actual (root) build dir. For autoconf.h inclusion etc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6410 a1c6a512-1295-4272-9138-f99709370657
2005-05-02Changed Miika's open() and write() to fopen() and fwrite() the old way was ↵Tomas Salfischberger1-7/+6
causing some troubles with filepermissions. Please test on linux, and check if the file has normal permissions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6401 a1c6a512-1295-4272-9138-f99709370657
2005-05-02Adapted Miika's tool to rockbox coding style *oops*Tomas Salfischberger1-51/+64
(And removed some tabs from my own last minute edits in dict.c) Changed the place of endian conversion form the device to the convertor. Should speed it up a little. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6397 a1c6a512-1295-4272-9138-f99709370657
2005-05-02Dictionary conversion tools.Tomas Salfischberger4-1/+216
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6395 a1c6a512-1295-4272-9138-f99709370657
2005-04-28Doubled-checked checksums and added moreJonas Häggqvist1-4/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6369 a1c6a512-1295-4272-9138-f99709370657
2005-04-26fixed the removal of the endian test program to not fail on cygwinDaniel Stenberg1-1/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6362 a1c6a512-1295-4272-9138-f99709370657
2005-04-26First shot at autodetecting endianess, and storing the found results in theDaniel Stenberg1-0/+48
brand new autoconf.h header file (not used anywhere yet - this is still a test). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6361 a1c6a512-1295-4272-9138-f99709370657
2005-04-26add fwpatcher files to source tarballDaniel Stenberg1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6357 a1c6a512-1295-4272-9138-f99709370657
2005-04-25initial makefile, builds crosscompiled on Linux fineDaniel Stenberg1-0/+33
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6353 a1c6a512-1295-4272-9138-f99709370657
2005-04-25Broken icon.Thom Johansen1-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6352 a1c6a512-1295-4272-9138-f99709370657
2005-04-25GUI firmware patcher for windows.Thom Johansen9-0/+1082
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6351 a1c6a512-1295-4272-9138-f99709370657
2005-04-25--add option, by request of amiconn.Michiel Van Der Kolk1-1/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6350 a1c6a512-1295-4272-9138-f99709370657
2005-04-25Whoops. cleaned up some code leftoversMichiel Van Der Kolk1-25/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6349 a1c6a512-1295-4272-9138-f99709370657
2005-04-25TagDatabase v2 tester, needs its internal defines to be set to the proper ↵Michiel Van Der Kolk1-0/+228
values for the specific database before usage. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6348 a1c6a512-1295-4272-9138-f99709370657
2005-04-25(Tag) Database v2. this fixes all bugs in the old songdb.pl, should react likeMichiel Van Der Kolk1-112/+242
v1, except this has albums with multiple artists support. *prays nothing breaks* :X git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6347 a1c6a512-1295-4272-9138-f99709370657
2005-04-24Do not distinguish between case when sorting entries.Michiel Van Der Kolk1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6339 a1c6a512-1295-4272-9138-f99709370657
2005-04-24Fall back on "<no album tag>" if the file is in the root of the player and ↵Michiel Van Der Kolk1-0/+2
doesn't have an album tag... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6338 a1c6a512-1295-4272-9138-f99709370657
2005-04-24Fall back on directory name if no album tag, instead of <no album tag>.Michiel Van Der Kolk1-2/+7
Fall back on basename of the file if no title tag, instead of <no title tag>. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6337 a1c6a512-1295-4272-9138-f99709370657
2005-04-24Proper dumpint function..Michiel Van Der Kolk1-5/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6336 a1c6a512-1295-4272-9138-f99709370657
2005-04-23Another broken link.Michiel Van Der Kolk1-3/+4
Albums -> Artist was completely nonsense. fixed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6335 a1c6a512-1295-4272-9138-f99709370657
2005-04-23Song -> Album links were broken.Michiel Van Der Kolk1-2/+2
someone forgot to update all the $ALBUM___$ARTIST to $ALBUM___$DIR. stumbled across it while extending it for version 2 of the database. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6334 a1c6a512-1295-4272-9138-f99709370657
2005-04-13Almost supports multiple-artist albums - needs a special case for songs with ↵Jonas Häggqvist1-5/+5
no album tag git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6279 a1c6a512-1295-4272-9138-f99709370657
2005-04-13Multi-artist cd handling will take a bit more work. Last version was broken.Jonas Häggqvist1-14/+13
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6278 a1c6a512-1295-4272-9138-f99709370657
2005-04-12Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for ↵Thom Johansen1-1/+1
initiating the port. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6276 a1c6a512-1295-4272-9138-f99709370657
2005-04-12Improved handling of multi-artist albums and tags with different casesJonas Häggqvist1-3/+26
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6275 a1c6a512-1295-4272-9138-f99709370657
2005-03-17Oops. forgot. part of the dumb checkin.Michiel Van Der Kolk1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6198 a1c6a512-1295-4272-9138-f99709370657
2005-03-11Support for verbose builds with make V=1Linus Nielsen Feltzing1-7/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6190 a1c6a512-1295-4272-9138-f99709370657
2005-03-10Build rockboxui.exe when cross-compiling a win32 sim, set MAKEFLAGS toDaniel Stenberg1-0/+5
hush up make more git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6185 a1c6a512-1295-4272-9138-f99709370657
2005-03-10 instead of hard coded gccLinus Nielsen Feltzing1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6180 a1c6a512-1295-4272-9138-f99709370657
2005-03-09The win32 cross-compiler now uses a "i586-mingw32msvc-" prefix, since that isDaniel Stenberg1-1/+1
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
2005-03-09GMini: libmad compiledJean-Philippe Bernardy1-5/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6173 a1c6a512-1295-4272-9138-f99709370657
2005-03-08added makesrc.incDaniel Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6168 a1c6a512-1295-4272-9138-f99709370657
2005-03-06generic SRC builder thingDaniel Stenberg1-0/+14
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6151 a1c6a512-1295-4272-9138-f99709370657
2005-03-04support .ovl files to "accompany" .rock files when they are viewersDaniel Stenberg1-4/+11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6128 a1c6a512-1295-4272-9138-f99709370657
2005-03-03'rockboxui' is a target name used in/for simulators, ignore such executablesDaniel Stenberg1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6127 a1c6a512-1295-4272-9138-f99709370657
2005-03-03Add .ovl files to the zip, and treat them like .rock files.Daniel Stenberg1-1/+6
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
2005-03-03let zip do zip without depending on 'all', to allow zipping up packages thatDaniel Stenberg1-1/+1
might not build 100% clean git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6106 a1c6a512-1295-4272-9138-f99709370657
2005-02-27No NOCYGWIN for the X11 simulator.Jens Arnold1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6072 a1c6a512-1295-4272-9138-f99709370657
2005-02-24Silent compilationLinus Nielsen Feltzing1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6049 a1c6a512-1295-4272-9138-f99709370657
2005-02-22Proper check for cygwin build environment, avoids win32 error 5 when loading ↵Jens Arnold1-1/+3
plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6040 a1c6a512-1295-4272-9138-f99709370657
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg2-3/+13
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
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg2-96/+145
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