github Zibri/VICE r45157
r45157 Windows

latest releases: r46089, r46089o, r46089u...
23 months ago

Changelog:

r45157 | compyx | 2024-05-13 08:52:23 +0000 (Mon, 13 May 2024) | 7 lines

GHA: work around build issue in libieee1284

GCC 14.1 warns about incompatible pointer types in some debug code in
libieee1284 and exits with a fatal error because of this. Since this is debug
code VICE doesn't use, we disable the warning, allowing libieee1284 to build
and install.

------------------------------------------------------------------------
r45156 | compyx | 2024-05-11 16:13:22 +0000 (Sat, 11 May 2024) | 6 lines

Fix GCC 14.1 array index warning

GCC 14.1 warns about using -1 as an array index, but the function in question
will never actually return -1. Better safe than sorry: return 0 on error and
log a debug message. 

------------------------------------------------------------------------
r45155 | compyx | 2024-05-11 13:39:17 +0000 (Sat, 11 May 2024) | 2 lines

Gtk3: cart attach dialog: connect cart type signal handler unlocked

------------------------------------------------------------------------
r45154 | compyx | 2024-05-09 18:32:52 +0000 (Thu, 09 May 2024) | 2 lines

Buildsystem: make configure bail if pkg-config isn't found

------------------------------------------------------------------------
r45153 | gpz | 2024-05-08 14:31:57 +0000 (Wed, 08 May 2024) | 1 line

call driver_select_open with DRIVER_FIRST_OPEN when a userport printer driver is selected. patch adapted from the patch posted in #2023
------------------------------------------------------------------------

Don't miss a new VICE release

NewReleases is sending notifications on new releases.