<feed xmlns='http://www.w3.org/2005/Atom'>
<title>calculer/src/disp.c, branch v1.0</title>
<subtitle>Train Mental Calculus</subtitle>
<id>https://tristanriehs.fr/git/calculer/atom?h=v1.0</id>
<link rel='self' href='https://tristanriehs.fr/git/calculer/atom?h=v1.0'/>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/calculer/'/>
<updated>2026-08-04T21:49:56+00:00</updated>
<entry>
<title>Enable using development display libraries</title>
<updated>2026-08-04T21:49:56+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-08-04T21:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/calculer/commit/?id=d68c22897c57145800a7b10781d4f14f34e4b63e'/>
<id>urn:sha1:d68c22897c57145800a7b10781d4f14f34e4b63e</id>
<content type='text'>
Also add useful routines.
</content>
</entry>
<entry>
<title>Get rid of the non-reloadable version</title>
<updated>2026-08-04T21:38:19+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-08-04T21:38:19+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/calculer/commit/?id=d10a8424cbf8e529a1b36287d41f7fe6df353e2f'/>
<id>urn:sha1:d10a8424cbf8e529a1b36287d41f7fe6df353e2f</id>
<content type='text'>
It creates two different versions of the code for no valid
reason. dynamically loading the display is not that mystical in the end.
</content>
</entry>
<entry>
<title>Remove license headers</title>
<updated>2026-08-04T21:23:19+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-08-04T21:23:19+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/calculer/commit/?id=ca530eb3a2b65dbc7716e557752c87e36aa1879d'/>
<id>urn:sha1:ca530eb3a2b65dbc7716e557752c87e36aa1879d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update display libraries lookup</title>
<updated>2026-08-04T20:59:12+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-08-04T20:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/calculer/commit/?id=733aaa70aaf4e245809a46faef50910f0732d4c7'/>
<id>urn:sha1:733aaa70aaf4e245809a46faef50910f0732d4c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start rewriting the build system</title>
<updated>2026-08-04T18:41:40+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-08-04T18:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/calculer/commit/?id=920aed36f81bcce40c9f1c5bcda906a13e4fb5e4'/>
<id>urn:sha1:920aed36f81bcce40c9f1c5bcda906a13e4fb5e4</id>
<content type='text'>
Good old makefiles should do the job.
</content>
</entry>
<entry>
<title>Add support for release compilation mode</title>
<updated>2024-06-30T08:00:48+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@bordeaux-inp.fr</email>
</author>
<published>2024-06-30T08:00:48+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/calculer/commit/?id=c48f0176412f2c15fbb3cbc6052550959f581da9'/>
<id>urn:sha1:c48f0176412f2c15fbb3cbc6052550959f581da9</id>
<content type='text'>
Displays are not shared libraries, but object files that are part of
the final executable.
</content>
</entry>
<entry>
<title>Improve dynamic loading</title>
<updated>2024-06-30T07:20:34+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@bordeaux-inp.fr</email>
</author>
<published>2024-06-30T07:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/calculer/commit/?id=46e6de294243e8dc593551bfe8c0e7090d03a159'/>
<id>urn:sha1:46e6de294243e8dc593551bfe8c0e7090d03a159</id>
<content type='text'>
Make loading code cleaner and prefix public
function names to allow static compilation.
</content>
</entry>
<entry>
<title>Improve disp API and implement dynamic reload</title>
<updated>2024-06-22T07:19:05+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@bordeaux-inp.fr</email>
</author>
<published>2024-06-22T07:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/calculer/commit/?id=7119092665e1b771b04b305813be81e9892dfc1b'/>
<id>urn:sha1:7119092665e1b771b04b305813be81e9892dfc1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add dynamix reloading functions</title>
<updated>2024-06-22T06:00:03+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@bordeaux-inp.fr</email>
</author>
<published>2024-06-22T06:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/calculer/commit/?id=52b3d99b880e7a0031337f86a34094d116c768f0'/>
<id>urn:sha1:52b3d99b880e7a0031337f86a34094d116c768f0</id>
<content type='text'>
Also reserve a couple return values for read_input.
</content>
</entry>
<entry>
<title>Use cli and gui as shared libraries</title>
<updated>2024-06-20T11:39:08+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@bordeaux-inp.fr</email>
</author>
<published>2024-06-20T11:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/calculer/commit/?id=82b1cce1bc5c91c0b56501f5dab912390206ace5'/>
<id>urn:sha1:82b1cce1bc5c91c0b56501f5dab912390206ace5</id>
<content type='text'>
</content>
</entry>
</feed>
