rockbox/tools
Thomas Jarosch c0c5a13b18 Pandora port: Fix borked compile flags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31204 a1c6a512-1295-4272-9138-f99709370657
2011-12-10 19:23:51 +00:00
..
checkwps fix checkwps 2011-11-21 10:13:36 +00:00
database Remove old Makefile for the database tool as it isn't working anymore and the database tool is built with a configure generated Makefile these days. 2010-11-17 09:35:16 +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 Don't show the full path when building librbspeex.a 2011-12-03 13:58:42 +00:00
release Pass VERSION to *all* make invocations in release scripts 2011-12-07 17:59:11 +00:00
ucl Prevent unnecessary rebuilding of libs. 2011-09-26 20:51:23 +00:00
addtargetdir.pl makefiles 2010-08-21 18:07:12 +00:00
autoconf.pl Add a simple script to try to run configure with the correct target name/type based on the build directory name. 2010-09-28 13:44:56 +00:00
bdf2bmp.c Make bdf2bmp work on 64 bit hosts. 2008-09-04 20:49:11 +00:00
bmp2rb.c Add the ability to create a prefilled struct bitmap along with generated images. 2011-11-13 15:37:16 +00:00
builds.pm Fix release notes link 2011-12-09 22:38:27 +00:00
buildtheme.pl copy the images for the skins. 2010-06-03 13:59:32 +00:00
buildzip.pl Android: install codecs as native libs instead of extracting them (FS#12134). 2011-05-31 21:26:18 +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 Pandora port: Fix borked compile flags 2011-12-10 19:23:51 +00:00
convbdf.c FS#12293 Global default glyph setting in System > Limits > Glyphs To Cache. Defaults to 250. This saves a lot of RAM while still allowing non-English users to have adequate glyph coverage. 2011-11-19 23:34:26 +00:00
convttf.c Fix Win32 native convttf creating invalid output files. 2011-04-10 11:25:59 +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
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 remove obsolete comment 2011-08-13 20:03:11 +00:00
genlang Fix FS#12272 - genlang changes broke some targets 2011-09-12 15:19:57 +00:00
genversion.sh Don't autogenerate version.c. Just version.h is enough 2010-06-21 00:18:29 +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 fix yellow by acknowledging the fread() return code and also allow 2009-05-25 21:42:44 +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 Initial attempt at adding support for firmware images with 2048-byte sectors. Sector size is auto-detected, so both 5g and "5.5g" users can use the "-g video" (or its alias, "-g 5g") option to manipulate the firmware. I have tested this patch with 3G, 4G and 5G (512-byte sectors) and 5G (2048-byte sectors) images and it generates a "rockboot.bin" file with a matching MD5 checksum to either the previous version of ipod_fw.c, or the patched "ipod_fw_5.5g.c", as appropriate. 2006-12-10 11:02:48 +00:00
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
langstatus Fix typo 2008-12-14 22:53:34 +00:00
langtool.pl Fix FS#12003 'langtool.pl --deprecate is broken' 2011-04-07 07:50:29 +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 Redo r28026 so that all .S files get the __ASSEMBLER__ define. 2010-12-27 17:27:59 +00:00
Makefile Don't automatically build convttf - it isn't (currently) required to build Rockbox. 2011-03-09 11:25:08 +00:00
makesrc.inc revert this commit until we find a better fix 2008-06-28 00:06:49 +00:00
mi4.c Remove some redundant #include's 2010-06-29 20:13:22 +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
mk500boot.c M:Robe 500: Add firmware patcher: Can decrypt firmware updates, patch them, and re-encrypt them. 2009-08-30 23:24:22 +00:00
mkboot.c Silence gcc warning 2011-12-10 18:38:28 +00:00
mkboot.h Optional dual-boot support in iAudio X5 and M5 bootloader, based on FS#5289. 2011-06-19 17:23:18 +00:00
mkinfo.pl mkinfo.pl: Run version.sh to generate version string 2010-05-27 09:58:07 +00:00
mkmi4.sh
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
mr500.c M:Robe 500: Add firmware patcher: Can decrypt firmware updates, patch them, and re-encrypt them. 2009-08-30 23:24:22 +00:00
mr500.h M:Robe 500: Add firmware patcher: Can decrypt firmware updates, patch them, and re-encrypt them. 2009-08-30 23:24:22 +00:00
multigcc.pl perl magic: Use if/elsif/else instead of given/when (FS #12188) 2011-08-16 19:26:24 +00:00
ovl_offset.pl Set x bit aka fix red... 2009-03-02 00:35:21 +00:00
player_unifont.c No need to run a command here. 2009-06-20 14:34:27 +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
rockboxdev.sh sunet mirror was bad. let's try funet. 2011-09-27 19:19:28 +00:00
romsizetest.pl when rom file is too big, mention how many bytes 2004-09-06 09:15:47 +00:00
root.make Added NODEPS define to skip recompilation for zip and apk builds. Usage: make zip NODEPS=1 2011-06-22 14:14:49 +00:00
sapi_voice.vbs Convert one more file to LF line endings. 2011-12-01 13:51:34 +00:00
scramble.c Sandisk Sansa Connect port (FS #12363) 2011-11-16 14:08:01 +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 Change default filenames from tagcache to database 2006-11-27 00:21:37 +00:00
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
talkclips.py FS#11506 : python script to generate .talk clips 2010-08-28 11:00:32 +00:00
telechips.c FS#10740 - rbutil: Test Cowon D2 OF file for CRC consistency before patching 2009-11-01 18:26:00 +00:00
telechips.h FS#10740 - rbutil: Test Cowon D2 OF file for CRC consistency before patching 2009-11-01 18:26:00 +00:00
testdbv2.c
thumb-cc.py thumb-cc.py: simplify 2011-05-18 20:04:20 +00:00
tools.make Anti-Aliased Fonts support. 2011-03-05 18:36:51 +00:00
ucl2src.pl
usb_benchmark.c New USB stack 2007-11-22 20:51:00 +00:00
version.sh Better version reporting for git-tracked repositories: Include the git 2011-05-06 08:36:10 +00:00
voice-corrections.txt Fixed broken regex 2011-06-23 15:09:04 +00:00
voice.pl perl magic: Use if/elsif/else instead of given/when (FS #12188) 2011-08-16 19:26:24 +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 Make voicefont produce proper files on big endian machines. 2010-03-13 23:34:19 +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 Improve error handling. 2010-06-05 08:58:30 +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