~ubuntubudgie-dev/ubuntubudgie/+git/libhandy:msvc

Last commit made on 2023-05-08
Get this branch:
git clone -b msvc https://git.launchpad.net/~ubuntubudgie-dev/ubuntubudgie/+git/libhandy

Branch merges

Branch information

Recent commits

b706313... by Chun-wei Fan <email address hidden>

examples/: Drop g_auto* usage

This way, the handy-1-demo sample program will build on Visual Studio builds as
well

0e1a8d2... by Chun-wei Fan <email address hidden>

test/: Remove g_auto* usage

This way, the test programs will also build in Visual Studio.

f652cca... by Chun-wei Fan <email address hidden>

src/: Remove g_auto*

This way, the sources will be buildable on Visual Studio.

a6d0cee... by Chun-wei Fan <email address hidden>

demo app: Fix linking on Visual Studio-style builds

We must pass in '/entry:mainCRTStartup' so that things will link when
building GTK-based apps with 'gui_app: true' (i.e. '/subsystem:windows'
for Visual Studio builds).

f6420cb... by Chun-wei Fan <email address hidden>

hdy-settings.c: Don't build portal bits on Windows

portal is not supported on Windows, so don't try to build these items.

1d581dd... by Chun-wei Fan <email address hidden>

hdy-cairo-private.h: Include cairo.h, not cairo/cairo.h

The cairo include subdir should be handled by Cairo's pkg-config files

9919eb8... by Chun-wei Fan <email address hidden>

meson.build: Force-include msvc_recommended_pragmas.h

...on Visual Studio builds, as Visual Studio use a different way to look out
or ignore the warnings that we want to look out or ignore.

706f2e7... by Chun-wei Fan <email address hidden>

Rewrite gen-public-types.sh in Python

This is a direct backport from the one that is used in libadwaita with the
appropriate adaptations, so that we can avoid the need of Unix-like tools on
the build system, which may not be readily available, such as on Windows
Visual Studio builds.

033ada7... by Chun-wei Fan <email address hidden>

test/meson.build: Don't use PIE/PIC for MSVC-like compilers

It's not supported nor needed.

2b8561e... by Fran DiƩguez

Update Galician translation