<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lv2.git/lv2/urid, branch v1.18.0</title>
<subtitle>LV2</subtitle>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/'/>
<entry>
<title>Remove redundant lv2:Specification type properties</title>
<updated>2020-04-10T17:46:04+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-03-22T17:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=adbb099856fd80445d7a6627460ce239c4bc902a'/>
<id>adbb099856fd80445d7a6627460ce239c4bc902a</id>
<content type='text'>
These are included in the manifest so that hosts can discover them.  Having
them in the data file as well is redundant, and in some cases requires an
otherwise unnecessary import of the core spec.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are included in the manifest so that hosts can discover them.  Having
them in the data file as well is redundant, and in some cases requires an
otherwise unnecessary import of the core spec.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move documentation to metadata files and convert it to Markdown</title>
<updated>2020-04-10T17:46:04+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-03-22T15:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=430284545345539c9ffb31df889debac1d3888b5'/>
<id>430284545345539c9ffb31df889debac1d3888b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename spec metadata files to name.meta.ttl</title>
<updated>2020-03-28T16:10:05+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-03-20T13:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=8c5e414fda0160c6105503c584d3a3c0534f74e4'/>
<id>8c5e414fda0160c6105503c584d3a3c0534f74e4</id>
<content type='text'>
Towards putting more here than just the project metadata, and is a bit cleaner
of a naming scheme anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Towards putting more here than just the project metadata, and is a bit cleaner
of a naming scheme anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Put all code documentation in an "lv2" group</title>
<updated>2020-03-12T12:29:56+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-03-12T12:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=1d75523156c28b8a31b1a5d6504d78fe49b9cf62'/>
<id>1d75523156c28b8a31b1a5d6504d78fe49b9cf62</id>
<content type='text'>
This makes it feasible to merge the LV2 documentation into more broad
documentation in a meta-project.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it feasible to merge the LV2 documentation into more broad
documentation in a meta-project.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary struct names</title>
<updated>2020-02-23T10:17:38+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-02-23T10:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=f44953307bc58eb2a364297416b61c2262a64759'/>
<id>f44953307bc58eb2a364297416b61c2262a64759</id>
<content type='text'>
These are not necessary since they are not recursive types, and the names
violated the C standard.  There also seems to be a bug in Doxygen where
TYPEDEF_HIDES_STRUCT was not working, which made the documentation confusing
and ugly.

Strictly speaking, this could break user code that used these names directly,
but this was never intended to be supported and should be fixed if it actually
occurs anywhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are not necessary since they are not recursive types, and the names
violated the C standard.  There also seems to be a bug in Doxygen where
TYPEDEF_HIDES_STRUCT was not working, which made the documentation confusing
and ugly.

Strictly speaking, this could break user code that used these names directly,
but this was never intended to be supported and should be fixed if it actually
occurs anywhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalise syntax of all specification data with serdi</title>
<updated>2020-02-16T11:02:05+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-02-16T10:59:39+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=b042d19364170e03db35b4c736d7d17c897d5203'/>
<id>b042d19364170e03db35b4c736d7d17c897d5203</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Flatten documentation to fix fragment links</title>
<updated>2019-04-27T15:20:53+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2019-04-27T13:09:18+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=bfcdcde2b9a5c20688fe73a841c288218acd975d'/>
<id>bfcdcde2b9a5c20688fe73a841c288218acd975d</id>
<content type='text'>
This removes all the extra bundle content from the documentation output and
instead makes pages directly at the URI of specifications.  This way, links to
fragments in spec pages (which are often copy and pasted) are correct fragment
identifiers like &lt;http://lv2plug.in/ns/lv2core#Plugin&gt; instead of
&lt;http://lv2plug.in/ns/lv2core/#Plugin&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes all the extra bundle content from the documentation output and
instead makes pages directly at the URI of specifications.  This way, links to
fragments in spec pages (which are often copy and pasted) are correct fragment
identifiers like &lt;http://lv2plug.in/ns/lv2core#Plugin&gt; instead of
&lt;http://lv2plug.in/ns/lv2core/#Plugin&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>Install standard headers to simpler include paths</title>
<updated>2018-09-22T18:38:58+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2018-09-22T18:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=4db67120efca2d4c200d2e1ba5cf3d7b97cab97e'/>
<id>4db67120efca2d4c200d2e1ba5cf3d7b97cab97e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
