<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/data, branch java17</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>mcompile: Add --verbose mode</title>
<updated>2020-06-21T20:49:39+00:00</updated>
<author>
<name>Igor Raits</name>
<email>i.gnatenko.brain@gmail.com</email>
</author>
<published>2020-06-18T14:45:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=d6c6b933c464d2689751da4f78cdd6463a4bc041'/>
<id>d6c6b933c464d2689751da4f78cdd6463a4bc041</id>
<content type='text'>
Closes: https://github.com/mesonbuild/meson/issues/7352
Signed-off-by: Igor Raits &lt;i.gnatenko.brain@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes: https://github.com/mesonbuild/meson/issues/7352
Signed-off-by: Igor Raits &lt;i.gnatenko.brain@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>macros.meson: Switch to meson compile / install</title>
<updated>2020-06-15T20:53:41+00:00</updated>
<author>
<name>Igor Raits</name>
<email>i.gnatenko.brain@gmail.com</email>
</author>
<published>2020-06-15T17:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=0a61f511aa1960ac0d3f9b5e50e35f5f603b99b7'/>
<id>0a61f511aa1960ac0d3f9b5e50e35f5f603b99b7</id>
<content type='text'>
Signed-off-by: Igor Raits &lt;i.gnatenko.brain@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Igor Raits &lt;i.gnatenko.brain@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>macros.meson: Switch to %{_smp_build_ncpus}</title>
<updated>2020-06-15T20:53:41+00:00</updated>
<author>
<name>Igor Raits</name>
<email>i.gnatenko.brain@gmail.com</email>
</author>
<published>2020-06-15T17:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=c4761afa634a1c3b15c1c8229cb39b3f267fd3b1'/>
<id>c4761afa634a1c3b15c1c8229cb39b3f267fd3b1</id>
<content type='text'>
It is available since RPM 4.15 which has been around 1 year by now.

Signed-off-by: Igor Raits &lt;i.gnatenko.brain@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is available since RPM 4.15 which has been around 1 year by now.

Signed-off-by: Igor Raits &lt;i.gnatenko.brain@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test.json schema to add stdout</title>
<updated>2020-04-30T19:49:43+00:00</updated>
<author>
<name>Jon Turney</name>
<email>jon.turney@dronecode.org.uk</email>
</author>
<published>2020-04-27T23:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=1dee6c618d879c20bf0a70eebc54bc8caf47716f'/>
<id>1dee6c618d879c20bf0a70eebc54bc8caf47716f</id>
<content type='text'>
Update the test.json schema, adding the 'stdout' property.

Also amend the test.json schema so the presence of an unexpected
property on the root object causes a validation error.

v2:
Also add 'tools' property to json schema.
Amend the documentation not to use the word 'list' to describe a dict.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the test.json schema, adding the 'stdout' property.

Also amend the test.json schema so the presence of an unexpected
property on the root object causes a validation error.

v2:
Also add 'tools' property to json schema.
Amend the documentation not to use the word 'list' to describe a dict.
</pre>
</div>
</content>
</entry>
<entry>
<title>mtest: Generate a JUnit xml result file</title>
<updated>2020-04-23T20:26:01+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2020-04-22T19:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=7b7f93a09f90c93d94e4a78ddc1dd766f05bf4a9'/>
<id>7b7f93a09f90c93d94e4a78ddc1dd766f05bf4a9</id>
<content type='text'>
JUnit is pretty ubiquitous, lots of services and results viewers
understand it, in particular gitlab and jenkins know how to consume
JUnit xml. This means projects using CI services can have their test
results consumed automatically.

Fixes: #6972
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
JUnit is pretty ubiquitous, lots of services and results viewers
understand it, in particular gitlab and jenkins know how to consume
JUnit xml. This means projects using CI services can have their test
results consumed automatically.

Fixes: #6972
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a json schema for the test.json used in tests</title>
<updated>2020-04-17T17:49:09+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2020-03-20T20:22:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=e0c9259e79f21c6ee19f996c1f5d817d510de663'/>
<id>e0c9259e79f21c6ee19f996c1f5d817d510de663</id>
<content type='text'>
This does a couple of nice things, one is that editors like vscode can
be configured to use this schema to provide auto completion and error
highlighting if invalid values are added or required values are missing.
It also allows us test that the format of the test matrix work in a unit
test, which I've added. It does require that the python jsonschema
package is installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This does a couple of nice things, one is that editors like vscode can
be configured to use this schema to provide auto completion and error
highlighting if invalid values are added or required values are missing.
It also allows us test that the format of the test matrix work in a unit
test, which I've added. It does require that the python jsonschema
package is installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax-highlighting/vim: Add `in` as an operator</title>
<updated>2020-03-12T17:35:32+00:00</updated>
<author>
<name>Nirbheek Chauhan</name>
<email>nirbheek@centricular.com</email>
</author>
<published>2020-03-12T12:32:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=a076e9852bf038908f0f92d0790f8bd00b3cb7f5'/>
<id>a076e9852bf038908f0f92d0790f8bd00b3cb7f5</id>
<content type='text'>
This was missed. Ages ago.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was missed. Ages ago.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .wrap file syntax detection for vim</title>
<updated>2020-01-14T17:47:41+00:00</updated>
<author>
<name>Luke Drummond</name>
<email>ldrumm@rtps.co</email>
</author>
<published>2020-01-11T17:48:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=4e41acb0224d851f2fc4610d7c8a84c5d6c88a9e'/>
<id>4e41acb0224d851f2fc4610d7c8a84c5d6c88a9e</id>
<content type='text'>
wrap files are ini syntax, and vim has support for this via the `dosini`
syntax type

[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wrap files are ini syntax, and vim has support for this via the `dosini`
syntax type

[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a summary() function for configuration summarization</title>
<updated>2019-12-12T23:30:17+00:00</updated>
<author>
<name>Xavier Claessens</name>
<email>xavier.claessens@collabora.com</email>
</author>
<published>2019-12-11T21:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=6e865a233099a00e9ea08f6a2f911ede3c7b4215'/>
<id>6e865a233099a00e9ea08f6a2f911ede3c7b4215</id>
<content type='text'>
Based on patch from Dylan Baker.

Fixes #757
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch from Dylan Baker.

Fixes #757
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax-highlighting: vim: fix setting cpo [skip ci]</title>
<updated>2019-11-07T20:14:29+00:00</updated>
<author>
<name>Liam Beguin</name>
<email>liambeguin@gmail.com</email>
</author>
<published>2019-11-07T20:14:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/meson.git/commit/?id=30acd94e68a5d9962dba37ca126fa5732defd4a4'/>
<id>30acd94e68a5d9962dba37ca126fa5732defd4a4</id>
<content type='text'>
since 'cpo' is global, use `set` instead of `setlocal`.

Reported-By: Bram Moolenaar &lt;Bram@vim.org&gt;
Signed-off-by: Liam Beguin &lt;liambeguin@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since 'cpo' is global, use `set` instead of `setlocal`.

Reported-By: Bram Moolenaar &lt;Bram@vim.org&gt;
Signed-off-by: Liam Beguin &lt;liambeguin@gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
