- 04 May, 2017 1 commit
-
-
Thibault Saunier authored
-
- 02 May, 2017 1 commit
-
-
Version 0.99.0 of libva isn't currently supported by gstreamer-vaapi. https://bugzilla.gnome.org/show_bug.cgi?id=781866
-
- 24 Apr, 2017 1 commit
-
-
Thibault Saunier authored
We might end up with spurious paths but it is no big deal.
-
- 22 Apr, 2017 1 commit
-
-
Nirbheek Chauhan authored
Fixes setting of GST_PLUGIN_PATH on Fedora 64-bit
-
- 20 Apr, 2017 1 commit
-
-
Thibault Saunier authored
-
- 11 Apr, 2017 1 commit
-
-
- 10 Apr, 2017 1 commit
-
-
Tim-Philipp Müller authored
This is new in meson 0.40. Makes sure we find and use the mesonintrospect from the same location as our meson, and not some other meson version that just happens to be in the path. We might be using meson directly from a checkout, for example. https://bugzilla.gnome.org/show_bug.cgi?id=781110
-
- 05 Apr, 2017 1 commit
-
-
Mathieu Duponchelle authored
-
- 28 Mar, 2017 1 commit
-
-
Thibault Saunier authored
-
- 07 Mar, 2017 1 commit
-
-
Mathieu Duponchelle authored
-
- 15 Feb, 2017 1 commit
-
-
Thibault Saunier authored
-
- 09 Feb, 2017 1 commit
-
-
- 30 Jan, 2017 1 commit
-
-
- Add example to list all tests - Add example to run all tests of a specific component - Update example running one specific test to avoid test name clashes with other components. https://bugzilla.gnome.org/show_bug.cgi?id=776718
-
- 27 Jan, 2017 1 commit
-
-
Thibault Saunier authored
-
- 18 Jan, 2017 1 commit
-
-
Matthew Waters authored
-
- 13 Jan, 2017 1 commit
-
-
Tim-Philipp Müller authored
-
- 11 Jan, 2017 1 commit
-
-
Arun Raghavan authored
More correct than not doing it, and prevents careless people from mistakenly pushing changes to submodules.
-
- 05 Jan, 2017 1 commit
-
-
Guillaume Desmottes authored
Look for -uninstalled pc files and update PKG_CONFIG_PATH with the directories containing those. This feature is useful for users building the GStreamer stack using meson and having to link it to another project which is still using the autotools. Fix a regression from the old gst-uninstalled tool. https://bugzilla.gnome.org/show_bug.cgi?id=776810
-
- 04 Jan, 2017 2 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- 03 Jan, 2017 2 commits
-
-
Nirbheek Chauhan authored
The build_dir is an absolute path, so quote it.
-
Nirbheek Chauhan authored
This reverts commit 9a64b727. Closes https://bugzilla.gnome.org/show_bug.cgi?id=776801 The actual fix is in the next commit.
-
- 02 Jan, 2017 2 commits
-
-
Nirbheek Chauhan authored
The build_dir is an absolute path, so quote it. We don't really need to use the absolute path to Ninja in git-update since we pass it to subprocess.call which will do an shutil.which
-
- 14 Dec, 2016 3 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
And always flush on prints (so we have understandable outputs)
-
Thibault Saunier authored
-
- 13 Dec, 2016 4 commits
-
-
This environment is meant to be setup in a Visual Studio 'Native X64 tools' terminal, and takes for granted that msys2 has been installed, Visual Studio has C(++) support has been installed and python3 is installed and is present in PATH. https://bugzilla.gnome.org/show_bug.cgi?id=775281
-
this way the uninstalled target can be used before the libraries are built https://bugzilla.gnome.org/show_bug.cgi?id=775281
-
- 25 Nov, 2016 1 commit
-
-
Tim-Philipp Müller authored
https provides authentication and also works better in environments with restricted network connectivity. https://bugzilla.gnome.org/show_bug.cgi?id=775110
-
- 17 Nov, 2016 1 commit
-
-
Scott D Phillips authored
when running git-update as `py git-update` (which is convenient on windows), SCRIPTDIR is '' instead of '.'. Fix that with normpath. Printing emdash (U+2014) doesn't work on windows because it isn't in cp437. Change it to hyphen. https://bugzilla.gnome.org/show_bug.cgi?id=774636
-
- 14 Nov, 2016 2 commits
-
-
Thibault Saunier authored
Using mesonconf -Dwerror afterward is failling because of https://github.com/ninja-build/ninja/issues/371 Using meson -Dwerror=true is failing currently for some reason.
-
Tim-Philipp Müller authored
We'll start depending on it in other modules soon.
-
- 09 Nov, 2016 2 commits
-
-
Nirbheek Chauhan authored
The build bots don't like it; probably because the git version is ancient there. Bots should ignore the unknown config variable.
-
Tim-Philipp Müller authored
Use the 1.10 branch if you want to track 1.10.
-
- 08 Nov, 2016 3 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
When entering a shell to fix the rebasing you can just `exit 255` and we concider it means 'skip update'. Also support entering shell on windows
-