| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
There is a misplaced closing parenthesis in `va_copy`
check that triggers a warning in meson.
It has been fixed by placing it properly.
|
|
|
|
| |
While some parts of Glade are LGPL others are GPL making it GPL in practice.
|
|
|
|
|
|
|
| |
Since pygobject 3.8 we need to link with python-3.8-embed to avoid
missing symbols when loading the plugin.
Fix compiler warning
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This modifies meson to fix dylibs loading in OSX support following
dde46cbd commit.
|
|
|
|
|
|
|
| |
Glade is built in multiple systems and `Windows` is not the only
system that needs specific commands.
Change the `glade_windows` variable to hold the system value.
|
|
|
|
| |
It silences many warnings with GTK when we are supposed to use some deprecated methods by design
|
|
meson is a build system focused on speed an ease of use, which
helps speeding up the software development.
meson build system has been added along with autotools.
|