summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2010-05-06Use -fno-strict-aliasing on 4.0 as wellFrank Gevaerts1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25861 a1c6a512-1295-4272-9138-f99709370657
2010-05-06Revert r25854 which was bad for the database tool (I forgot it still needs ↵Thomas Martitz2-3/+1
the wrappers from uisimulator/common/io.c). Fix it so it works for both. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25856 a1c6a512-1295-4272-9138-f99709370657
2010-05-06Add firmware/include to the include path to fix checkwps.Thomas Martitz1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25851 a1c6a512-1295-4272-9138-f99709370657
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc ↵Thomas Martitz1-1/+2
directory, also standard'ify some parts of the code base (almost entirely #include fixes). This is to a) to cleanup firmware/common and firmware/include a bit, but also b) for Rockbox as an application which should use the host system's c library and headers, separating makes it easy to exclude our files from the build. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25850 a1c6a512-1295-4272-9138-f99709370657
2010-05-03Move read_line() further down so that it can be used in checkwps and remove ↵Thomas Martitz1-30/+0
checkwps' copy if it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25793 a1c6a512-1295-4272-9138-f99709370657
2010-04-29Add MPIO HD200 to builds.pmMarcin Bukat1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25761 a1c6a512-1295-4272-9138-f99709370657
2010-04-26let manuals and voices have separate release numbersDaniel Stenberg1-0/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25727 a1c6a512-1295-4272-9138-f99709370657
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat2-2/+30
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25724 a1c6a512-1295-4272-9138-f99709370657
2010-04-13Clipv2 and Clip+ builds are still unusableRafaël Carré1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25622 a1c6a512-1295-4272-9138-f99709370657
2010-04-11Fix ATA power off builds for the Player so they actually use ATA power off.Jens Arnold1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25591 a1c6a512-1295-4272-9138-f99709370657
2010-04-05Add T for plugins to the advanced build options to build all test_* plugins.Thomas Martitz1-1/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25488 a1c6a512-1295-4272-9138-f99709370657
2010-04-05Set options so that the sim actually builds on Opensolaris. The build still ↵Jens Arnold1-0/+3
throws hundreds of warnings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25487 a1c6a512-1295-4272-9138-f99709370657
2010-04-05Improve SDL detection, so that path order doesn't matter if both native SDL ↵Jens Arnold1-46/+38
and cross-mingw32 SDL are present. Reduce code duplication as well. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25486 a1c6a512-1295-4272-9138-f99709370657
2010-04-05Fuzev2: use RGB565SWAPPED (pointed out by amiconn) => 91fpsRafaël Carré2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25478 a1c6a512-1295-4272-9138-f99709370657
2010-04-02Change bootchart to be "c" in configure, instead of "b" which clashes with ↵Torne Wuff1-2/+2
the ondio backlight mod git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25436 a1c6a512-1295-4272-9138-f99709370657
2010-04-01fuzev2: enable pluginsRafaël Carré1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25427 a1c6a512-1295-4272-9138-f99709370657
2010-04-01Boot charting support.Torne Wuff1-1/+14
Select (B)ootchart in advanced options in configure, and logf will record timings for various stages of boot, for performance comparisons. Format logged is: BC:>function_name,123,80 where 123 is the line number, 80 is the number of ticks since boot. This can be loaded as CSV into a spreadsheet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25426 a1c6a512-1295-4272-9138-f99709370657
2010-04-01Move fuzev2 to unusableRafaël Carré1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25423 a1c6a512-1295-4272-9138-f99709370657
2010-04-01Remove e200R from daily buildsRafaël Carré1-6/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25420 a1c6a512-1295-4272-9138-f99709370657
2010-04-01Promote Fuzev2 to unstableRafaël Carré1-0/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25419 a1c6a512-1295-4272-9138-f99709370657
2010-03-29Fix strcpy from a user-supplied string to fixed size string.Frank Gevaerts1-1/+2
Author: Marcin Bukat Flyspray: FS#11151 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25389 a1c6a512-1295-4272-9138-f99709370657
2010-03-26Fuzev2: fix build, use suited bitmap toolRafaël Carré1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25342 a1c6a512-1295-4272-9138-f99709370657
2010-03-25Sansa Clipv2 and Clip+ now have their own manuals. Also add "v1" to the ↵Dave Chapman1-3/+1
label for the clipv1 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25333 a1c6a512-1295-4272-9138-f99709370657
2010-03-24Added Sansa Clip+ and moved Clip v2 to status 2 (unstable).Björn Stenberg1-1/+8
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25322 a1c6a512-1295-4272-9138-f99709370657
2010-03-23Packard Bell Vibe 500: remove the old bootloader code (actually a lack of ↵Szymon Dziok1-2/+2
code) and make the main-pp.c acting like a true bootloader for the DAP. It's the first step to integrate the DAP with the RBUtil. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25311 a1c6a512-1295-4272-9138-f99709370657
2010-03-21Make multigcc.pl actually use more than one core on OS X and opensolaris.Jens Arnold1-4/+20
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25274 a1c6a512-1295-4272-9138-f99709370657
2010-03-20Recognise (open)solaris as a valid simulator host OS.Jens Arnold1-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25254 a1c6a512-1295-4272-9138-f99709370657
2010-03-20Filter out -g in PPCFLAGS. Some (older?) gcc versions add a comment when ↵Jens Arnold1-1/+1
building dependency files and -g is present. The proper solution would be to make addtargetdir.pl handle (strip) comment lines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25253 a1c6a512-1295-4272-9138-f99709370657
2010-03-14Fix rbspeex on big endian hosts.Dominik Riebeling2-1/+19
Big endian hosts need to byteswap the wave data when reading or writing to disk. Should fix speex based voice- and talkfiles only containing garbage on PPC machines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25177 a1c6a512-1295-4272-9138-f99709370657
2010-03-13Make voicefont produce proper files on big endian machines.Dominik Riebeling1-1/+6
Voicefont writes most data as integer values which need bitswapping depending on the architecture. Fixes voicefont creating invalid files on OS X PPC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25160 a1c6a512-1295-4272-9138-f99709370657
2010-03-13Fix wavtrim not working correctly on PPC.Dominik Riebeling1-3/+6
Don't rely on the host being little endian -- PPC Macs are not, resulting in wavtrim not trimming files at all. Also fix a printf warning while at it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25158 a1c6a512-1295-4272-9138-f99709370657
2010-03-08Update rockboxdev.sh/configure for arm-elf-eabi-gcc 4.4.3 and binutils 2.20.1.Thomas Martitz2-5/+10
Additional slight change to rockboxdev.sh: strip the gcc folder from the patch paths (which contains the version), so that patches aren't strictly dependant on the gcc version. Add a sanity check for the case the patch fails to apply. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25070 a1c6a512-1295-4272-9138-f99709370657
2010-03-07rockbox.dev.shJens Arnold1-3/+7
- recognise SunOS (OpenSolaris), and apply m68k patch on it - report unknown host system and state that necessity of the m68k patch needs checking - don't assume 'tar' being GNU tar - call bunzip2 explicitly This allows building ARM, m68k and MIPS toolchains on OpenSolaris. SH1 has further problems which probably require a gcc patch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25066 a1c6a512-1295-4272-9138-f99709370657
2010-03-04oops, it's 3.5.1, not 3.51Frank Gevaerts1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25027 a1c6a512-1295-4272-9138-f99709370657
2010-03-04prepare for 3.5.1Frank Gevaerts1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25025 a1c6a512-1295-4272-9138-f99709370657
2010-02-25Fuzev2: set compiler after manufacturer, so we can set gcc flags according ↵Rafaël Carré1-1/+1
to manufacturer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24913 a1c6a512-1295-4272-9138-f99709370657
2010-02-25Add Sansa Fuzev2 to the target tree. Bootloader builds, but is completely ↵Thomas Martitz2-2/+25
untested. Compilation shows a warning for the first argument of the lcd_bitmap() call in show_logo(). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24911 a1c6a512-1295-4272-9138-f99709370657
2010-02-25Make configure executable againFrank Gevaerts1-0/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24910 a1c6a512-1295-4272-9138-f99709370657
2010-02-25tools/database: build process updates.Yoshihisa Uchida4-33/+44
- buildable for Cygwin/MinGW. - SDL cobfig is set by using SDL-config. - metadata/*.c add automaticaly when database tool builds. - bitmap files do not create when database tool builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24908 a1c6a512-1295-4272-9138-f99709370657
2010-02-24sorry, I forget tools/database/SOURCES.Yoshihisa Uchida1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24880 a1c6a512-1295-4272-9138-f99709370657
2010-02-24fix red.Yoshihisa Uchida1-1/+1
tools/database: add SMAF codec. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24879 a1c6a512-1295-4272-9138-f99709370657
2010-02-24some minor changes to checkwps, shouldn't change anythingJonathan Gordon2-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24874 a1c6a512-1295-4272-9138-f99709370657
2010-02-23Add -DDEBUG to the checkwps build. The tool is supposed to give debug infoFrank Gevaerts1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24870 a1c6a512-1295-4272-9138-f99709370657
2010-02-23Clipv2/Clip+: no need for -mlong-callsRafaël Carré1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24867 a1c6a512-1295-4272-9138-f99709370657
2010-02-21Disable rombox on ondio SP. It can be reenabled if the binsize goes down again.Frank Gevaerts1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24823 a1c6a512-1295-4272-9138-f99709370657
2010-02-21Fix configure to not use -mlong-calls when configuring for EABIMichael Sparmann1-6/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24811 a1c6a512-1295-4272-9138-f99709370657
2010-02-21Make configure remember that it is supposed to use the EABI toolchain when ↵Michael Sparmann1-0/+3
make reconf is run git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24806 a1c6a512-1295-4272-9138-f99709370657
2010-02-18Move sample.emacs to utils/editorsTomer Shalev1-44/+0
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24762 a1c6a512-1295-4272-9138-f99709370657
2010-02-18Have /utils/editors to contain syntax files for WPS and possibly others RockboxTomer Shalev1-49/+0
specific file types Currently it contains only Emacs style for WPS, but a request was sent to the author of the Vim's WPS style file at http://www.vim.org/scripts/script.php?script_id=2550 Developers, please add your own files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24760 a1c6a512-1295-4272-9138-f99709370657
2010-02-18Added Packard Bell Vibe 500 to build list.Björn Stenberg2-1/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24748 a1c6a512-1295-4272-9138-f99709370657