<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/man, 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>Bump version numbers for rc1.</title>
<updated>2021-02-08T23:20:19+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2021-02-08T22:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=ba770d18778ee446b3615babcf3bfad604b664bc'/>
<id>ba770d18778ee446b3615babcf3bfad604b664bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number for rc1.</title>
<updated>2020-10-18T21:34:49+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-10-18T21:34:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=55d370e565a3592607f0990396571a634ac45f5a'/>
<id>55d370e565a3592607f0990396571a634ac45f5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number for RC1.</title>
<updated>2020-07-02T17:03:36+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-07-01T15:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=f8bec97084756f1f21e470fffa6c1b5546a43681'/>
<id>f8bec97084756f1f21e470fffa6c1b5546a43681</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version number for rc1.</title>
<updated>2020-03-24T08:53:02+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-03-23T17:41:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=253fbc4470cc19eeff320c6f5fa4718071075316'/>
<id>253fbc4470cc19eeff320c6f5fa4718071075316</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare new release.</title>
<updated>2020-01-07T20:12:25+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2020-01-07T17:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=8d576eba9190f311e845f08ce822972b34c4e973'/>
<id>8d576eba9190f311e845f08ce822972b34c4e973</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated version numbers for 0.52.0 release.</title>
<updated>2019-10-06T17:05:19+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2019-10-06T17:05:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=2779603c689c6347809255a5aa3bd59b46b18b81'/>
<id>2779603c689c6347809255a5aa3bd59b46b18b81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>man: Make argument order of setup command consistent with help message</title>
<updated>2019-09-05T20:43:32+00:00</updated>
<author>
<name>Fabian Bläse</name>
<email>fabian@blaese.de</email>
</author>
<published>2019-09-05T10:54:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=7b765155347005e01bdd9ae8bfdad7182f27f852'/>
<id>7b765155347005e01bdd9ae8bfdad7182f27f852</id>
<content type='text'>
In msetup the two positional arguments build-dir and source-dir
are added to the argument parser in this order.

This also affects the help message.

This order is different from the order given in the man page.
Therefore it is switched around in the man page to make it consistent
with the help message.

As the code automatically decides which directory contains what, this
change is only cosmetic. Both argument orders should be valid.

Signed-off-by: Fabian Bläse &lt;fabian@blaese.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In msetup the two positional arguments build-dir and source-dir
are added to the argument parser in this order.

This also affects the help message.

This order is different from the order given in the man page.
Therefore it is switched around in the man page to make it consistent
with the help message.

As the code automatically decides which directory contains what, this
change is only cosmetic. Both argument orders should be valid.

Signed-off-by: Fabian Bläse &lt;fabian@blaese.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Change meson test's build failure exit code to 125</title>
<updated>2019-07-12T18:51:17+00:00</updated>
<author>
<name>Christoph Weiss</name>
<email>weiss@wsoptics.de</email>
</author>
<published>2019-07-12T08:01:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=185238fdb479e2f7007ccda47e59b65557b7ee4b'/>
<id>185238fdb479e2f7007ccda47e59b65557b7ee4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update things for new release.</title>
<updated>2019-06-16T19:03:29+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2019-06-16T19:03:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=5ecab576673d98b01296ef02c8bc9300c5f6e796'/>
<id>5ecab576673d98b01296ef02c8bc9300c5f6e796</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to new ccache URL</title>
<updated>2019-05-26T22:10:57+00:00</updated>
<author>
<name>Joel Rosdahl</name>
<email>joel@rosdahl.net</email>
</author>
<published>2019-05-26T08:05:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=f13e65b93a72fca08bebc93afdd34437f2f15c25'/>
<id>f13e65b93a72fca08bebc93afdd34437f2f15c25</id>
<content type='text'>
ccache’s web site is now located at https://ccache.dev.

Bonus: Use the preferred capitalization “Ccache” instead of “CCache”.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ccache’s web site is now located at https://ccache.dev.

Bonus: Use the preferred capitalization “Ccache” instead of “CCache”.
</pre>
</div>
</content>
</entry>
</feed>
