<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ftag/Makefile, branch master</title>
<subtitle>Manage Files Using Tags</subtitle>
<id>https://tristanriehs.fr/git/ftag/atom?h=master</id>
<link rel='self' href='https://tristanriehs.fr/git/ftag/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/'/>
<updated>2026-05-31T16:06:28+00:00</updated>
<entry>
<title>Clean Makefile</title>
<updated>2026-05-31T16:06:28+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-05-31T16:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=b15ba095d506f4a1033260fd5f713ee5fd56f100'/>
<id>urn:sha1:b15ba095d506f4a1033260fd5f713ee5fd56f100</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-order linking flags</title>
<updated>2026-05-31T15:59:41+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-05-31T15:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=bfd5e0d8c321b48d45440af0a6ae9d8b93610ed3'/>
<id>urn:sha1:bfd5e0d8c321b48d45440af0a6ae9d8b93610ed3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of development defaults</title>
<updated>2026-05-31T15:59:29+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-05-31T15:59:29+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=e733ce7d74aee14fc6d97bc2119e0645bfb49906'/>
<id>urn:sha1:e733ce7d74aee14fc6d97bc2119e0645bfb49906</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrate config to the rest of the code</title>
<updated>2026-05-31T15:27:25+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-05-31T15:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=784b87aab4add9db1d316d85c85f1aa40d63ac00'/>
<id>urn:sha1:784b87aab4add9db1d316d85c85f1aa40d63ac00</id>
<content type='text'>
Compile-time values such as DATABASE_PATH are no longer needed.
</content>
</entry>
<entry>
<title>Properly integrate uconfig to the Makefile</title>
<updated>2026-05-31T12:12:23+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-05-31T12:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=cd82dadf3542fe559e78ea39d6689442fdf3d0e0'/>
<id>urn:sha1:cd82dadf3542fe559e78ea39d6689442fdf3d0e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Actually add the uconfig submodule</title>
<updated>2026-05-31T09:50:23+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-05-31T09:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=d547f1ca7708004ef5515ef14dafdff365b2d064'/>
<id>urn:sha1:d547f1ca7708004ef5515ef14dafdff365b2d064</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create a config module</title>
<updated>2026-05-03T19:42:52+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-05-03T19:42:52+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=8f055cf8c4daa693b16fbd257399ab2e1ed2eed3'/>
<id>urn:sha1:8f055cf8c4daa693b16fbd257399ab2e1ed2eed3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not create config and cache directories from makefile</title>
<updated>2026-05-03T18:18:14+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-05-03T18:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=08f9d5ddd1233f973e6a613931f80cbebd4e39dd'/>
<id>urn:sha1:08f9d5ddd1233f973e6a613931f80cbebd4e39dd</id>
<content type='text'>
They are created by "ftag init". It will fail if any parent directory
does not exist, which is not ideal but fine. It will also silently fail
if a file having the direcytory's name exists, which is bad but I don't
want to fix it for now.
</content>
</entry>
<entry>
<title>Add a "input" module</title>
<updated>2026-04-26T10:30:07+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-04-26T10:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=c89eb42d58321d3e1325a684ef50a05ee3f99cfa'/>
<id>urn:sha1:c89eb42d58321d3e1325a684ef50a05ee3f99cfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create a "utils" module</title>
<updated>2026-04-26T10:07:39+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-04-26T10:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=2991c0b3560781344488680625954aa3ef0893c6'/>
<id>urn:sha1:2991c0b3560781344488680625954aa3ef0893c6</id>
<content type='text'>
Also put configuration macros in a dedicated header. In the future the
configuration will be read at execution time.
</content>
</entry>
</feed>
