summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-03-13Pandora port: Fix SDL detection, pkg-config is not supportedThomas Jarosch1-2/+2
2011-03-11Android: use APPEXTRA instead of makefile hackMaurus Cuelenaere1-1/+1
2011-03-11Android: remove rockbox.apk when doing 'make clean'Maurus Cuelenaere1-1/+2
2011-03-09*really* don't automatically build convttfFrank Gevaerts1-1/+1
2011-03-09Don't automatically build convttf - it isn't (currently) required to build Ro...Dave Chapman1-1/+1
2011-03-08Remove an erroneous tabDave Chapman1-1/+1
2011-03-05Remove a few whitespaces to get under the magical string length of 509 (i.e. ...Thomas Martitz1-10/+10
2011-03-05Anti-Aliased Fonts support.Thomas Martitz5-8/+1306
2011-03-02FS#11913: Separate TTS correction expressions into separate file.Dominik Riebeling2-100/+130
2011-03-02Only create english.list for binary output.Björn Stenberg1-2/+2
2011-03-02Added english id caching to speed up builds.Björn Stenberg1-11/+49
2011-03-02Revert r29494 as It is a) buggy b) doesn't seem to do any good in terms of sp...Marcin Bukat1-6/+15
2011-03-02genlang: Remove unused subs. Use precompiled regex in parsetarget(). Minor tw...Marcin Bukat1-15/+6
2011-03-02Almost 30% faster.Björn Stenberg1-5/+7
2011-02-27RaaA: Add initial Pandora supportThomas Jarosch1-0/+75
2011-02-27Point out the 3.8 release.Björn Stenberg1-5/+5
2011-02-27New way to detect build for arm target in the maemo port.Thomas Jarosch1-2/+8
2011-02-27FS#11966 - use separate modelnames and config files for RaaA. This adds an A...Dave Chapman3-32/+32
2011-02-26libucl: don't error out when output folder exists.Dominik Riebeling1-1/+1
2011-02-26Cosmetic change only - remove tabs.Dave Chapman1-27/+27
2011-02-26Clarify the condition for stripping the leading / in rbdir. The calculation ...Dave Chapman1-3/+4
2011-02-26Android: Also enable some pluginsThomas Martitz1-1/+1
2011-02-26Forgot to add the help text for make elfzip.Alex Parker1-0/+1
2011-02-24RaaA: Enable plugins for application buildsThomas Jarosch1-3/+3
2011-02-22Improve SDL port 'configure --prefix' error messageThomas Jarosch1-1/+1
2011-02-20Also build and keep elfs zip file for the release.Alex Parker1-0/+7
2011-02-20Add "elfzip" target to make which creates a zip of all elf files, as mapzip d...Alex Parker1-0/+3
2011-02-20* Keep the map files instead of building then throwing them away in the relea...Alex Parker1-1/+5
2011-02-19Explicitely add -lpthread to the linker command for the new sigaltstack threads.Thomas Martitz1-0/+1
2011-02-19Use SIGALTSTACK in maemo buildThomas Jarosch1-0/+1
2011-02-18Fix yellows and checkwps.Thomas Martitz1-0/+2
2011-02-18Implement cooperative threads on hosted platforms using C code.Thomas Martitz1-1/+77
2011-02-13Fix SDL detection on Nokia N8xxThomas Jarosch1-2/+7
2011-02-12Remove unused variable "need_full_path" - it was removed in r28592Dave Chapman1-5/+0
2011-02-11FS#11924 - Use separate targets for RaaA devices. This changes tools/configu...Dave Chapman1-114/+156
2011-02-08Fix a duplicate target_idDave Chapman1-1/+1
2011-02-08Initial maemo platform supportThomas Jarosch1-4/+102
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann1-1/+1
2011-01-26Get SA9200 to show on the downloads page.Michael Sevakis1-1/+1
2011-01-24Android build tweaks.Antoine Cellerier1-0/+2
2011-01-23Fix configure using the correct compiler for Android on Mac.Dominik Riebeling1-2/+4
2011-01-13Make m68k-elf 4.5.2 toolchain build on OS X 10.6.Dominik Riebeling1-1/+7
2011-01-12Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius1-2/+2
2011-01-12rockboxdev.sh: coldfire toolchain upgrade, now using gcc 4.5.2 and binutils 2...Nils Wallménius1-14/+2
2011-01-10rockboxdev.sh: switch back to using the kernel.org mirrors as the gnu.org mir...Nils Wallménius1-6/+6
2011-01-09SA9200: Make plugins. Cheat a little just to get things to make at first by u...Michael Sevakis1-1/+1
2011-01-06rockboxdev.sh: Hardcode gcc mirror for now as the gnu mirrors have a differen...Nils Wallménius1-2/+2
2011-01-06rockboxdev.sh:Nils Wallménius1-16/+25
2011-01-02New port: iPod Classic (also known as iPod 6G/6.5G/7G)Michael Sparmann2-27/+52
2010-12-28Added the symlinkinstall make target. See #11825Michael Stummvoll2-30/+50