<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lv2.git/lv2/core, 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>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>Add missing release metadata</title>
<updated>2022-07-17T21:08:39+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-07-07T22:52:31+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=b5cf751096f182b51d96d2b3cef46d25d029a368'/>
<id>b5cf751096f182b51d96d2b3cef46d25d029a368</id>
<content type='text'>
These should have been added for the 1.18.4 release.  This seems a bit silly
for minor changes like this that span the entire project, but the documentation
tools currently require it.

Simplifying this would be nice, perhaps by using NEWS files as the canonical
source instead, which would be a nicer and more typical developer experience.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These should have been added for the 1.18.4 release.  This seems a bit silly
for minor changes like this that span the entire project, but the documentation
tools currently require it.

Simplifying this would be nice, perhaps by using NEWS files as the canonical
source instead, which would be a nicer and more typical developer experience.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace canonical dcs ontology with a minimal version for LV2</title>
<updated>2022-07-17T21:08:39+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-07-07T22:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=9df8b5cfd5813e16701f637c63870a29f1164512'/>
<id>9df8b5cfd5813e16701f637c63870a29f1164512</id>
<content type='text'>
Since most applications pay to keep these ontologies in memory, it is best to
keep them small.  This replaces the "canonical" dcs ontology with a minimal and
restricted version specifically written for the subset of the vocabulary that
LV2 uses (like the xsd ontology).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since most applications pay to keep these ontologies in memory, it is best to
keep them small.  This replaces the "canonical" dcs ontology with a minimal and
restricted version specifically written for the subset of the vocabulary that
LV2 uses (like the xsd ontology).
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove archaic properties from foaf vocabulary</title>
<updated>2022-07-17T21:08:39+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-06-16T22:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=2711f034e0bc9f2cb86f6df0774e1661dbd520ac'/>
<id>2711f034e0bc9f2cb86f6df0774e1661dbd520ac</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>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>Add dark mode style for documentation</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:04:55+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=556c932d879cc903be96889bd62bc51de5a92b71'/>
<id>556c932d879cc903be96889bd62bc51de5a92b71</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 from clang-tidy 13</title>
<updated>2022-07-03T23:51:16+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-06-15T17:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=7ee4fa3fe15a2057541bf35534a2f94f77c19d5d'/>
<id>7ee4fa3fe15a2057541bf35534a2f94f77c19d5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LV2 1.18.4</title>
<updated>2022-05-27T00:38:29+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-05-27T00:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=d97a1a4daff228bdd62c68859959d13077e47026'/>
<id>d97a1a4daff228bdd62c68859959d13077e47026</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
