<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/data, branch cppnoexcept</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>syntax-highlighting: vim: add license header [skip ci]</title>
<updated>2019-10-17T22:24:12+00:00</updated>
<author>
<name>Liam Beguin</name>
<email>lvb@xiphos.com</email>
</author>
<published>2019-10-17T22:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=af11f9207100aedad47058385618211358e0992f'/>
<id>af11f9207100aedad47058385618211358e0992f</id>
<content type='text'>
Add a license header before getting them in the Vim runtime.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a license header before getting them in the Vim runtime.</pre>
</div>
</content>
</entry>
<entry>
<title>syntax-highlighting: vim: set comment string</title>
<updated>2019-10-14T15:28:23+00:00</updated>
<author>
<name>Liam Beguin</name>
<email>liambeguin@gmail.com</email>
</author>
<published>2019-10-13T23:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=18e00298439cdc7cdf54b640a89e62620a2daf08'/>
<id>18e00298439cdc7cdf54b640a89e62620a2daf08</id>
<content type='text'>
Vim can automatically comment and format comments. Set the necessary
variable to enable that feature.

See `:help format-comments` for more information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Vim can automatically comment and format comments. Set the necessary
variable to enable that feature.

See `:help format-comments` for more information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add is_disabler function</title>
<updated>2019-08-11T22:05:45+00:00</updated>
<author>
<name>James Hilliard</name>
<email>james.hilliard1@gmail.com</email>
</author>
<published>2019-05-26T18:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=b21fd95f737ab96f57c45e15a1d89d5c483daec8'/>
<id>b21fd95f737ab96f57c45e15a1d89d5c483daec8</id>
<content type='text'>
This is useful if one needs to check if a variable is a disabler.

Signed-off-by: James Hilliard &lt;james.hilliard1@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is useful if one needs to check if a variable is a disabler.

Signed-off-by: James Hilliard &lt;james.hilliard1@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add alias_target() function</title>
<updated>2019-07-10T19:01:18+00:00</updated>
<author>
<name>Xavier Claessens</name>
<email>xavier.claessens@collabora.com</email>
</author>
<published>2019-07-03T17:32:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=12d4031f52a8c09014a840b2cf263478602618d0'/>
<id>12d4031f52a8c09014a840b2cf263478602618d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RPM Macros: Use `meson test` for %meson_test</title>
<updated>2019-04-28T17:30:30+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2019-04-23T12:31:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=65091b7677973b783cdb2ebb5b9be9b0b97db975'/>
<id>65091b7677973b783cdb2ebb5b9be9b0b97db975</id>
<content type='text'>
Previously, this called out to the %ninja_test macro to run the
tests, but that limits us to only the arguments that ninja can
understand. In particular, it is not possible to add a test
timeout multiplier (such as is sometimes needed when building for
slow architectures such as armv7hl). With this patch, it will be
possible to specify `%meson_test -t 5` in the RPM spec file
without needing to patch the sources to extend the timeouts,
making life easier for packagers.

Related: https://github.com/mesonbuild/meson/issues/2037

Signed-off-by: Stephen Gallagher &lt;sgallagh@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, this called out to the %ninja_test macro to run the
tests, but that limits us to only the arguments that ninja can
understand. In particular, it is not possible to add a test
timeout multiplier (such as is sometimes needed when building for
slow architectures such as armv7hl). With this patch, it will be
possible to specify `%meson_test -t 5` in the RPM spec file
without needing to patch the sources to extend the timeouts,
making life easier for packagers.

Related: https://github.com/mesonbuild/meson/issues/2037

Signed-off-by: Stephen Gallagher &lt;sgallagh@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "rpm: Always set b_ndebug to true"</title>
<updated>2019-04-08T11:00:40+00:00</updated>
<author>
<name>Igor Gnatenko</name>
<email>i.gnatenko.brain@gmail.com</email>
</author>
<published>2019-04-08T11:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=2946eb4404a5351f0dc6eb47c05a80d0ef04acd6'/>
<id>2946eb4404a5351f0dc6eb47c05a80d0ef04acd6</id>
<content type='text'>
It turned out that it is not really good idea.

This reverts commit da1bb49787b2f65ca3a4c3c3fb0d9eda822f3275.

Signed-off-by: Igor Gnatenko &lt;i.gnatenko.brain@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turned out that it is not really good idea.

This reverts commit da1bb49787b2f65ca3a4c3c3fb0d9eda822f3275.

Signed-off-by: Igor Gnatenko &lt;i.gnatenko.brain@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rpm: Always set b_ndebug to true</title>
<updated>2019-03-26T18:15:44+00:00</updated>
<author>
<name>Igor Gnatenko</name>
<email>i.gnatenko.brain@gmail.com</email>
</author>
<published>2019-03-25T16:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=da1bb49787b2f65ca3a4c3c3fb0d9eda822f3275'/>
<id>da1bb49787b2f65ca3a4c3c3fb0d9eda822f3275</id>
<content type='text'>
'if-release' does not catch buildtype=plain, so we need to do this.

Signed-off-by: Igor Gnatenko &lt;i.gnatenko.brain@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'if-release' does not catch buildtype=plain, so we need to do this.

Signed-off-by: Igor Gnatenko &lt;i.gnatenko.brain@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bash/zsh: drop completion for deprecated command</title>
<updated>2019-03-07T23:59:36+00:00</updated>
<author>
<name>Eric Engestrom</name>
<email>eric@engestrom.ch</email>
</author>
<published>2017-12-17T21:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=b5cc01ccd99f2aec46768c0d2a1758d9d3317cef'/>
<id>b5cc01ccd99f2aec46768c0d2a1758d9d3317cef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>zsh: complete targets</title>
<updated>2019-02-20T18:52:26+00:00</updated>
<author>
<name>Eric Engestrom</name>
<email>eric@engestrom.ch</email>
</author>
<published>2017-12-17T21:06:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=75f436542cf58cc54817d095788b24ea1101d95f'/>
<id>75f436542cf58cc54817d095788b24ea1101d95f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add Bash completion script</title>
<updated>2019-02-20T18:52:26+00:00</updated>
<author>
<name>Eric Engestrom</name>
<email>eric@engestrom.ch</email>
</author>
<published>2017-11-09T11:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=1b873d62f8818fab65032286cf9d93025d99cc30'/>
<id>1b873d62f8818fab65032286cf9d93025d99cc30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
