rockbox/tools
Jens Arnold 89b41571ac Add another missing file to 'clean' target.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19258 a1c6a512-1295-4272-9138-f99709370657
2008-11-28 22:22:47 +00:00
..
checkwps Commit FS#9012 thanks to Thomas Martitz 2008-07-30 15:49:53 +00:00
fwpatcher Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
profile_reader Commit FS#9170 by Dave Hooper. Adds support for profiling on ARM, and fixes various issues with compiling profile builds. Also, note that profile_reader.pl syntax has changed. 2008-07-28 22:43:41 +00:00
rbspeex rename ARCH define because of conflict with some systems. see (FS#9321) 2008-09-01 19:48:27 +00:00
release First version of script to build crosscompiled Windows sims. Basically a 2008-10-29 00:27:09 +00:00
ucl Removed executable flag 2007-01-09 23:29:07 +00:00
addtargetdir.pl Added 'keywords' and 'eol-style' properties. 2008-11-25 19:54:23 +00:00
bdf2bmp.c Make bdf2bmp work on 64 bit hosts. 2008-09-04 20:49:11 +00:00
bmp2rb.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
buildzip.pl Added support for configurable rockbox directory. FS#9567 by Alex Bennee. 2008-11-24 22:16:07 +00:00
codecscan.pl run this script in your build dir to get a summary table presented with memory 2008-10-20 12:11:29 +00:00
codepage_tables.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
codepage_tables.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
codepages.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
configure Sansa Clip: build plugins (FS#9578) 2008-11-28 00:37:28 +00:00
convbdf.c decrease the risk of an overflow due to typecase from unsigned to signed 2008-04-10 21:49:40 +00:00
creative.c Fix compiling on *BSD targets (and probably others too) 2008-08-26 19:38:52 +00:00
creative.h Prepare Creative bootloader compilation for future dual boot integration 2008-08-03 19:32:14 +00:00
database.c Renamed build_tagcache to tagcache_build to make it consistent with the function naming of the other functions in tagcache.c 2008-05-03 16:23:37 +00:00
descramble.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dict2rdf.pl
functions.make Write dependencies to a temporary file until they are completed. This fixes the problem with an aborted dependency generation not being detected. 2008-11-26 23:20:12 +00:00
genlang Make genlang emit a warning if a translation file has an dest string for a phrase that isn't deprecated, since this will result in empty strings when using that translation. This will mess up the build table, but the plan is to either quickly update the translation, or simply delete the phrase and let the translator provide a full translation. 2008-11-08 22:04:28 +00:00
gigabeat.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
gigabeat.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
gigabeats.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
gigabeats.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
hmac-sha1.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
hmac-sha1.h Cleanup in tools/: Remove unused VB scripts and fix properties. 2008-05-08 19:01:21 +00:00
iaudio_bl_flash.bmp Make scramble add the flash logo when encoding for iAudio. It's only shown 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). 2008-03-18 20:58:52 +00:00
ipod_fw.c
iriver.c Factor out scramble / mkboot functions to allow easier reuse (for rbutil). 2008-06-18 22:30:59 +00:00
iriver.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
langv1tov2
lngdump.c tiny tool to help with dumping a binary lng file to the screen to make it 2007-08-10 22:04:47 +00:00
make.inc Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps and OBJDIR/pluginbitmaps, and plugins properly depend on their respective bitmap files. Fixes #6847. 2008-11-03 14:37:50 +00:00
Makefile New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
makesrc.inc revert this commit until we find a better fix 2008-06-28 00:06:49 +00:00
mi4.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mi4.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mkboot.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mkboot.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mkinfo.pl .map and .bin files have moved to the root. 2008-11-20 16:05:06 +00:00
mkmi4.sh
mknkboot.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mktccboot.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mkzenboot.c Fix yellow 2008-09-28 17:51:11 +00:00
mp3info.pm Removed executable flag 2007-01-09 23:29:07 +00:00
player_unifont.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
rdf2binary.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
rockbox-style.el better lisp 2007-01-24 15:32:39 +00:00
rockboxdev.sh Use CFLAGS=-U_FORTIFY_SOURCE for binutils and gcc configuration 2008-10-30 20:54:46 +00:00
romsizetest.pl
root.make Add another missing file to 'clean' target. 2008-11-28 22:22:47 +00:00
sample.emacs
sapi_voice.vbs Print the actually selected voice in verbose mode, and try to figure out the vendor from the name for SAPI5 L&H voices if there is no vendor attribute. 2008-08-15 17:22:52 +00:00
scramble.c fix scramble to use m2v4 instead of m2v2 for the m200v4/2/ams target 2008-11-11 00:25:34 +00:00
sh2d.c Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. 2008-05-05 10:32:46 +00:00
songdb.pl
svnupcheck.pl pass the output from 'svn update' to this script, and it will say rebuild if 2007-03-15 22:31:32 +00:00
svnversion.sh svnversion.sh: extracts the revision number from git-svn repositories 2008-11-04 03:05:46 +00:00
telechips.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
telechips.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
testdbv2.c
tools.make Added 'keywords' and 'eol-style' properties. 2008-11-25 19:54:23 +00:00
ucl2src.pl
usb_benchmark.c New USB stack 2007-11-22 20:51:00 +00:00
voice.pl Tweak for German TTS engines. 2008-11-03 07:45:45 +00:00
VOICE_PAUSE.wav Replace the voicebuilding with a perl-based approach. Should greatly speed up building on Cygwin. See more in FS#7646. 2007-08-25 22:00:13 +00:00
voicefont.c Squash 2 warnings in each of (voicefont.c, wavtrim.c). 2008-10-06 06:45:41 +00:00
voicefont.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
vorbiscomm.pm
wavtrim.c Squash 2 warnings in each of (voicefont.c, wavtrim.c). 2008-10-06 06:45:41 +00:00
wavtrim.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
wn2rdf.pl Cleanup in tools/: Remove unused VB scripts and fix properties. 2008-05-08 19:01:21 +00:00
xml2h.py Add beginning of DSP code (done by Catalin Patulea), but don't enable it 2008-05-16 21:16:01 +00:00