<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/run_unittests.py, branch thinlto</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>Condense test directory names again.</title>
<updated>2020-11-03T19:05:20+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-11-02T17:23:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=9d1e747d17c75a288d0b58a8ac973dab1712afbf'/>
<id>9d1e747d17c75a288d0b58a8ac973dab1712afbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>interpreter: store correct files for project regeneration</title>
<updated>2020-11-01T17:26:31+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2020-10-27T22:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=47d071a34f1e1539b1b354cfda309dac1b905232'/>
<id>47d071a34f1e1539b1b354cfda309dac1b905232</id>
<content type='text'>
Right now sub-sub projects are not correctly registered, because we
don't have a way to pass up past the first level of subproject. This
patch changes that by making the build_Def_files as defined in the
Interpreter initializer accurate for translated dependencies, ie, cmake
dependencies won't define a dependency on a non-existent meson.build.
This means that it can always add the subi.build_def_files because they
are always accurate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Right now sub-sub projects are not correctly registered, because we
don't have a way to pass up past the first level of subproject. This
patch changes that by making the build_Def_files as defined in the
Interpreter initializer accurate for translated dependencies, ie, cmake
dependencies won't define a dependency on a non-existent meson.build.
This means that it can always add the subi.build_def_files because they
are always accurate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a status message that leaks to stdout.</title>
<updated>2020-10-18T21:04:38+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-10-18T16:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=0f4f0acaffab21574d2b2667ccf078dc0996fac5'/>
<id>0f4f0acaffab21574d2b2667ccf078dc0996fac5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In text, betterer grammer usings.</title>
<updated>2020-10-18T21:04:14+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-10-18T11:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=64f8479097fa04c1b9e16646d203b78a43dbfd6b'/>
<id>64f8479097fa04c1b9e16646d203b78a43dbfd6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add delays to test for timestamp issues on mac.</title>
<updated>2020-10-18T21:03:37+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-10-18T16:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=ac6041e1107f97e156ff4314a31d909ce0c404ea'/>
<id>ac6041e1107f97e156ff4314a31d909ce0c404ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pkgconfig: InternalDependency's ext_deps should be private by default</title>
<updated>2020-10-17T12:53:46+00:00</updated>
<author>
<name>Xavier Claessens</name>
<email>xavier.claessens@collabora.com</email>
</author>
<published>2020-10-12T20:02:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=0c95d92404cfc5cebb32c886484946a8a42f6e79'/>
<id>0c95d92404cfc5cebb32c886484946a8a42f6e79</id>
<content type='text'>
This fixes a regression introduced by
https://github.com/mesonbuild/meson/pull/7488.

InternalDependency's ext_deps previously where simply ignored, but that
PR has effect to add many more public Requires in generated pc files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a regression introduced by
https://github.com/mesonbuild/meson/pull/7488.

InternalDependency's ext_deps previously where simply ignored, but that
PR has effect to add many more public Requires in generated pc files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Subprojects should not inherit parent override</title>
<updated>2020-10-16T21:42:24+00:00</updated>
<author>
<name>Xavier Claessens</name>
<email>xavier.claessens@collabora.com</email>
</author>
<published>2020-08-09T13:08:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=ed70c6df52bcb28be72721ff0c2e1af9a491c967'/>
<id>ed70c6df52bcb28be72721ff0c2e1af9a491c967</id>
<content type='text'>
This was the behaviour in 0.55.0, so this test was assuming a behaviour
change. Revert it to the behaviour we had in 0.55.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was the behaviour in 0.55.0, so this test was assuming a behaviour
change. Revert it to the behaviour we had in 0.55.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Machine file pkg_config_path overrides environment</title>
<updated>2020-10-16T21:42:24+00:00</updated>
<author>
<name>Xavier Claessens</name>
<email>xavier.claessens@collabora.com</email>
</author>
<published>2020-08-09T12:45:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=7271b1e9423a83c56bf6e011b4f06dc6831a6d71'/>
<id>7271b1e9423a83c56bf6e011b4f06dc6831a6d71</id>
<content type='text'>
This is consistent with c_args in machine file overriding CFLAGS from
env. This also spotted an issue where in a native build this resulted
in pkg_config_path being /bar instead of /foo:
`-Dpkg_config_path=/foo -Dbuild.pkg_config_path=/bar`

Fixes: #7573
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is consistent with c_args in machine file overriding CFLAGS from
env. This also spotted an issue where in a native build this resulted
in pkg_config_path being /bar instead of /foo:
`-Dpkg_config_path=/foo -Dbuild.pkg_config_path=/bar`

Fixes: #7573
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix consistency in variables kwarg</title>
<updated>2020-10-16T15:09:56+00:00</updated>
<author>
<name>Xavier Claessens</name>
<email>xavier.claessens@collabora.com</email>
</author>
<published>2020-10-15T13:56:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=bcf369ea3c6ac9d48759a9a11304a853dfdab5ff'/>
<id>bcf369ea3c6ac9d48759a9a11304a853dfdab5ff</id>
<content type='text'>
Share common code to extract the `variables` kwarg in
declare_dependency() and pkg.generate().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Share common code to extract the `variables` kwarg in
declare_dependency() and pkg.generate().
</pre>
</div>
</content>
</entry>
<entry>
<title>intro: Add extra_files key to intro output (fixes #7310)</title>
<updated>2020-10-14T22:56:59+00:00</updated>
<author>
<name>Daniel Mensinger</name>
<email>daniel@mensinger-ka.de</email>
</author>
<published>2020-10-13T17:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=7c377e5a5d1e413ea3494ceed0800985fcd804ae'/>
<id>7c377e5a5d1e413ea3494ceed0800985fcd804ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
