<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git, branch pythonbump</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>Bump minimum supported Python version to 3.6. Closes #6297.</title>
<updated>2020-09-06T22:12:43+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-08-30T17:09:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=754fbef3de665ea1f627cdd3a225008c0bfce51a'/>
<id>754fbef3de665ea1f627cdd3a225008c0bfce51a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>backends: check external rpaths for all languages using ldflags</title>
<updated>2020-09-06T18:07:14+00:00</updated>
<author>
<name>James Hilliard</name>
<email>james.hilliard1@gmail.com</email>
</author>
<published>2020-08-16T13:24:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=646ae846bef76b955771c33fdb49d45a394cf6d8'/>
<id>646ae846bef76b955771c33fdb49d45a394cf6d8</id>
<content type='text'>
Signed-off-by: James Hilliard &lt;james.hilliard1@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: James Hilliard &lt;james.hilliard1@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7689 from scivision/fortran_inc</title>
<updated>2020-09-06T17:28:39+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-09-06T17:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=97177bc12a98738a443cce65d9ee2bee03d0f1f3'/>
<id>97177bc12a98738a443cce65d9ee2bee03d0f1f3</id>
<content type='text'>
correct Fortran include algorithm</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
correct Fortran include algorithm</pre>
</div>
</content>
</entry>
<entry>
<title>ci: update to use latest recommendations</title>
<updated>2020-09-06T17:27:40+00:00</updated>
<author>
<name>Michael Hirsch</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2020-09-03T03:43:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=011210ee147e9786949146a618e5f565c3e76812'/>
<id>011210ee147e9786949146a618e5f565c3e76812</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Add missing method arguments [skip ci]</title>
<updated>2020-09-06T17:26:14+00:00</updated>
<author>
<name>Michal Sojka</name>
<email>michal.sojka@cvut.cz</email>
</author>
<published>2020-09-06T17:26:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=28f15390b97330ac8d653ea49008ef64e1eafb2b'/>
<id>28f15390b97330ac8d653ea49008ef64e1eafb2b</id>
<content type='text'>
Documentation of most methods mentions method arguments enclosed in
parentheses. Two methods are an exception and we fix them here to make
the manual more consistent.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Documentation of most methods mentions method arguments enclosed in
parentheses. Two methods are an exception and we fix them here to make
the manual more consistent.</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Fix typo in Reference-manual.md [skip ci]</title>
<updated>2020-09-05T20:56:28+00:00</updated>
<author>
<name>Krzysztof Małysa</name>
<email>varqox@gmail.com</email>
</author>
<published>2020-09-05T19:28:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=49b3182748b8c38c56a4310b1843fbf93d0fe7cb'/>
<id>49b3182748b8c38c56a4310b1843fbf93d0fe7cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>environment: use ExternalProgram to find ninja</title>
<updated>2020-09-04T13:38:12+00:00</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2020-09-02T22:12:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=492afe50a439d70df99d6e3e59572aff55e14c6b'/>
<id>492afe50a439d70df99d6e3e59572aff55e14c6b</id>
<content type='text'>
This allows the NINJA environment variable to support all the Windows special
cases, especially allowing an absolute path without extension.

Based on a patch by Yonggang Luo.

Fixes: #7659
Suggested-by: Nirbheek Chauhan &lt;nirbheek@centricular.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the NINJA environment variable to support all the Windows special
cases, especially allowing an absolute path without extension.

Based on a patch by Yonggang Luo.

Fixes: #7659
Suggested-by: Nirbheek Chauhan &lt;nirbheek@centricular.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>introspect: add test dependencies info to test/benchmark JSON</title>
<updated>2020-09-04T12:45:20+00:00</updated>
<author>
<name>Paolo Bonzini</name>
<email>pbonzini@redhat.com</email>
</author>
<published>2020-09-04T08:50:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=fa5c2363eb1dd94058aac1a4045d2ab546eed7b9'/>
<id>fa5c2363eb1dd94058aac1a4045d2ab546eed7b9</id>
<content type='text'>
Add the ids of any target that needs to be rebuilt before running the
tests as computed by the backend, to the introspection data for tests and benchmarks.
This also includes anything that appears on the test's command line.

Without this information, IDEs must update the entire build before running
any test.  They can now instead selectively build the test executable
itself and anything that is needed to run it.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the ids of any target that needs to be rebuilt before running the
tests as computed by the backend, to the introspection data for tests and benchmarks.
This also includes anything that appears on the test's command line.

Without this information, IDEs must update the entire build before running
any test.  They can now instead selectively build the test executable
itself and anything that is needed to run it.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add fortran cmake subproject include test</title>
<updated>2020-09-03T04:20:07+00:00</updated>
<author>
<name>Michael Hirsch</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2020-09-03T03:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=d01fc3da8f69464eb53507ca2e33f6f887ba0e34'/>
<id>d01fc3da8f69464eb53507ca2e33f6f887ba0e34</id>
<content type='text'>
ci:unused_arg: update ninja version to work with fortran+cmake
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ci:unused_arg: update ninja version to work with fortran+cmake
</pre>
</div>
</content>
</entry>
<entry>
<title>fortran: make include scanning also work for CMake subprojects</title>
<updated>2020-09-03T02:59:04+00:00</updated>
<author>
<name>Michael Hirsch</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2020-09-03T02:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=34f7fee741bdb8c01c15556dd56b4fd82d3a5bdd'/>
<id>34f7fee741bdb8c01c15556dd56b4fd82d3a5bdd</id>
<content type='text'>
also fixed PEP8

I originally implemented the "include" scanning,
but hadn't made a test for this case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also fixed PEP8

I originally implemented the "include" scanning,
but hadn't made a test for this case
</pre>
</div>
</content>
</entry>
</feed>
