<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lv2.git/lv2/patch, branch v1.18.4</title>
<subtitle>LV2</subtitle>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/'/>
<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>
<entry>
<title>Fix incorrect spelling and test for regression with codespell</title>
<updated>2022-05-09T19:40:09+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-05-09T19:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=bd70bc95db7b9aea77d04ffba0693a485d4af8c6'/>
<id>bd70bc95db7b9aea77d04ffba0693a485d4af8c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the type of patch:wildcard more precise</title>
<updated>2021-03-15T18:39:11+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2021-03-13T04:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=3f6e7285f93ec2304553dfc8c6bbbfbe05566b04'/>
<id>3f6e7285f93ec2304553dfc8c6bbbfbe05566b04</id>
<content type='text'>
It is more or less meaningless to have an explicit type of rdfs:Resource, and
some tools don't like it, since everything (including classes and properties)
is a Resource.  Since this is an individual, owl:Thing is a better type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is more or less meaningless to have an explicit type of rdfs:Resource, and
some tools don't like it, since everything (including classes and properties)
is a Resource.  Since this is an individual, owl:Thing is a better type.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix type and range of patch:value</title>
<updated>2021-03-15T18:39:11+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2021-03-13T04:36:23+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=8817d4c13380da4e06fe9497c41a251038eaf5d4'/>
<id>8817d4c13380da4e06fe9497c41a251038eaf5d4</id>
<content type='text'>
This was obviously wrong.  I'm not sure how this happened, probably a
copy/paste mistake.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was obviously wrong.  I'm not sure how this happened, probably a
copy/paste mistake.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use email address instead of website for attribution</title>
<updated>2021-01-02T12:38:51+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2021-01-02T12:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=a587405cd84ce18674de8acf01169436bea50f1f'/>
<id>a587405cd84ce18674de8acf01169436bea50f1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format all code with clang-format</title>
<updated>2020-12-26T18:21:17+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-12-26T18:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=882b9446cbf7316345de391188e68c2a7333da5b'/>
<id>882b9446cbf7316345de391188e68c2a7333da5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make include guards surround all header contents</title>
<updated>2020-12-26T16:55:23+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-12-26T16:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=8d2251749da9e0ae4254502edfc8917236a9b8c0'/>
<id>8d2251749da9e0ae4254502edfc8917236a9b8c0</id>
<content type='text'>
For consistency, and because clang-tidy can't figure out if a define is an
include guard unless it ends the file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For consistency, and because clang-tidy can't figure out if a define is an
include guard unless it ends the file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add clang-format suppression comments</title>
<updated>2020-12-26T16:55:23+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-12-26T14:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=c2816ab42b458c9c5202197b3df665340f57dddd'/>
<id>c2816ab42b458c9c5202197b3df665340f57dddd</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 Doxygen index</title>
<updated>2020-11-17T10:11:05+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-11-17T10:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=3e7abdc3da504cff2d4c14a593ad140e6fb71764'/>
<id>3e7abdc3da504cff2d4c14a593ad140e6fb71764</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix HTML character entities in documentation</title>
<updated>2020-10-16T10:29:29+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-10-16T10:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=f207706a7ca2050ae86a468b416f45309cbfc591'/>
<id>f207706a7ca2050ae86a468b416f45309cbfc591</id>
<content type='text'>
Not all of these actually show up in the output, but it's unnecessary to use
these in Markdown anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not all of these actually show up in the output, but it's unnecessary to use
these in Markdown anyway.
</pre>
</div>
</content>
</entry>
</feed>
