<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lv2.git/include/lv2/ui, branch main</title>
<subtitle>LV2</subtitle>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/'/>
<entry>
<title>Use angle brackets for library includes</title>
<updated>2024-11-23T21:36:42+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2024-11-23T21:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=6fcd79be0c1d38eadabec9993e65725ce7bf600c'/>
<id>6fcd79be0c1d38eadabec9993e65725ce7bf600c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update clang-format configuration</title>
<updated>2024-11-15T13:52:04+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2024-11-15T13:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=c8b2c46886888e53125f1027ef3ea96dc584bcaa'/>
<id>c8b2c46886888e53125f1027ef3ea96dc584bcaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix code formatting</title>
<updated>2024-10-06T17:42:19+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2024-10-06T17:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=447b44c67368a4e1686d1db2688e5624a63cd0f4'/>
<id>447b44c67368a4e1686d1db2688e5624a63cd0f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add types for Gtk4UI and Qt6UI</title>
<updated>2024-07-12T00:01:26+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2024-07-12T00:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=6b18f721d78ee6b0e65bea2a42b70b00ae1acab0'/>
<id>6b18f721d78ee6b0e65bea2a42b70b00ae1acab0</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 include guards</title>
<updated>2022-12-11T18:15:02+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-12-10T20:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=8adcececdb37a3b0c547ed59ad49d9fd7b69eae9'/>
<id>8adcececdb37a3b0c547ed59ad49d9fd7b69eae9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adopt REUSE machine-readable licensing standard</title>
<updated>2022-09-08T19:57:05+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-09-08T19:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=865d85743476b0e3b0c2c2d394298fbf947d6a90'/>
<id>865d85743476b0e3b0c2c2d394298fbf947d6a90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
