<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/opentrack, branch opentrack-2.3-rc17</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc17</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3-rc17'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2015-08-24T08:11:29Z</updated>
<entry>
<title>plugin-support: fix typo</title>
<updated>2015-08-24T08:11:29Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-24T08:11:29Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=b1c4466ddeb84ec9b6c19f64906458754f68b135'/>
<id>urn:sha1:b1c4466ddeb84ec9b6c19f64906458754f68b135</id>
<content type='text'>
</content>
</entry>
<entry>
<title>plugin-support: set more sane RTLD flags</title>
<updated>2015-08-24T08:07:46Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-24T08:07:46Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0d9427dd929ca51d65a1ab08b26710647769793c'/>
<id>urn:sha1:0d9427dd929ca51d65a1ab08b26710647769793c</id>
<content type='text'>
We might need RTLD_DEEPBIND if there are symbol-related crashes.
</content>
</entry>
<entry>
<title>plugin-support: free modules from address space when needed</title>
<updated>2015-08-24T08:05:27Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-24T08:05:27Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=8f61232b36e5988e3bb89ad42b821c89c57073d7'/>
<id>urn:sha1:8f61232b36e5988e3bb89ad42b821c89c57073d7</id>
<content type='text'>
This is groundwork for #226, even though modules still need not to load
all at once and persist till program stop.

This issue only affects Linux.
</content>
</entry>
<entry>
<title>simple-mat: fix arglist SFINAE</title>
<updated>2015-08-22T18:25:32Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-22T18:25:32Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=9cd5ab67dbe347d1f4dcf4a6eb3f4fd7e3d89dab'/>
<id>urn:sha1:9cd5ab67dbe347d1f4dcf4a6eb3f4fd7e3d89dab</id>
<content type='text'>
Constructor was always available, enable_if faultily allowed it to
accept an arbitrary amount of parameters.

The `assignable' bit is redundant and broken, anyway
static_cast&lt;num&gt;(x)... takes care of type compatibility.
</content>
</entry>
<entry>
<title>simple-mat: can use static_cast here</title>
<updated>2015-08-22T18:23:35Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-22T18:23:35Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=48339aa148200f0f9cdf8ff61b17413ff1dacc87'/>
<id>urn:sha1:48339aa148200f0f9cdf8ff61b17413ff1dacc87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>props changed only</title>
<updated>2015-08-22T17:04:05Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-22T17:02:57Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=21cd2c012ef23ec3f4b374d82056f1fa1694d904'/>
<id>urn:sha1:21cd2c012ef23ec3f4b374d82056f1fa1694d904</id>
<content type='text'>
Some source files had executable bit on. Remove it.
</content>
</entry>
<entry>
<title>main, ui: store config files in a predefined directory</title>
<updated>2015-08-22T17:02:25Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-22T17:02:25Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=4ab33fdfbb23fdfed5327d402989fd53d79f5380'/>
<id>urn:sha1:4ab33fdfbb23fdfed5327d402989fd53d79f5380</id>
<content type='text'>
Settings files are now stored in Documents/opentrack-version.

The transition path is to copy all .ini files into that directory,
accessible through the "Profile" menu dropdown.

Issue: #179
</content>
</entry>
<entry>
<title>simple-mat: replace initializer_list with variadic ctor</title>
<updated>2015-08-18T06:51:28Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-18T06:51:28Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=cfed344344b996aea1e6388031dc20b1d15a25f3'/>
<id>urn:sha1:cfed344344b996aea1e6388031dc20b1d15a25f3</id>
<content type='text'>
Gives us type safety rather than argument count mismatch. Also there's
no more narrowing conversion issue.

Replace usages.

Explicitly delete initializer_list ctor.
</content>
</entry>
<entry>
<title>simple-mat: __inline -&gt; inline for C++</title>
<updated>2015-08-18T03:50:32Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-18T03:50:32Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a2c881e36e8522d94831f5486f7408dc58321a42'/>
<id>urn:sha1:a2c881e36e8522d94831f5486f7408dc58321a42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simple-mat: don't inline so much</title>
<updated>2015-08-18T03:50:15Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-18T03:50:15Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=dfc157dfba05985caa963ccb22240e238133e066'/>
<id>urn:sha1:dfc157dfba05985caa963ccb22240e238133e066</id>
<content type='text'>
</content>
</entry>
</feed>
