summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-10-09New port: FiiO M3KSolomon Peachy3-2/+37
2020-10-09codecs: Add support for the 'VTX' ZX Spectrum chiptunes format.Solomon Peachy1-2/+2
2020-09-29configure: Compact the target selection a bitSolomon Peachy1-57/+52
2020-09-20Add Invalid Voice Announcement to the voice system FS#13216William Wilgus1-1/+2
2020-09-17disktest_sysbench scriptWilliam Wilgus1-0/+151
2020-08-31fonts: Use '08-Rockfont' as FONT_SYSFIXED on targets with 128x64 screensSolomon Peachy1-0/+11
2020-08-24Mark xDuoo X3 as "stable" in the build system as it now has a manualSolomon Peachy1-1/+1
2020-08-21builds: Don't exclude 'retired' targets from the build listSolomon Peachy1-1/+1
2020-08-17WIP open_plugins.rock viewerWilliam Wilgus1-0/+6
2020-08-07rockboxdev: Make it work on macOS.Dominik Riebeling1-1/+6
2020-07-29langstats: Use updatelang instead of 'genlang -u'Solomon Peachy1-12/+21
2020-07-28updatelang: Fix the ignore list having issues with line endings.Solomon Peachy1-0/+1
2020-07-28languages: Add a few more exclusions to the same-as-english ignore listSolomon Peachy1-0/+5
2020-07-28updatelang: Extract langstr ignore list into a separate file so it can be sh...Solomon Peachy2-84/+91
2020-07-28updatelang: Fix false warnings about deprecated stringsSolomon Peachy1-2/+5
2020-07-28updatelang: more tweaks for master language and sub-languagesSolomon Peachy1-17/+24
2020-07-27updatelang: don't special-case english-us yetSolomon Peachy1-11/+11
2020-07-27Voice TSR Plugin DemoWilliam Wilgus1-1/+1
2020-07-27genlang: strip out the '-u' mode as it's now handled by updatelangSolomon Peachy1-123/+8
2020-07-27updatelang: Fix a few straggling issuesSolomon Peachy1-10/+16
2020-07-27updatelang: Don't rely on non-core modulesSolomon Peachy1-2/+2
2020-07-27updatelang: New tool to update language files.Solomon Peachy2-1/+497
2020-07-24Update French translation (Stéphane Moutard-Martin)Solomon Peachy1-0/+11
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy4-16/+2
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy4-169/+20
2020-07-24[2/4] get rid of HAVE_LCD_CHARCELLSSolomon Peachy1-780/+0
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy11-1131/+44
2020-07-21build: Tweaks to better support non-English as primary languageSolomon Peachy1-4/+0
2020-07-21genlang: More voice-related fixes.Solomon Peachy1-48/+20
2020-07-19voice: Allow use of an existing (textual) voiceids fileSolomon Peachy1-31/+57
2020-07-15mkinfo: Make memory size computation more accurateSolomon Peachy1-0/+6
2020-07-14FS#13214: Update Italian translation (Alessio Lenzi)Solomon Peachy1-0/+1
2020-07-13builds.pm: Enable Greek and Slovak voice builds.Solomon Peachy1-0/+2
2020-07-13builds: Allow voices to be filtered by an 'enabled' flag.Solomon Peachy1-9/+16
2020-07-13genlang: Skip strings not present in english in all voicelist modesSolomon Peachy1-1/+2
2020-07-12build: We don't want '-r' in MAKEFLAGS for toolchain builds.Solomon Peachy1-4/+5
2020-07-12voice: Ensure there are no missing strings when generating the voicelist.Solomon Peachy1-1/+5
2020-07-11voice: Two more fixes.Solomon Peachy2-3/+3
2020-07-11voice: More fixes, and add more languagesSolomon Peachy2-9/+47
2020-07-11voice: Further enhancements for multi-lingual voice generationSolomon Peachy3-11/+139
2020-07-11voice: More voice generation fixes:Solomon Peachy2-1/+6
2020-07-11voices: Add tts language mappings for the top 19 languagesSolomon Peachy2-8/+29
2020-07-10voice: Enhance 'espeak' to automatically pick the language + voiceSolomon Peachy1-7/+24
2020-07-09build: Get rid of svn vestiges from version scriptSolomon Peachy1-37/+9
2020-07-09Python3-related fixes in some of our scriptsSolomon Peachy1-29/+29
2020-07-09voice: Fix some perl warningsSolomon Peachy1-4/+4
2020-07-08voice: Add support for Google Translate's speech synthesizerSolomon Peachy2-51/+93
2020-07-02build: add '-fcommon' to the toolchain build flags.Solomon Peachy1-1/+1
2020-06-30database: Fix makefile syntax for GNU Make 4.3+Solomon Peachy1-2/+4
2020-06-25docker-rbclient: use CMD instead of ENTRYPOINTFranklin Wei1-1/+1