- 03 Mar, 2018 1 commit
-
-
Tim-Philipp Müller authored
-
- 01 Mar, 2018 1 commit
-
-
- 15 Feb, 2018 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- 12 Feb, 2018 1 commit
-
-
Tim-Philipp Müller authored
-
- 08 Feb, 2018 1 commit
-
-
Tim-Philipp Müller authored
WARNING: Trying to compare values of different types (str, int). The result of this is undefined and will become a hard error in a future Meson release.
-
- 30 Jan, 2018 1 commit
-
-
- 30 Dec, 2017 1 commit
-
-
Tim-Philipp Müller authored
-
- 26 Dec, 2017 1 commit
-
-
Tim-Philipp Müller authored
-
- 22 Dec, 2017 2 commits
-
-
Ting-Wei Lan authored
The difference between mmap and mmap64 is the type of 'offset' argument. mmap64 always uses a 64-bit interger as offset, while mmap uses off_t, whose size can vary on different operating systems or architectures. However, not all operating systems support mmap64. Fortunately, although FreeBSD only has mmap, its off_t is always 64-bit regardless of architectures, so we can simply use mmap when sizeof(off_t) == 8. https://bugzilla.gnome.org/show_bug.cgi?id=791779
-
Ting-Wei Lan authored
mmap64 is not available on FreeBSD. https://bugzilla.gnome.org/show_bug.cgi?id=791779
-
- 10 Aug, 2017 1 commit
-
-
Tim-Philipp Müller authored
Only plugin entry points should be exported. Currently plugins might export more symbols with the meson build, as we don't have the exports regexp there that we pass to libtool.
-
- 07 Jul, 2017 1 commit
-
-
- 28 Jun, 2017 1 commit
-
-
Thibault Saunier authored
-
- 26 Jun, 2017 1 commit
-
-
- 23 Jun, 2017 1 commit
-
-
Tim-Philipp Müller authored
Even though hooked up to the build system, it's clear that no one has ever built or used this with GStreamer 1.x. It wants to link against libgstinterfaces, which no longer exists. And uses 0.10-style raw audio caps. And the last meaningful change was done in 2009. Let's just remove it.
-
- 21 May, 2017 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
It's only needed for the taglib plugin which is optional.
-
- 20 May, 2017 1 commit
-
-
- 04 May, 2017 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 27 Apr, 2017 1 commit
-
-
Sebastian Dröge authored
-
- 07 Apr, 2017 1 commit
-
-
Sebastian Dröge authored
-
- 28 Mar, 2017 1 commit
-
-
Thibault Saunier authored
-
- 24 Feb, 2017 1 commit
-
-
Sebastian Dröge authored
-
- 13 Jan, 2017 1 commit
-
-
Tim-Philipp Müller authored
-
- 05 Jan, 2017 1 commit
-
-
Thibault Saunier authored
-
- 09 Dec, 2016 1 commit
-
-
Thibault Saunier authored
-
- 28 Nov, 2016 1 commit
-
-
Scott D Phillips authored
The functions from math.h may be implemented in libm. https://bugzilla.gnome.org/show_bug.cgi?id=774876
-
- 18 Nov, 2016 1 commit
-
-
- 11 Nov, 2016 1 commit
-
-
- 01 Nov, 2016 1 commit
-
-
Tim-Philipp Müller authored
-
- 27 Oct, 2016 1 commit
-
-
Nirbheek Chauhan authored
These checks are done inside the meson.build files for each plugin.
-
- 26 Oct, 2016 1 commit
-
-
- 25 Oct, 2016 1 commit
-
-
Nirbheek Chauhan authored
This reverts commit 46632694. Does not actually work. See: https://bugzilla.gnome.org/show_bug.cgi?id=773114#c31
-
- 21 Oct, 2016 1 commit
-
-
- 15 Oct, 2016 1 commit
-
-
Nirbheek Chauhan authored
Use the default for each compiler on every platform instead. This improves our compatibility with compilers that don't have gnu99 as a c_std.
-
- 11 Oct, 2016 1 commit
-
-
Thibault Saunier authored
Workaround source_root being the root directory of all projects in the subproject case and remove now unneeded getpluginsdir Bump meson requirement to 0.35
-
- 30 Sep, 2016 2 commits
-
-
Thibault Saunier authored
-
Tim-Philipp Müller authored
-