<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lv2.git/test, branch v1.18.8</title>
<subtitle>LV2</subtitle>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/'/>
<entry>
<title>Avoid running syntax check on Windows</title>
<updated>2022-08-13T01:07:37+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-08-13T01:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=283a868ec1f76304cca68c32f00702142604d62c'/>
<id>283a868ec1f76304cca68c32f00702142604d62c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid running syntax check in cross builds</title>
<updated>2022-08-09T15:21:22+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-08-09T15:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=315fd611e5896eb9c2a3f45793695db1b7ef9203'/>
<id>315fd611e5896eb9c2a3f45793695db1b7ef9203</id>
<content type='text'>
This doesn't work because lv2_check_syntax.py uses serdi, and so would need to
call it with a wrapper.  That's possible (and is how the test scripts work),
but this check doesn't need to run everywhere, so just disable it in cross
builds to avoid the issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't work because lv2_check_syntax.py uses serdi, and so would need to
call it with a wrapper.  That's possible (and is how the test scripts work),
but this check doesn't need to run everywhere, so just disable it in cross
builds to avoid the issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only run flake8/pylint/black tests with strict option enabled</title>
<updated>2022-08-07T15:40:08+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-08-07T15:40:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=60b153b94107c7064420d13a5c38b32a155870b1'/>
<id>60b153b94107c7064420d13a5c38b32a155870b1</id>
<content type='text'>
Older versions of these tools can cause issues, but they are only useful for
development anyway.  So, just disable them by default to avoid build issues for
users on ancient systems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Older versions of these tools can cause issues, but they are only useful for
development anyway.  So, just disable them by default to avoid build issues for
users on ancient systems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress new warnings in clang and clang-tidy 14</title>
<updated>2022-07-17T22:14:02+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-07-14T03:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=e1c80a39b280509007693225abb2eb9d47ac01e1'/>
<id>e1c80a39b280509007693225abb2eb9d47ac01e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rearrange source tree to be directly usable by dependants</title>
<updated>2022-07-17T22:14:00+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-07-07T22:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=1eccbe4355685b322194df72b5de2382d5290b3b'/>
<id>1eccbe4355685b322194df72b5de2382d5290b3b</id>
<content type='text'>
This allows the LV2 source distribution to be used as an include path for
compilers and an LV2_PATH for applications, at the expense of self-contained
bundles.  That's a nice idea, but it made LV2 itself weird and annoying to
depend on.  This rearranges things so that directories in the source tree
correspond more closely to installation directories.

To make this possible, the "aux" directory in the documentation output has been
changed to "style", to avoid the reserved name "aux" on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the LV2 source distribution to be used as an include path for
compilers and an LV2_PATH for applications, at the expense of self-contained
bundles.  That's a nice idea, but it made LV2 itself weird and annoying to
depend on.  This rearranges things so that directories in the source tree
correspond more closely to installation directories.

To make this possible, the "aux" directory in the documentation output has been
changed to "style", to avoid the reserved name "aux" on Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to meson build system</title>
<updated>2022-07-17T22:13:53+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-07-07T22:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=d4a970f6962dda28133290194832b726b566ddab'/>
<id>d4a970f6962dda28133290194832b726b566ddab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
