<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lv2.git/doc/c, branch main</title>
<subtitle>LV2</subtitle>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/'/>
<entry>
<title>Avoid checking for tools and options that won't be used</title>
<updated>2025-11-14T01:04:39+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2025-11-14T00:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=5942f4c2e868f84141117a04b71077c233c1760d'/>
<id>5942f4c2e868f84141117a04b71077c233c1760d</id>
<content type='text'>
With many components disabled, configuration checked for many programs and
compiler flags that weren't actually used for anything.  This is slow, and
makes simple builds look a lot more complicated than they are.  So, rework
things to only check for tools and flags that will actually be used.

Mainly this is to make the package nice to use as a subproject.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With many components disabled, configuration checked for many programs and
compiler flags that weren't actually used for anything.  This is slow, and
makes simple builds look a lot more complicated than they are.  So, rework
things to only check for tools and flags that will actually be used.

Mainly this is to make the package nice to use as a subproject.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add lv2_util.h to documentation</title>
<updated>2023-09-24T00:41:25+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2023-09-24T00:41:25+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=e9d94328743d630e27a9d322015437fd9080695d'/>
<id>e9d94328743d630e27a9d322015437fd9080695d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix formatting of documentation code snippets</title>
<updated>2023-09-24T00:41:07+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2023-09-24T00:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=59ecedfe4943bd0df28f79a4d068388a20c95c6c'/>
<id>59ecedfe4943bd0df28f79a4d068388a20c95c6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format meson.build files with muon</title>
<updated>2023-09-23T21:09:41+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2023-09-23T20:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=31a8dbcca82a394f0dd236776692a8a53a031777'/>
<id>31a8dbcca82a394f0dd236776692a8a53a031777</id>
<content type='text'>
The less time wasted with manual code formatting, the better.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The less time wasted with manual code formatting, the better.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated Doxygen configuration</title>
<updated>2023-08-23T15:13:52+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2023-08-23T15:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=54703e427ceab193d22a8c6ffff5a495fd087c79'/>
<id>54703e427ceab193d22a8c6ffff5a495fd087c79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated doxygen configuration</title>
<updated>2022-11-15T01:39:20+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-11-15T01:39:20+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=e9a02e4894a621c5f3889e3a8392ed4eb931293c'/>
<id>e9a02e4894a621c5f3889e3a8392ed4eb931293c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 0BSD for trivial "public domain intent" things</title>
<updated>2022-09-08T19:57:22+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-09-08T19:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=3e0183ef54a88eb0f038c53778700f1490df6153'/>
<id>3e0183ef54a88eb0f038c53778700f1490df6153</id>
<content type='text'>
Fedora takes issue with CC0.  Although it doesn't really matter for this
stuff (dual licensed anyway, questionably "software", certainly not patentable,
and so on), this is simpler and more consistent with the ISC license used for
the actual software anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fedora takes issue with CC0.  Although it doesn't really matter for this
stuff (dual licensed anyway, questionably "software", certainly not patentable,
and so on), this is simpler and more consistent with the ISC license used for
the actual software anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation build</title>
<updated>2022-08-22T15:40:43+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-08-22T15:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=ebb4dce640d6cec61ad28df2129396256439c639'/>
<id>ebb4dce640d6cec61ad28df2129396256439c639</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused Doxygen configuration</title>
<updated>2022-08-06T02:02:50+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-08-05T20:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=d3550a59cc2f474b142bc2a7076d2f1b3af92c40'/>
<id>d3550a59cc2f474b142bc2a7076d2f1b3af92c40</id>
<content type='text'>
Older versions of Doxygen warn about these.  So, remove them to make the build
less noisy since they are all either unused or set to their defaults anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Older versions of Doxygen warn about these.  So, remove them to make the build
less noisy since they are all either unused or set to their defaults anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove configuration not supported by Doxygen 1.9.1</title>
<updated>2022-07-21T14:54:53+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2022-07-21T14:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=7d7a0be99e69781878c2712e327a446c1a4d9e54'/>
<id>7d7a0be99e69781878c2712e327a446c1a4d9e54</id>
<content type='text'>
These all have the default value anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These all have the default value anyway.
</pre>
</div>
</content>
</entry>
</feed>
