<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lv2.git/lv2/instance-access, branch main</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>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>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>
</feed>
