<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/opentrack, branch opentrack-2.3-rc49p5</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc49p5</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc49p5'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2016-06-18T11:38:18Z</updated>
<entry>
<title>compat, logic, api: fix export macro copy-paste errors</title>
<updated>2016-06-18T11:38:18Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-18T11:38:18Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=92ada4499ba5036d694a2592e199ec77bd8af97e'/>
<id>urn:sha1:92ada4499ba5036d694a2592e199ec77bd8af97e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api/camera-dialog: fix build on win32</title>
<updated>2016-06-18T09:32:25Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-18T09:32:25Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=e60eab99fcd031f2766ae7790a2db084615c2500'/>
<id>urn:sha1:e60eab99fcd031f2766ae7790a2db084615c2500</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api/camera-dialog: fix non non-win32 non-linux</title>
<updated>2016-06-18T09:08:33Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-18T09:01:44Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=278a517a6724a541374f076974f1c7ae06880abb'/>
<id>urn:sha1:278a517a6724a541374f076974f1c7ae06880abb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api/simple-mat: allow for casts to num* and const</title>
<updated>2016-06-17T22:16:27Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-17T13:02:06Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=dd2bb6cc86d59f7b6600a2e75142470539dc8a71'/>
<id>urn:sha1:dd2bb6cc86d59f7b6600a2e75142470539dc8a71</id>
<content type='text'>
Due to memory layout we don't need enable_if for vector.
</content>
</entry>
<entry>
<title>all: split "api" into "api" and "logic"</title>
<updated>2016-06-16T10:35:51Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-16T10:34:31Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0760fe011114fa440275b487eaf766b015f40e5b'/>
<id>urn:sha1:0760fe011114fa440275b487eaf766b015f40e5b</id>
<content type='text'>
Here, the "logic" module has all the stuff for building one's own
graphical user interface.

The "api" module has stuff used by other trackers.

While at it, each of "api", "logic", and "compat" need their own export
headers. This is because of preprocessor symbol clashes.

This is all because a change in the "gui"-only dependency required a
relink of all the trackers, protocols, and flters. It takes too long
when building in the release configuration. With the split, only the
"gui" module gets rebuilt. Since it has close to no static dependencies,
it's fast enough.
</content>
</entry>
<entry>
<title>api/tracker: appease IDE. use consistent type alias.</title>
<updated>2016-06-16T09:18:19Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-16T09:18:19Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=c1c54785d058d6fd0308538f902d8d1b2fbe0883'/>
<id>urn:sha1:c1c54785d058d6fd0308538f902d8d1b2fbe0883</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api: remove euler filter</title>
<updated>2016-06-15T15:53:58Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-15T15:53:58Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a58dcfc17dd129f99102e969ad247aede6933f0e'/>
<id>urn:sha1:a58dcfc17dd129f99102e969ad247aede6933f0e</id>
<content type='text'>
This isn't a proper way to handle the multiple solutions problem. Even
after fixing degree/radian confusion it didn't work.
</content>
</entry>
<entry>
<title>api/tracker: add euler filter</title>
<updated>2016-06-14T16:14:46Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-14T09:44:30Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=2f0d5047d3fbe3958f2663c1ac7e7a2ecccc9336'/>
<id>urn:sha1:2f0d5047d3fbe3958f2663c1ac7e7a2ecccc9336</id>
<content type='text'>
Gimbal lock is a problem too often.
</content>
</entry>
<entry>
<title>api: this isn't C#, we don't need to set enum vals</title>
<updated>2016-06-14T16:14:46Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-14T09:43:34Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=21245bb4d55cc0acbb2556e6fe3bac18bd5d55ec'/>
<id>urn:sha1:21245bb4d55cc0acbb2556e6fe3bac18bd5d55ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>api: add nan checking function</title>
<updated>2016-06-14T16:14:46Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2016-06-14T09:43:06Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=dcef445e694c6e2b65d7f1fd0462f4ceacdaff3c'/>
<id>urn:sha1:dcef445e694c6e2b65d7f1fd0462f4ceacdaff3c</id>
<content type='text'>
</content>
</entry>
</feed>
