<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/gui, branch opentrack-2.3.10</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3.10</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=opentrack-2.3.10'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2018-02-16T18:20:27Z</updated>
<entry>
<title>gui/init: fix translations even harder</title>
<updated>2018-02-16T18:20:27Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-02-16T18:20:27Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=f0e877684c010196487e5304941d65b43b913cc6'/>
<id>urn:sha1:f0e877684c010196487e5304941d65b43b913cc6</id>
<content type='text'>
Issue: #748
</content>
</entry>
<entry>
<title>Merge branch 'unstable' of https://github.com/opentrack/opentrack into unstable</title>
<updated>2018-02-16T18:05:36Z</updated>
<author>
<name>mrsanchos</name>
<email>orokhovatskiy@gmail.com</email>
</author>
<published>2018-02-16T18:05:36Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=b52fd95f1cc86e86ecb696eab07c8d6b6a2e9f5d'/>
<id>urn:sha1:b52fd95f1cc86e86ecb696eab07c8d6b6a2e9f5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new translation strings</title>
<updated>2018-02-16T17:22:26Z</updated>
<author>
<name>mrsanchos</name>
<email>orokhovatskiy@gmail.com</email>
</author>
<published>2018-02-16T17:22:26Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=82c43da829fdac974b3d6adb8742715382ddd051'/>
<id>urn:sha1:82c43da829fdac974b3d6adb8742715382ddd051</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gui/init: shorten to `OTR_FORCE_LANG'</title>
<updated>2018-02-16T12:38:30Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-02-16T12:38:30Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=7a973ae2ad396c8413405e40bcb2eaab67c95d15'/>
<id>urn:sha1:7a973ae2ad396c8413405e40bcb2eaab67c95d15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gui/init: allow forcing locale via env</title>
<updated>2018-02-16T11:56:49Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-02-16T11:27:28Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=c011007165a6dee12f0b856411a8c8deaeb2d289'/>
<id>urn:sha1:c011007165a6dee12f0b856411a8c8deaeb2d289</id>
<content type='text'>
Issue: #748
</content>
</entry>
<entry>
<title>gui: attach parent console harder</title>
<updated>2018-02-16T11:56:49Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-02-16T11:15:33Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=7ea413f202d5716de7155df46e708ce5825771d1'/>
<id>urn:sha1:7ea413f202d5716de7155df46e708ce5825771d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up "static" and "constexpr" types</title>
<updated>2018-02-15T09:23:11Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-02-15T08:06:13Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=0a92bc147f91f3ecacdf66d995f01f9577107a86'/>
<id>urn:sha1:0a92bc147f91f3ecacdf66d995f01f9577107a86</id>
<content type='text'>
- use `static constexpr inline' to avoid requiring
  explicit declarations in object code
- use `const Foo* const' to maybe put into readonly
  binary segment (at least for ELF DSOs)
- `constexpr' in function scope has storage, avoid
  `static'
- don't use `constexpr' where there's no advantage,
  like arrays

We'd like to avoid overhead of atomic initialization
for each function call. No idea how `static constexpr'
requiring storage in the standard plays with atomic
initialization requirement. Hearsay points that
`constexpr' without `static' in block scope behaves
more to our liking. It's all hazy though.

I'm not 100% sure if `static inline constexpr' has any
storage. Hopefully none, like a #define, and stuff
bigger than registers gets coalesced within the same
module, with small stuff being immediates.
</content>
</entry>
<entry>
<title>cmake: add zh_CN</title>
<updated>2018-02-12T09:05:00Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-02-11T20:40:53Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=31d9768413199f388c216d92d9db5158ce8785cf'/>
<id>urn:sha1:31d9768413199f388c216d92d9db5158ce8785cf</id>
<content type='text'>
cf. #746
</content>
</entry>
<entry>
<title>modules: stop saving line information</title>
<updated>2018-02-12T09:05:00Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-02-11T21:09:07Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=94e483008ed35b2b8d16bce733bbdf5398d19ec1'/>
<id>urn:sha1:94e483008ed35b2b8d16bce733bbdf5398d19ec1</id>
<content type='text'>
Now i18n regen won't make a mess.
</content>
</entry>
<entry>
<title>update translation source files -- #743</title>
<updated>2018-02-09T16:04:28Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-02-09T16:00:57Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=b3f564fd92c592ead4e27f45f92fc44741b68e49'/>
<id>urn:sha1:b3f564fd92c592ead4e27f45f92fc44741b68e49</id>
<content type='text'>
</content>
</entry>
</feed>
