<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lv2.git/wscript, branch v1.2.0</title>
<subtitle>LV2</subtitle>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/'/>
<entry>
<title>Tag LV2 1.2.0</title>
<updated>2012-10-14T21:57:30+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-10-14T21:57:30+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=2ab4c5de6926765292427b679607522f2d7d5489'/>
<id>2ab4c5de6926765292427b679607522f2d7d5489</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace LV2_Morph_Interface with more general LV2_Options_Interface.</title>
<updated>2012-09-16T16:55:52+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-09-16T16:55:52+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=3bbce7c5437aea1243bcd556f6b2232564cb3ab3'/>
<id>3bbce7c5437aea1243bcd556f6b2232564cb3ab3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate top-level NEWS file in distribution with changes from all specs.</title>
<updated>2012-09-06T02:49:27+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-09-06T02:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=386b00b4ba02b9a0b33e31848bc81eabbd44af68'/>
<id>386b00b4ba02b9a0b33e31848bc81eabbd44af68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make documentation suitable for local installation.</title>
<updated>2012-09-06T01:25:53+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-09-06T01:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=4acfb4730957f814a36ed66421409e73775de6d8'/>
<id>4acfb4730957f814a36ed66421409e73775de6d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bufsz:sequenceSize.</title>
<updated>2012-08-29T17:44:27+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-29T17:44:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=4e3771992fb6b5e198060563c0481d658271717d'/>
<id>4e3771992fb6b5e198060563c0481d658271717d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary check for C++ compiler (fix ticket #4).</title>
<updated>2012-08-21T04:39:23+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-21T04:39:23+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=39901b12b65c049031e205c8f82d156d2345c9e1'/>
<id>39901b12b65c049031e205c8f82d156d2345c9e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>midi: Remove non-standard midi:Tick message type.</title>
<updated>2012-08-14T06:21:53+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-14T06:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=77f2d69d2f9995d7e803021373dbb18a199e645a'/>
<id>77f2d69d2f9995d7e803021373dbb18a199e645a</id>
<content type='text'>
midi: Add C definitions for message types and standard controllers.
midi: Fix definition of SystemExclusive status byte.
Use new MIDI API in eg-sampler.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
midi: Add C definitions for message types and standard controllers.
midi: Fix definition of SystemExclusive status byte.
Use new MIDI API in eg-sampler.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST.</title>
<updated>2012-08-10T20:23:41+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-10T20:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=99d273dba0c9d657e0cd174174bba576ff8e5d43'/>
<id>99d273dba0c9d657e0cd174174bba576ff8e5d43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmissing-prototypes.</title>
<updated>2012-08-09T02:06:27+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-09T02:06:27+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=2a003020dc3b094df7eaa9b2f2cde53e97516fa8'/>
<id>2a003020dc3b094df7eaa9b2f2cde53e97516fa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move MSVC C99 gunk into autowaf.</title>
<updated>2012-08-08T21:01:41+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2012-08-08T21:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lv2plug.in/git/cgit.cgi/lv2.git/commit/?id=5a8f20f5a7b818e8e9d0be7f24f232bed0078834'/>
<id>5a8f20f5a7b818e8e9d0be7f24f232bed0078834</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
