- 10 Oct, 2018 6 commits
- 26 Sep, 2018 1 commit
-
-
Mattia Rizzolo authored
'gnu' => Hurd 'gnu/' => all the gnu/* stuff like gnu/kfreebsd Signed-off-by:
Mattia Rizzolo <mattia@mapreri.org>
-
- 23 Sep, 2018 1 commit
-
-
Patrick Griffis authored
-
- 01 Sep, 2018 4 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
- 29 Aug, 2018 2 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
-
- 16 Aug, 2018 1 commit
-
-
Ivan authored
-
- 26 Jul, 2018 1 commit
-
-
Patrick Griffis authored
This is mostly useful to avoid a newer gettext dependency for translating the appdata file but it is also just useless data for some distros without any app store. Closes #2219
-
- 08 May, 2018 1 commit
-
-
jkhsjdhjs authored
Closes #2186 Closes #1550
-
- 04 Apr, 2018 2 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
-
- 03 Apr, 2018 5 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
- 31 Mar, 2018 1 commit
-
-
Rainer Müller authored
The switch to the meson build system broke plugins on macOS. GNU libtool builds shared libraries with ".dylib" and shared modules (plugins) with the extension ".so", but meson is using ".dylib" for both. Although overriding the name_suffix for shared_module() in meson is possible, this would be messy for other platforms as there is no way to query the default. Therefore it seems like we have to go with ".dylib" for now on macOS. However, G_MODULE_SUFFIX is defined to ".so", because glib follows what GNU libtool does. Therefore define a separate preprocessor macro that has the correct extension. See: https://github.com/mesonbuild/meson/issues/1160
-
- 26 Mar, 2018 1 commit
-
-
Rainer Müller authored
With the switch to meson, the problem previously fixed in #1822 came back. The build system might pick up the installed hexchat-config.h instead of using the header in the source directory, as the compiler arguments would be in the order of "-I${prefix}/include -I..". It seems that the c_args in meson are always put to the front of the compiler arguments, in order to be able to override any include paths from dependencies. However, this was not the intention here, so perl should also be modeled as a dependency. This ensures that the arguments with local include directories come first.
-
- 23 Mar, 2018 1 commit
-
-
Rainer Müller authored
-
- 20 Mar, 2018 1 commit
-
-
Manuel Schneider authored
-
- 18 Mar, 2018 1 commit
-
-
Patrick Griffis authored
This was accidentally left behind, expose it beind an option as with the old build system but default to false now. Enough time has passed and only distros that care about it can enable it.
-
- 17 Mar, 2018 4 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
-
Patrick Griffis authored
It is an odd binding that conflicts with typical behavior where shift click selects multiple items and there is already the middle click shortcut to close tabs quickly. Closes #918
-
- 14 Mar, 2018 2 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
This reverts commit d3f1ab78. The performance even on Linux is just too poor in many cases.
-
- 13 Mar, 2018 1 commit
-
-
Mattia Rizzolo authored
Signed-off-by:
Mattia Rizzolo <mattia@mapreri.org>
-
- 11 Mar, 2018 2 commits
-
-
Patrick Griffis authored
Closes #2137
-
Patrick Griffis authored
According to `hardening-check` the cflag is enough for `hexchat` and this was causing breakage in plugins Closes #2132
-
- 10 Mar, 2018 2 commits
-
-
Patrick Griffis authored
-
Patrick Griffis authored
Fixes #1828
-