Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
translations



Recent activity

Code

whenwhatwherewho
Yesterday 20:41 05194ec6eb: voice-corrections: Add " no." -> "number " (English)

This is particularly useful for classical music, where track names like
"symphony no.5" are common -- We want to voice this as "symphony number 5" instead.
tools/voice-corrections.txt [diff]
Solomon Peachy
Yesterday 20:41 1694101b23: voice: Also apply voice corrections to talkclips
tools/voice.pl [diff]
Solomon Peachy
Yesterday 19:09 38211e627d: AS3525: Get rid of duplicate 'const' in a single definition

(Another GCC9-produced warning)
firmware/target/arm/as3525/system-as3525.c [diff]
Solomon Peachy
Yesterday 17:54 6cb0bc3468: coldfire: Silence a warning generated by GCC >= 9

Basically, there are weak aliases for all possible IRQ handlers, pointing at a NORETURN function. GCC complains that the aliases don't have the same attribute, but that's actually what we want.
firmware/target/coldfire/system-coldfire.c [diff]
Solomon Peachy
Yesterday 16:26 62d6c7ecaa: pdbox: Silence a spurious warning with GCC9 on hosted ARM

(pdbox seems to trigger a lot of false warnings...)
apps/plugins/pdbox/PDa/src/d_soundfile.c [diff]
Solomon Peachy
Yesterday 16:01 d4d74fda00: codecs: abs() --> llabs() in speex and libgme

We were calling abs() on 64-bit (ie long long) variables.
lib/rbcodec/codecs/libgme/ym2612_emu.c [diff]
lib/rbcodec/codecs/speex.c [diff]
Solomon Peachy
Yesterday 16:01 8dc42711b4: libc: Correct definition of labs()' and add llabs()
firmware/libc/include/stdlib.h [diff]
Solomon Peachy
Yesterday 14:34 e1bed147a3: build: Add advanced option to treat all warnings as errors.
tools/configure [diff]
Solomon Peachy
Yesterday 13:23 94d6265df0: gcc9: Move structure packing to the struct definition

Silences GCC9 warnings about possible casting misalignments.
firmware/export/ata.h [diff]
firmware/export/usb_ch9.h [diff]
firmware/usbstack/usb_core.c [diff]
Solomon Peachy
Yesterday 02:57 8b9ef7cf8d: sdl: Remove SDL_RENDERER_ACCELERATED flag

The flag would apparently make hardware accelerated rendering mandatory. SDL2 will still attempt to use hardware acceleration, if the flag is missing.
firmware/target/hosted/sdl/system-sdl.c [diff]
Christian Soffke
Yesterday 02:56 7d60b13584: pdf50606: Fix questionable code that GCC9 complains about

Instead of:

bool &= ~bool;

do this:

bool &= !bool;
firmware/drivers/rtc/rtc_pcf50606.c [diff]
Solomon Peachy
Friday 17:01 49b6853c19: rockboxdev.sh: bump required version of GMP and MPFR

GMP 4.3.2 was quite old even at the time of the GCC 4.9.4 release, and it refuses to compile out of the box on modern toolchains (eg GCC 14) due to issues in the configure script. Instead of trying to backport fixes, just bump it up to 6.1.2, the final release in the 6.1.x series that was current when GCC 4.9.4 was released.

Meanwhile, with the update to GMP, the also-quite-old MPFR 3.1.0 fails to compile; instead bump it up to 3.1.6, which is the final release in the 3.1.x series.
tools/rockboxdev.sh [diff]
Solomon Peachy
Thursday 14:12 edbcf0b0f4: erosq: Initial PM support for "hw4" variant

(They renamed the battery from 'battery' to 'axp_battery')
firmware/export/config/hibylinux.h [diff]
firmware/target/hosted/aigo/power-erosq.c [diff]
firmware/target/hosted/power-linux.c [diff]
Solomon Peachy
7th Oct 16:36 41abd8e32f: sdlapp: Fix build with SDL2

Not sure why this didn't break in my earlier tests.
apps/playback.c [diff]
Solomon Peachy
7th Oct 16:15 56ec2e2e4a: Only increase sigalthreads stack size for simulator or aarch64 builds.

The 12K-per-thread necessary on arm64 linux systems caused an unnecessary 180K increase in RAM usage on the hibyos hosted ports. So back off to the old size unless we know it was needed.
firmware/asm/thread.h [diff]
Solomon Peachy
All commits since last release, last four weeks.

Wiki

whenwhatwho
Yesterday 22:31AIGOErosQKDanaConrad
Friday 21:11TagcacheDBFormatDominiqueLabaque
Thursday 14:45MajorChangesSolomonPeachy
7th Oct 22:15ReleaseNotes400SolomonPeachy
23rd Sep 18:20DocsIndexSolomonPeachy
23rd Sep 18:14RockboxMuseumSolomonPeachy
22nd Sep 14:09WebHomeSolomonPeachy
20th Sep 12:04CustomWPSSolomonPeachy

Mail

Recent Threads on the Mailing Lists
when what who
4th Oct 20:50About to move to SDL2-based simulator, please update builders Solomon Peachy via rockbox-dev
18th Aug 17:50Sansa Clip K0LNY ?? via rockbox
13th Aug 14:17Rockbox on Coby MP620-4G Solomon Peachy via rockbox
27th Jul 12:32Nightly voice builds could really use some testing... Solomon Peachy via rockbox
21st Jul 15:13Nightly voice builds switched from espeak-ng to piper, feedback needed! Matej Golian via rockbox
8th May 08:01Status of iPod Video HDD asettico via rockbox
2023-12-28Rockbox target 201 compilation for android David Mehler via rockbox
2023-12-13rockboxdev failing to compile alsa-lib on Raspberry Pi 4 can not guess build type David Mehler via rockbox
2023-12-06Displaying markdown files Martin Steigerwald via rockbox
2023-12-05Just moved the public-viewable wiki to a statics napshot Martin Steigerwald via rockbox
2023-09-12(no subject) Solomon Peachy via rockbox
2023-07-15benjie t6? bobcorazza––– via rockbox
2023-06-21Benjie t6 "can not boot rockbox" error bobcorazza––– via rockbox
2023-06-11Playing and browsing from the file browser has become sluggish on Clip+ Carlo via rockbox
2023-06-04looking to replace my Benjie t6: what should I get? Laz via rockbox
2023-06-01RE : RE : looking to replace my Benjie t6: what should I get? Arnaud de Bonald via rockbox
2023-05-31RE : looking to replace my Benjie t6: what should I get? Solomon Peachy via rockbox
2023-05-22Rockbox Android port? David Mehler via rockbox
2023-05-12Rockbox on Xduoo x3 from second sd slot? David Mehler via rockbox
2023-05-12Need a budget-rockbox-compatible DAP player recommendation David Mehler via rockbox

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy