summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2009-09-13Repair build-all.sh and clean-all.sh.Thomas Martitz5-44/+53
2009-09-13Get rid of some of the code duplication from checkwps, it still duplicates a ...Thomas Martitz3-121/+2
2009-09-11Fix checkwps compilation for the PlayerFrank Gevaerts4-7/+16
2009-09-04rbutil: modify buildsystem so you can build outside of the rbutilqt directoy....Dominik Wenger2-24/+25
2009-09-04Explicitly set CC to prevent make trying to use cc instead. Fixes build issue...Dominik Riebeling1-0/+1
2009-09-04fix checkwpsJonathan Gordon1-16/+0
2009-09-01Fixed checkwps build warnings. Updated checkwps makefile to be closer to main.Björn Stenberg2-21/+24
2009-09-01Add the Onda 777 to the simulators list.Jonas Häggqvist1-0/+1
2009-08-31 * Fix plugin keymaps for VX777Maurus Cuelenaere1-1/+1
2009-08-30Fix Configure script (not ready for that change yet)Karl Kurbjun1-1/+1
2009-08-30Fix MakefileKarl Kurbjun1-1/+1
2009-08-30M:Robe 500: Add firmware patcher: Can decrypt firmware updates, patch them, a...Karl Kurbjun6-5/+858
2009-08-23Fixed "gcc: no input files" message.Björn Stenberg1-1/+3
2009-08-21Forgot a fileMaurus Cuelenaere1-0/+2
2009-08-21Add CheckWPS entry to tools/configureMaurus Cuelenaere4-23/+57
2009-08-21Don't add #ifdef's without looking them up...Maurus Cuelenaere1-1/+1
2009-08-21Checkwps: give wps_screen an initial valueMaurus Cuelenaere1-1/+1
2009-08-21Fix building checkwps on targets without a remoteMaurus Cuelenaere1-0/+2
2009-08-21Fix checkwps for remote screensMaurus Cuelenaere1-4/+18
2009-08-21Fix/hack checkwps + add Onda VX747/VX777 targetsMaurus Cuelenaere5-39/+218
2009-08-16* Onda VX747/VX767: fix target_id & MODEL_NUMBERMaurus Cuelenaere2-4/+6
2009-08-15Make libucl Makefile more silent.Dominik Riebeling1-1/+6
2009-08-15libucl: move intermediate files into a build directory and allow to build a u...Dominik Wenger1-7/+34
2009-08-13Fix ccache auto-detection.Jens Arnold1-1/+1
2009-08-12fix typoFrank Gevaerts1-1/+1
2009-08-09Remove underscore from YH modelnames as discussed on IRC.Dominik Riebeling1-6/+6
2009-08-09Accept FS#9400 - "tools/configure more improvements" by Rosso Maltese.Thomas Martitz1-150/+199
2009-08-06Fix crash in the database utility, turns out passing too few arguments for st...Nils Wallménius1-1/+3
2009-08-05Fix building of the database utility.Nils Wallménius1-2/+3
2009-08-04Commit FS#10251. Plugins for the YH-820, YH-920, and YH-925 by Jens Erdmann ...Michael Giacomelli1-3/+3
2009-08-02Don't mention having to run 'make reconf' when you're runing 'make reconf'Antoine Cellerier1-0/+2
2009-07-29Start of a Rockbox port to the Samsung YP-S3.Bertrik Sikken1-0/+24
2009-07-29Make gcc use -pipe instead of temporary files.Björn Stenberg1-1/+1
2009-07-26initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla1-0/+2
2009-07-24Fixed buggy array slicing.Björn Stenberg1-1/+1
2009-07-24Dependency generation now uses all cores on multi-core machines.Björn Stenberg2-1/+73
2009-07-20Oops: revert r21983 for checkwps.h - it was an unrelated change committed in ...Dave Chapman1-0/+1
2009-07-20Add quotes around the name of any missing tools (patch, make etc) to help cla...Dave Chapman2-3/+2
2009-07-19cast explicitly to unsigned int (fix yellow on cygwin)Robert Kukla1-1/+2
2009-07-19Tidy up error handling in mktccbootRob Purchase1-11/+29
2009-07-17Onda VX747: add dual-boot capability + make it possible to permanently 'stick...Maurus Cuelenaere2-10/+70
2009-07-16Correct the bmp2rb option for native bitmaps on the Nano2GDave Chapman1-1/+1
2009-07-14Small fix for asmdefs, make sure $var is cleared the line after it is read, s...Andrew Mahone1-1/+1
2009-07-14Handle sh and m68k compiler's output correctly in asmdefs2fileAndrew Mahone1-1/+1
2009-07-13Try to make configure respect the TMPDIR environment variable.Thomas Martitz1-5/+13
2009-07-13FS#10436 - add the Sansa View to the build system. The bootloader builds but...Robert Keevil2-5/+37
2009-07-13Fix red: broken tools/addtargetdir.plAndrew Mahone1-1/+0
2009-07-13Add new asmdefs mechanism for exporting information only available to the C c...Andrew Mahone3-2/+14
2009-07-12Basic changes to add nano 2g to the build system, based on the Meizu M3 port....Dave Chapman1-21/+53
2009-07-12Rework addtargetdir.pl to also fix prefix generated-file depedencies with the...Andrew Mahone2-30/+23