<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/data, branch xcodeobjc</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>Add range() function</title>
<updated>2021-03-17T00:50:16+00:00</updated>
<author>
<name>Xavier Claessens</name>
<email>xavier.claessens@collabora.com</email>
</author>
<published>2021-02-06T16:14:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=a45f939092cc2c60d49040bdb0147758a1403f61'/>
<id>a45f939092cc2c60d49040bdb0147758a1403f61</id>
<content type='text'>
Fixes: #5026.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #5026.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misspells</title>
<updated>2021-01-13T17:53:10+00:00</updated>
<author>
<name>Antonin Décimo</name>
<email>antonin.decimo@gmail.com</email>
</author>
<published>2021-01-12T21:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=39ede12aa5b27376341df85bc9ec254913f044bd'/>
<id>39ede12aa5b27376341df85bc9ec254913f044bd</id>
<content type='text'>
Signed-off-by: Antonin Décimo &lt;antonin.decimo@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Antonin Décimo &lt;antonin.decimo@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>vim: Drop backwards compatibility with Vim 5.</title>
<updated>2020-11-03T19:06:22+00:00</updated>
<author>
<name>Aman Verma</name>
<email>amanraoverma@gmail.com</email>
</author>
<published>2020-11-02T21:38:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=388fa6e7761712a7b1d3422a879fa9e90b6fa606'/>
<id>388fa6e7761712a7b1d3422a879fa9e90b6fa606</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zsh: Add completions for meson compile</title>
<updated>2020-09-23T19:34:24+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2020-09-23T19:34:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=1b63dcc5310a4f93d5f5b7d266c269c1cb37649d'/>
<id>1b63dcc5310a4f93d5f5b7d266c269c1cb37649d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zsh: add completions for subprojects</title>
<updated>2020-09-23T19:24:19+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2020-09-23T19:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=9f893384db123567087d5cb5f5016df571512b38'/>
<id>9f893384db123567087d5cb5f5016df571512b38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zsh: add wrap completions</title>
<updated>2020-09-23T17:19:56+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2020-09-23T17:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=3afaa879ecea489d4bb9bd0b563a2fafd594a051'/>
<id>3afaa879ecea489d4bb9bd0b563a2fafd594a051</id>
<content type='text'>
This is still missing completions for promote, but I can't figure out
how to find the wraps in subprojects that are not in the parent project
when those projects haven't been fetched yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is still missing completions for promote, but I can't figure out
how to find the wraps in subprojects that are not in the parent project
when those projects haven't been fetched yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>zsh: add missing arguments to meson test completions</title>
<updated>2020-09-23T16:19:35+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2020-09-23T16:19:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=f0db3d37509f755698402b7789662610c6526139'/>
<id>f0db3d37509f755698402b7789662610c6526139</id>
<content type='text'>
This also reorders the options internally to match the output of meson
test --help, which makes it easier to diff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also reorders the options internally to match the output of meson
test --help, which makes it easier to diff
</pre>
</div>
</content>
</entry>
<entry>
<title>zsh: Add completions for meson init</title>
<updated>2020-09-23T16:16:27+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2020-09-23T16:16:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=c6f7588afaace7302d92c617dfaf17ca82e9ebc5'/>
<id>c6f7588afaace7302d92c617dfaf17ca82e9ebc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zsh: Add completions for meson install</title>
<updated>2020-09-23T16:02:32+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2020-09-23T16:02:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=a137cd0bfba090ebcf53c6645dd8bfdefea557fc'/>
<id>a137cd0bfba090ebcf53c6645dd8bfdefea557fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zsh: add meson dist completions</title>
<updated>2020-09-22T23:58:08+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2020-09-22T23:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=80af1600366507c0139e9ae4494755612384476c'/>
<id>80af1600366507c0139e9ae4494755612384476c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
