<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lv2.git/lv2/options, 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>Make all specifications a lv2:Specification</title>
<updated>2020-02-16T15:04:48+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-02-16T14:15:32+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=ffea25768ab52cfa505d80e7b52fd5826933509b'/>
<id>ffea25768ab52cfa505d80e7b52fd5826933509b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>LV2 1.16.0</title>
<updated>2019-02-03T16:01:24+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2019-02-03T16:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=0fa4d4847eb6d5bb0f58da889933c94c37ecb730'/>
<id>0fa4d4847eb6d5bb0f58da889933c94c37ecb730</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort includes from local to standard and fix exposed issues</title>
<updated>2019-01-10T21:09:30+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2019-01-09T19:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=84597399525d99fe036ea93feedb7993f326de50'/>
<id>84597399525d99fe036ea93feedb7993f326de50</id>
<content type='text'>
This order is better because it ensures that headers can stand alone and
include everything they need.  Several missing includes were exposed by this,
and are also fixed in this commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This order is better because it ensures that headers can stand alone and
include everything they need.  Several missing includes were exposed by this,
and are also fixed in this commit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Relax range of opts:requiredOption and opts:supportedOption</title>
<updated>2018-10-28T08:28:50+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2018-10-27T18:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=3bab97b1556e7684dd5cfb48b7108fdfff583c6d'/>
<id>3bab97b1556e7684dd5cfb48b7108fdfff583c6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
