<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lv2.git/plugins, branch main</title>
<subtitle>LV2</subtitle>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/'/>
<entry>
<title>Remove example plugins</title>
<updated>2025-11-14T00:59:41+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2025-11-13T22:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=cbe7327ff36ca6b142c43c0e0491b989726ecc9b'/>
<id>cbe7327ff36ca6b142c43c0e0491b989726ecc9b</id>
<content type='text'>
These are now maintained in the separate "lv2-examples" project to keep the
dependencies of lv2 itself minimal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are now maintained in the separate "lv2-examples" project to keep the
dependencies of lv2 itself minimal.
</pre>
</div>
</content>
</entry>
<entry>
<title>eg-metro: Fix memory leak</title>
<updated>2025-09-28T23:27:52+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2025-09-28T23:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=b02b868091a4c83cf0d2200d7a5daf43cdf2284a'/>
<id>b02b868091a4c83cf0d2200d7a5daf43cdf2284a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress new warning in clang-tidy 20</title>
<updated>2025-06-26T02:36:25+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2025-06-25T18:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=93db9d7b61737726747b81a586f807f9faa60a5c'/>
<id>93db9d7b61737726747b81a586f807f9faa60a5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reset forge buffer to avoid potential escape of stack pointers</title>
<updated>2025-06-26T01:05:42+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2025-06-25T18:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=5a512e57bc80503a20372ba328ec2bba72a00d96'/>
<id>5a512e57bc80503a20372ba328ec2bba72a00d96</id>
<content type='text'>
This shouldn't be an issue in practice, but avoids a potential mistake if the
forge was to be used again without being properly reset, which clang-tidy 20
gained the ability to recognize.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This shouldn't be an issue in practice, but avoids a potential mistake if the
forge was to be used again without being properly reset, which clang-tidy 20
gained the ability to recognize.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable meson implicit include directories anti-feature</title>
<updated>2025-02-26T15:07:56+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2025-02-26T15:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=4b8760cec9636a1d9757afa79ceee2111b86e98b'/>
<id>4b8760cec9636a1d9757afa79ceee2111b86e98b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fully parenthesize expressions</title>
<updated>2025-02-10T20:47:54+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2025-02-10T20:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=4285fab0c0b14cbbcf9ddbe29d274c0c55a04edd'/>
<id>4285fab0c0b14cbbcf9ddbe29d274c0c55a04edd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use "system" include type for all dependencies</title>
<updated>2025-01-20T18:12:45+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2025-01-20T18:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=7113dafb0a8bcea19d3c7961b52538dd07726937'/>
<id>7113dafb0a8bcea19d3c7961b52538dd07726937</id>
<content type='text'>
Things get confused when these flags differ across projects, so universally use
"system" for external dependencies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Things get confused when these flags differ across projects, so universally use
"system" for external dependencies.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid potential division by zero</title>
<updated>2024-12-12T01:01:23+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2024-12-12T01:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=79c318c7efffeee46ed301d1fc4724ac90ff03a8'/>
<id>79c318c7efffeee46ed301d1fc4724ac90ff03a8</id>
<content type='text'>
It shouldn't normally be possible for this to happen, but this change makes it
statically impossible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It shouldn't normally be possible for this to happen, but this change makes it
statically impossible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an assert to guard out of bounds access</title>
<updated>2024-12-12T00:49:53+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2024-12-12T00:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=46e059efacd844e7f32f240e7efa441811b84527'/>
<id>46e059efacd844e7f32f240e7efa441811b84527</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
