<feed xmlns='http://www.w3.org/2005/Atom'>
<title>opentrack.git/compat, branch feature/qt6</title>
<subtitle>head tracking software for Windows and Linux</subtitle>
<id>http://ananke.misaki.pl/cgit/opentrack.git/atom?h=feature%2Fqt6</id>
<link rel='self' href='http://ananke.misaki.pl/cgit/opentrack.git/atom?h=feature%2Fqt6'/>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/'/>
<updated>2025-05-17T06:22:13Z</updated>
<entry>
<title>fix build on Linux &amp; Apple</title>
<updated>2025-05-17T06:22:13Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2025-05-17T06:22:13Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=d033bef1ded739c056243e673a9e3fbb6c57ef24'/>
<id>urn:sha1:d033bef1ded739c056243e673a9e3fbb6c57ef24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: move dependency check closer to actual use-site</title>
<updated>2025-05-16T06:54:15Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2025-05-16T06:12:15Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=5f0fef82211aa659a31a4b49308c5ad8779d2a2b'/>
<id>urn:sha1:5f0fef82211aa659a31a4b49308c5ad8779d2a2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix missing space in error message</title>
<updated>2025-05-16T06:54:14Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2025-04-29T17:17:52Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=997f5b187a076e01ba9524ab1830ca6f7dc5f406'/>
<id>urn:sha1:997f5b187a076e01ba9524ab1830ca6f7dc5f406</id>
<content type='text'>
</content>
</entry>
<entry>
<title>buffer flush</title>
<updated>2025-05-16T06:54:13Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2025-04-25T06:01:32Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=78f8c6c81c2e900aa1cb433940667a054cc0b6ed'/>
<id>urn:sha1:78f8c6c81c2e900aa1cb433940667a054cc0b6ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove debug code</title>
<updated>2025-05-16T06:53:43Z</updated>
<author>
<name>sthalik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2025-05-15T04:20:34Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=1f737463587fec21337631bc0320718b49fde26c'/>
<id>urn:sha1:1f737463587fec21337631bc0320718b49fde26c</id>
<content type='text'>
how long has it been like this?
</content>
</entry>
<entry>
<title>compat/process-list: be easier on malloc(3)</title>
<updated>2024-12-26T11:56:24Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-12-26T11:45:00Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=8c20d01a1b6df262ed6c77aa44b49d3611e36a80'/>
<id>urn:sha1:8c20d01a1b6df262ed6c77aa44b49d3611e36a80</id>
<content type='text'>
The real fix would be to use pr-eallocated buffers thus completely
avoiding malloc. But it's difficult to test on all platforms and avoid
introducing subtle bugs.
</content>
</entry>
<entry>
<title>compat: fix Linux process list</title>
<updated>2024-12-26T11:45:41Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-12-26T05:27:31Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=1a40b793adbdd7c8718b9f383eadd1ab0bb02cf0'/>
<id>urn:sha1:1a40b793adbdd7c8718b9f383eadd1ab0bb02cf0</id>
<content type='text'>
`procps-ng` silently broke API compatibility in a patch release.

Reported-by: @DoomSlinger
Fix-by: @thorger
Fixes: #1970
</content>
</entry>
<entry>
<title>i18n: add German translations</title>
<updated>2024-08-04T01:29:31Z</updated>
<author>
<name>Kai Krakow</name>
<email>kai@kaishome.de</email>
</author>
<published>2024-08-04T01:29:31Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=c6e56ce73bc4fd59b65d73a39f48368411beeb6e'/>
<id>urn:sha1:c6e56ce73bc4fd59b65d73a39f48368411beeb6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove 'eval_once' completely if QT_NO_DEBUG_OUTPUT is defined.</title>
<updated>2024-06-19T12:24:50Z</updated>
<author>
<name>Ayexor</name>
<email>9105454+Ayexor@users.noreply.github.com</email>
</author>
<published>2024-06-19T12:18:46Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=2f9b016c9459c745213bb28492645c5bb10cbc7b'/>
<id>urn:sha1:2f9b016c9459c745213bb28492645c5bb10cbc7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compat/macros: actually enable always_inline</title>
<updated>2024-03-24T16:00:52Z</updated>
<author>
<name>Stanislaw Halik</name>
<email>sthalik@misaki.pl</email>
</author>
<published>2024-03-24T16:00:52Z</published>
<link rel='alternate' type='text/html' href='http://ananke.misaki.pl/cgit/opentrack.git/commit/?id=b13b7d3371fc7ee026c29708ed11e875c87e2b83'/>
<id>urn:sha1:b13b7d3371fc7ee026c29708ed11e875c87e2b83</id>
<content type='text'>
</content>
</entry>
</feed>
