github Zibri/VICE r44024

latest releases: r46109, r46109o, r46109u...
2 years ago

Changelog:

r44024 | compyx | 2023-06-09 19:58:04 +0000 (Fri, 09 Jun 2023) | 11 lines

Don't add uiactions.c to EXTRA_DIST conditionally

It appears any files added to foo_SOURCES conditionally will always end up in
the dist tarball when doing a `make dist`, regardless of the condition in the
Makefile. I checked this with the `macOS-util.m` file: it is only added to
libarchdep_a_SOURCES when `MACOS_COMPILE` is true, yet a source tree configured
for Linux+headless will result in `macOS-util.m` added to the dist tarball.
The same is true for `SUBDIRS`, the `hotkeys` subdir is added conditionally to
the list when `!USE_HEADLESSUI`, yet the source configured for headless UI adds
the `hotkeys` subdir to the dist as well.

------------------------------------------------------------------------
r44019 | compyx | 2023-06-09 08:50:21 +0000 (Fri, 09 Jun 2023) | 6 lines

Do not use UI actions code in headless builds

Exclude uiactions.c from libarchdep.a, but add it to EXTRA_DIST for dist
tarballs. Do not call `ui_actions_init()` or `ui_actions_shutdown()` in
headless builds.

------------------------------------------------------------------------
r44018 | compyx | 2023-06-09 08:18:16 +0000 (Fri, 09 Jun 2023) | 2 lines

Spaceballs adapter: add missing initializer for `reset`

------------------------------------------------------------------------
r44016 | compyx | 2023-06-09 06:51:04 +0000 (Fri, 09 Jun 2023) | 2 lines

Merge branch `compyx/actions-hotkeys-merge` into trunk

------------------------------------------------------------------------
r44008 | gpz | 2023-06-08 14:47:28 +0000 (Thu, 08 Jun 2023) | 1 line

In the profiler, add a simple per-instruction average cycle timing to the disassembly. Patch by Oskar Linde
------------------------------------------------------------------------

Don't miss a new VICE release

NewReleases is sending notifications on new releases.