<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/tracker-freepie-udp, branch feature_windows_dark_theme</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=feature_windows_dark_theme</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=feature_windows_dark_theme'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2020-01-02T23:29:56Z</updated>
<entry>
<title>tracker/freepie-udp: fix pack pragma</title>
<updated>2020-01-02T23:29:56Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2020-01-02T23:29:40Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=fb994308266093382fffecb8a3fd2645ab811117'/>
<id>urn:sha1:fb994308266093382fffecb8a3fd2645ab811117</id>
<content type='text'>
Due to typo "#pragma pack(push)" was used rather than,
"#pragma pack(push, 1)" that does the right thing.

Add an assert.

PR: #1018
</content>
</entry>
<entry>
<title>Ensure structure is the same</title>
<updated>2019-12-30T22:31:36Z</updated>
<author>
<name>Ries van Twisk</name>
<email>github@rvt.dds.nl</email>
</author>
<published>2019-12-30T22:26:47Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=678ba1e120b033ee877f70c24913ff049a7f731f'/>
<id>urn:sha1:678ba1e120b033ee877f70c24913ff049a7f731f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FreePIE Use packed struct with clang to receive datagram</title>
<updated>2019-12-30T11:12:22Z</updated>
<author>
<name>Ries van Twisk</name>
<email>github@rvt.dds.nl</email>
</author>
<published>2019-12-30T11:12:22Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=859d5585090d966a222da6bc4f14f0d749d13277'/>
<id>urn:sha1:859d5585090d966a222da6bc4f14f0d749d13277</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style/quality only</title>
<updated>2018-12-24T18:32:10Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-12-24T17:54:34Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=a88e34b21b07f70123926fcb5c505d6afdf99807'/>
<id>urn:sha1:a88e34b21b07f70123926fcb5c505d6afdf99807</id>
<content type='text'>
No functional changes.

- add `override' everywhere where missing
- almost pass clang's `-Wweak-vtables'
- avoid some float/double conversions
- remove unused private members
- make signedness conversions explicit
- put stuff in right namespaces to aid analysis
</content>
</entry>
<entry>
<title>modernize C++ syntax</title>
<updated>2018-06-26T21:05:21Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-06-26T20:25:22Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=d65936200a2756e6619a109fa6fa673b91df802e'/>
<id>urn:sha1:d65936200a2756e6619a109fa6fa673b91df802e</id>
<content type='text'>
No visible changes (hopefully).
</content>
</entry>
<entry>
<title>i18n: update strings</title>
<updated>2018-04-05T01:26:11Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-04-05T01:16:52Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=56b3ad65c3842aee1e2ae2b257abe7ed8d09c7c1'/>
<id>urn:sha1:56b3ad65c3842aee1e2ae2b257abe7ed8d09c7c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modules: now use i18n</title>
<updated>2018-04-05T01:23:52Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2018-04-05T01:23:38Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=c0165f8b48852a1aca782d606ba4f1ea48eee6ba'/>
<id>urn:sha1:c0165f8b48852a1aca782d606ba4f1ea48eee6ba</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>
</feed>
