<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pugl/.clang-tidy, branch master</title>
<subtitle>Personal pugl branch for bug fixes and opening up to allow other render backends</subtitle>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/'/>
<entry>
<title>Fix clang-tidy warnings</title>
<updated>2020-09-19T16:51:33+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-09-19T11:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=181bd895918c341e0a2ef1d0558a591028bf2d7d'/>
<id>181bd895918c341e0a2ef1d0558a591028bf2d7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite C++ bindings</title>
<updated>2020-04-03T17:23:19+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-04-03T17:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=841b9705f10c9dc9a5b3c60da4a590863e18e5b4'/>
<id>841b9705f10c9dc9a5b3c60da4a590863e18e5b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup: Remove unused include</title>
<updated>2020-03-16T15:24:56+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-03-16T15:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=7de08cd2a57d26f546060183944632da71f643f2'/>
<id>7de08cd2a57d26f546060183944632da71f643f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify event loop functions as puglUpdate()</title>
<updated>2020-03-15T19:53:37+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-03-15T17:30:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=efc053fe5a38a4928fbfd3780f5665dd43bc7f95'/>
<id>efc053fe5a38a4928fbfd3780f5665dd43bc7f95</id>
<content type='text'>
The previous separation between polling and dispatching was a lie, especially
on MacOS where it is impossible to only poll for events without dispatching
anything.  Providing such an API is misleading, and problematic in various
other ways.

So, merge them into a single puglUpdate() function which can do the right thing
on all platforms.  This also adds the behaviour of actually processing all
events in the given time interval, which is almost always what clients actually
want to do when using a positive timeout (naively doing this before caused
terrible input lag).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous separation between polling and dispatching was a lie, especially
on MacOS where it is impossible to only poll for events without dispatching
anything.  Providing such an API is misleading, and problematic in various
other ways.

So, merge them into a single puglUpdate() function which can do the right thing
on all platforms.  This also adds the behaviour of actually processing all
events in the given time interval, which is almost always what clients actually
want to do when using a positive timeout (naively doing this before caused
terrible input lag).
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable android-cloexec-fopen clang-tidy warning</title>
<updated>2020-03-01T19:32:26+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2020-03-01T10:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=3ea46107e7cebc8af0ea38a577137acd1aabde40'/>
<id>3ea46107e7cebc8af0ea38a577137acd1aabde40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore clang-tidy warnings in system headers</title>
<updated>2019-11-18T18:33:16+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2019-11-18T12:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=dd90f0dc8918e3ebfc4f526e332bfdb71129531f'/>
<id>dd90f0dc8918e3ebfc4f526e332bfdb71129531f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add clang-tidy file and update lint target</title>
<updated>2019-11-09T11:15:17+00:00</updated>
<author>
<name>David Robillard</name>
<email>d@drobilla.net</email>
</author>
<published>2019-11-09T11:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cuprictea.org/pugl/commit/?id=66c9a39d29bab7467a29267b8554274b9df9a5ee'/>
<id>66c9a39d29bab7467a29267b8554274b9df9a5ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
