summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2009-10-09M:Robe 500: Make the pre-compiled images build with vertical strides.Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23050 a1c6a512-1295-4272-9138-f99709370657
2009-10-08If available, use the systems libspeex when linking rbspeex(enc|dec) and ↵Dominik Riebeling
rbutil dynamically. This is similar to FS#9233 but utilizes pkg-config. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23016 a1c6a512-1295-4272-9138-f99709370657
2009-10-07Also build database.c using SIM settings, in an attempt to fix the red on ↵Frank Gevaerts
b32-roolku git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22999 a1c6a512-1295-4272-9138-f99709370657
2009-10-07Make the database tool buildable from configure.Frank Gevaerts
Also update the checkwps makefile to make checkwps builds not break git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22998 a1c6a512-1295-4272-9138-f99709370657
2009-10-07don't use crosscompiler options when compiling host-side thingsFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22995 a1c6a512-1295-4272-9138-f99709370657
2009-10-07SRC is for sources, not objectsFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22994 a1c6a512-1295-4272-9138-f99709370657
2009-10-06fix checkwps breakage caused by r229900Nils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22993 a1c6a512-1295-4272-9138-f99709370657
2009-10-06Once again fix building of the database tool that gets broke over and overNils Wallménius
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22990 a1c6a512-1295-4272-9138-f99709370657
2009-10-05RTL support in menusTomer Shalev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22945 a1c6a512-1295-4272-9138-f99709370657
2009-10-05Revert usage string change from r22930.Tomer Shalev
Amiconn: "langv2" had nothing to do with the language version byte in the generated .lng file, so "langv4" makes no sense. It refers to the format of the .lang. The current, tag-based format which allows to restrict strings to certain targets or features is called langv2 versus the old, simpler format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22939 a1c6a512-1295-4272-9138-f99709370657
2009-10-04Use similiar constants in genlang and language.c.Tomer Shalev
- In the future, they should be united. - Fix bug in max size calculation git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22930 a1c6a512-1295-4272-9138-f99709370657
2009-10-03Rockbox Utility now uses the ucl sources so include them in the tarball.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22900 a1c6a512-1295-4272-9138-f99709370657
2009-09-27Fix 'make reconf' for Creative Zen Vision 30 GB, Creative Zen Vision 60 GB ↵Bertrik Sikken
and Creative Zen Vision git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22846 a1c6a512-1295-4272-9138-f99709370657
2009-09-24Syntax fixes and logic reversing to fix windows crosscompiling for the ↵Jonas Häggqvist
simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22824 a1c6a512-1295-4272-9138-f99709370657
2009-09-24Make beastpatcher build with VS2005 again.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22821 a1c6a512-1295-4272-9138-f99709370657
2009-09-23Fix checkwps (configure actually) to compile without SDL, and add samsung ↵Thomas Martitz
YH* to targets.txt git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22794 a1c6a512-1295-4272-9138-f99709370657
2009-09-21add fuze and e200v2 to checkwps build list.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22777 a1c6a512-1295-4272-9138-f99709370657
2009-09-20Integrate mknkboot into beastpatcher.Dominik Riebeling
Add a new option to beastpatcher to patch and upload an original firmware file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22745 a1c6a512-1295-4272-9138-f99709370657
2009-09-19Split out file access from mknkboot handling.Dominik Riebeling
- make main dualboot creation function work on buffers instead of files. This is to be used in beastpatcher and simplifies error handling a bit. - prepare for building with beastpatcher. - export dualboot creation function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22740 a1c6a512-1295-4272-9138-f99709370657
2009-09-17Refactor mknkboot in preparation for beastpatcher integration.Dominik Riebeling
- separate patching from main function. - improve cleaning up open files / allocated memory on errors. - correct check for number of arguments. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22723 a1c6a512-1295-4272-9138-f99709370657
2009-09-16Change the mknkboot license to BSD to enable its code to be incorporated ↵Dave Chapman
into beastpatcher. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22710 a1c6a512-1295-4272-9138-f99709370657
2009-09-16Implement -add for 2nd gen NanoDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22701 a1c6a512-1295-4272-9138-f99709370657
2009-09-13Repair build-all.sh and clean-all.sh.Thomas Martitz
Make it so that it runs ../configure and make for each target. This makes the wrapper-Makefile obsolete. It moves the binaries to tools/checkwps/output. NOTE: Something is fishy with the creative players (it builds them, but can't move them), because the configure target name and modelname differs (not sure how to fix that). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22696 a1c6a512-1295-4272-9138-f99709370657
2009-09-13Get rid of some of the code duplication from checkwps, it still duplicates a ↵Thomas Martitz
lot though. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22695 a1c6a512-1295-4272-9138-f99709370657
2009-09-11Fix checkwps compilation for the PlayerFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22680 a1c6a512-1295-4272-9138-f99709370657
2009-09-04rbutil: modify buildsystem so you can build outside of the rbutilqt ↵Dominik Wenger
directoy. (similar to the normal buildsystem). Attention: Spaces in the path will cause errors. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22624 a1c6a512-1295-4272-9138-f99709370657
2009-09-04Explicitly set CC to prevent make trying to use cc instead. Fixes build ↵Dominik Riebeling
issues on w32. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22623 a1c6a512-1295-4272-9138-f99709370657
2009-09-04fix checkwpsJonathan Gordon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22619 a1c6a512-1295-4272-9138-f99709370657
2009-09-01Fixed checkwps build warnings. Updated checkwps makefile to be closer to main.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22593 a1c6a512-1295-4272-9138-f99709370657
2009-09-01Add the Onda 777 to the simulators list.Jonas Häggqvist
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22590 a1c6a512-1295-4272-9138-f99709370657
2009-08-31 * Fix plugin keymaps for VX777Maurus Cuelenaere
* Enable plugins for VX777 * Fix VX777 simulator All done by Aaron DeMille. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22576 a1c6a512-1295-4272-9138-f99709370657
2009-08-30Fix Configure script (not ready for that change yet)Karl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22567 a1c6a512-1295-4272-9138-f99709370657
2009-08-30Fix MakefileKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22566 a1c6a512-1295-4272-9138-f99709370657
2009-08-30M:Robe 500: Add firmware patcher: Can decrypt firmware updates, patch them, ↵Karl Kurbjun
and re-encrypt them. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22565 a1c6a512-1295-4272-9138-f99709370657
2009-08-23Fixed "gcc: no input files" message.Björn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22482 a1c6a512-1295-4272-9138-f99709370657
2009-08-21Forgot a fileMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22457 a1c6a512-1295-4272-9138-f99709370657
2009-08-21Add CheckWPS entry to tools/configureMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22456 a1c6a512-1295-4272-9138-f99709370657
2009-08-21Don't add #ifdef's without looking them up...Maurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22455 a1c6a512-1295-4272-9138-f99709370657
2009-08-21Checkwps: give wps_screen an initial valueMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22454 a1c6a512-1295-4272-9138-f99709370657
2009-08-21Fix building checkwps on targets without a remoteMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22453 a1c6a512-1295-4272-9138-f99709370657
2009-08-21Fix checkwps for remote screensMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22452 a1c6a512-1295-4272-9138-f99709370657
2009-08-21Fix/hack checkwps + add Onda VX747/VX777 targetsMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22451 a1c6a512-1295-4272-9138-f99709370657
2009-08-16* Onda VX747/VX767: fix target_id & MODEL_NUMBERMaurus Cuelenaere
* Add support to Rockbox Utility for Onda VX747+ & VX777 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22359 a1c6a512-1295-4272-9138-f99709370657
2009-08-15Make libucl Makefile more silent.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22325 a1c6a512-1295-4272-9138-f99709370657
2009-08-15libucl: move intermediate files into a build directory and allow to build a ↵Dominik Wenger
universal lib for macs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22324 a1c6a512-1295-4272-9138-f99709370657
2009-08-13Fix ccache auto-detection.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22302 a1c6a512-1295-4272-9138-f99709370657
2009-08-12fix typoFrank Gevaerts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22286 a1c6a512-1295-4272-9138-f99709370657
2009-08-09Remove underscore from YH modelnames as discussed on IRC.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22229 a1c6a512-1295-4272-9138-f99709370657
2009-08-09Accept FS#9400 - "tools/configure more improvements" by Rosso Maltese.Thomas Martitz
This completes the command line capabilities of configure. You can now pass advanced build options (type=aXXX, where X are the shortcuts for the advanced options) as well as voice options. See configure --help. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22228 a1c6a512-1295-4272-9138-f99709370657
2009-08-06Fix crash in the database utility, turns out passing too few arguments for ↵Nils Wallménius
stat() isn't the best idea :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22190 a1c6a512-1295-4272-9138-f99709370657