summaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Collapse)AuthorAge
...
* Also replaced endian code, and packed the struct.Tomas Salfischberger2005-06-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6571 a1c6a512-1295-4272-9138-f99709370657
* moving to wiki...Michiel Van Der Kolk2005-06-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6567 a1c6a512-1295-4272-9138-f99709370657
* Database v3 generator, in java. supports mp3,ogg,asf.Michiel Van Der Kolk2005-06-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6566 a1c6a512-1295-4272-9138-f99709370657
* that too..Michiel Van Der Kolk2005-06-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6565 a1c6a512-1295-4272-9138-f99709370657
* Database v3Michiel Van Der Kolk2005-06-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6564 a1c6a512-1295-4272-9138-f99709370657
* Checksums for bootloader v2Linus Nielsen Feltzing2005-06-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6553 a1c6a512-1295-4272-9138-f99709370657
* Use --ccache to enable ccache for buildsDaniel Stenberg2005-06-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6543 a1c6a512-1295-4272-9138-f99709370657
* (Optional) logf supportDaniel Stenberg2005-05-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6538 a1c6a512-1295-4272-9138-f99709370657
* remove text saying there is a default platformDaniel Stenberg2005-05-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6516 a1c6a512-1295-4272-9138-f99709370657
* No longer select Archos Recorder as "default" target platform.Daniel Stenberg2005-05-23
| | | | | | | Made the simulator get built better by generating a better Makefile. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6509 a1c6a512-1295-4272-9138-f99709370657
* prevent config.h from being included, since config.h includes autoconf.h andDaniel Stenberg2005-05-23
| | | | | | | we have no autoconf.h in the tools dir! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6508 a1c6a512-1295-4272-9138-f99709370657
* Check if the file could be modified, error if not.Jonas Häggqvist2005-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6501 a1c6a512-1295-4272-9138-f99709370657
* build a non-unicode version tooDaniel Stenberg2005-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6497 a1c6a512-1295-4272-9138-f99709370657
* Checksums for rockboot version 1Jonas Häggqvist2005-05-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6495 a1c6a512-1295-4272-9138-f99709370657
* Fixed bad dependency generationDaniel Stenberg2005-05-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6490 a1c6a512-1295-4272-9138-f99709370657
* New checksum for fixed mkboot routineJonas Häggqvist2005-05-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6465 a1c6a512-1295-4272-9138-f99709370657
* Inserted Linus' mkboot.c fix.Thom Johansen2005-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6462 a1c6a512-1295-4272-9138-f99709370657
* Fixed the dreaded 1.65 bootloader incompatibilityLinus Nielsen Feltzing2005-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6461 a1c6a512-1295-4272-9138-f99709370657
* New iconJonas Häggqvist2005-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6458 a1c6a512-1295-4272-9138-f99709370657
* file must match one checksum, not all of them :)Jonas Häggqvist2005-05-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6457 a1c6a512-1295-4272-9138-f99709370657
* produce a nicer root-level Makefile for the bootloaderDaniel Stenberg2005-05-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6423 a1c6a512-1295-4272-9138-f99709370657
* Fixed makefiles for autoconf.g include.Daniel Stenberg2005-05-07
| | | | | | | | | 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
* set and export BUILDDIR, since several Makefiles changes OBJDIR the BUILDDIRDaniel Stenberg2005-05-07
| | | | | | | | 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
* Changed Miika's open() and write() to fopen() and fwrite() the old way was ↵Tomas Salfischberger2005-05-02
| | | | | | 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
* Adapted Miika's tool to rockbox coding style *oops*Tomas Salfischberger2005-05-02
| | | | | | | | | | (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
* Dictionary conversion tools.Tomas Salfischberger2005-05-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6395 a1c6a512-1295-4272-9138-f99709370657
* Doubled-checked checksums and added moreJonas Häggqvist2005-04-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6369 a1c6a512-1295-4272-9138-f99709370657
* fixed the removal of the endian test program to not fail on cygwinDaniel Stenberg2005-04-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6362 a1c6a512-1295-4272-9138-f99709370657
* First shot at autodetecting endianess, and storing the found results in theDaniel Stenberg2005-04-26
| | | | | | | | 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
* add fwpatcher files to source tarballDaniel Stenberg2005-04-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6357 a1c6a512-1295-4272-9138-f99709370657
* initial makefile, builds crosscompiled on Linux fineDaniel Stenberg2005-04-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6353 a1c6a512-1295-4272-9138-f99709370657
* Broken icon.Thom Johansen2005-04-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6352 a1c6a512-1295-4272-9138-f99709370657
* GUI firmware patcher for windows.Thom Johansen2005-04-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6351 a1c6a512-1295-4272-9138-f99709370657
* --add option, by request of amiconn.Michiel Van Der Kolk2005-04-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6350 a1c6a512-1295-4272-9138-f99709370657
* Whoops. cleaned up some code leftoversMichiel Van Der Kolk2005-04-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6349 a1c6a512-1295-4272-9138-f99709370657
* TagDatabase v2 tester, needs its internal defines to be set to the proper ↵Michiel Van Der Kolk2005-04-25
| | | | | | values for the specific database before usage. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6348 a1c6a512-1295-4272-9138-f99709370657
* (Tag) Database v2. this fixes all bugs in the old songdb.pl, should react likeMichiel Van Der Kolk2005-04-25
| | | | | | | | 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
* Do not distinguish between case when sorting entries.Michiel Van Der Kolk2005-04-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6339 a1c6a512-1295-4272-9138-f99709370657
* Fall back on "<no album tag>" if the file is in the root of the player and ↵Michiel Van Der Kolk2005-04-24
| | | | | | doesn't have an album tag... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6338 a1c6a512-1295-4272-9138-f99709370657
* Fall back on directory name if no album tag, instead of <no album tag>.Michiel Van Der Kolk2005-04-24
| | | | | | | 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
* Proper dumpint function..Michiel Van Der Kolk2005-04-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6336 a1c6a512-1295-4272-9138-f99709370657
* Another broken link.Michiel Van Der Kolk2005-04-23
| | | | | | | Albums -> Artist was completely nonsense. fixed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6335 a1c6a512-1295-4272-9138-f99709370657
* Song -> Album links were broken.Michiel Van Der Kolk2005-04-23
| | | | | | | | 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
* Almost supports multiple-artist albums - needs a special case for songs with ↵Jonas Häggqvist2005-04-13
| | | | | | no album tag git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6279 a1c6a512-1295-4272-9138-f99709370657
* Multi-artist cd handling will take a bit more work. Last version was broken.Jonas Häggqvist2005-04-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6278 a1c6a512-1295-4272-9138-f99709370657
* 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