<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/opentrack/simple-mat.hpp, branch trackhat-1.2</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-1.2</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=trackhat-1.2'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2015-12-17T23:54:45Z</updated>
<entry>
<title>api/mat: fix typos/breakage</title>
<updated>2015-12-17T23:54:45Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-12-17T23:54:45Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f53f0c3ebb3553543dcd0814d6d1fe54faef030e'/>
<id>urn:sha1:f53f0c3ebb3553543dcd0814d6d1fe54faef030e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simple-mat: nix porked ctor</title>
<updated>2015-11-01T16:09:52Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-11-01T16:09:52Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=e138d155d2f2cfb7e87c353f98ffea0e2592483f'/>
<id>urn:sha1:e138d155d2f2cfb7e87c353f98ffea0e2592483f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simple-mat: add __restrict for GNU</title>
<updated>2015-08-31T03:12:23Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-31T03:12:23Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=b9df697d6de0bd1ba4e9fbb40a7b3a5ab8e7cfdd'/>
<id>urn:sha1:b9df697d6de0bd1ba4e9fbb40a7b3a5ab8e7cfdd</id>
<content type='text'>
</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>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>
<entry>
<title>simple-mat: open-code more, add comment</title>
<updated>2015-08-11T04:41:02Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2015-08-11T04:41:02Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f0f18a08e2f4a82902098df8d54578811919fa67'/>
<id>urn:sha1:f0f18a08e2f4a82902098df8d54578811919fa67</id>
<content type='text'>
</content>
</entry>
</feed>
