<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lv2.git/plugins, branch v1.18.6</title>
<subtitle>LV2</subtitle>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/'/>
<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>
<entry>
<title>Clean up and modernize Python support code</title>
<updated>2022-07-17T21:08:38+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-06-16T18:30:06+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=86835a05f5e4d4ca7e016e29210cd613af0ea2ce'/>
<id>86835a05f5e4d4ca7e016e29210cd613af0ea2ce</id>
<content type='text'>
Switches to safer and more modern idioms, and addresses many issues raised by
flake8 and pylint.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switches to safer and more modern idioms, and addresses many issues raised by
flake8 and pylint.
</pre>
</div>
</content>
</entry>
<entry>
<title>Format all Python code with black</title>
<updated>2022-07-17T21:08:38+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-06-16T17:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=85e480aa08aef7d20617bd084e8a61b745e0aed6'/>
<id>85e480aa08aef7d20617bd084e8a61b745e0aed6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix whitespace and add missing clang-format configuration</title>
<updated>2022-07-17T21:08:38+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-06-16T12:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=487caa5868d816ae811c6a68f2bb9b1f5a798dbe'/>
<id>487caa5868d816ae811c6a68f2bb9b1f5a798dbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use "python3" in shebangs</title>
<updated>2022-07-17T21:08:38+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-06-15T17:02:14+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=bae9223780400754040e2d25035a86e5efef5b3e'/>
<id>bae9223780400754040e2d25035a86e5efef5b3e</id>
<content type='text'>
Python 2 hit EOL long ago, and some systems don't have a "python" at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2 hit EOL long ago, and some systems don't have a "python" at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make potentially lossy type conversions explicit</title>
<updated>2022-07-17T21:08:36+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-06-15T17:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=f723513288fe2cd3a5b59a94b470bc43e456e7a3'/>
<id>f723513288fe2cd3a5b59a94b470bc43e456e7a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace use of deprecated ui:binary in examples with lv2:binary</title>
<updated>2022-05-28T00:44:49+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-05-28T00:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=9ed4e44d929299765c834974b5bf26a7e9db4db8'/>
<id>9ed4e44d929299765c834974b5bf26a7e9db4db8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress new warnings in clang-tidy 13</title>
<updated>2022-05-26T17:27:22+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-05-26T17:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=52650784331844f8a92c5e9c4ba443a468743867'/>
<id>52650784331844f8a92c5e9c4ba443a468743867</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid "else" after "return"</title>
<updated>2022-05-26T17:27:14+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-05-26T17:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=ec24b754f1fa81f05b011a444a1dd8d67d066d31'/>
<id>ec24b754f1fa81f05b011a444a1dd8d67d066d31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
