<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-31T12:12:23+00:00</updated>
<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>
<entry>
<title>Create a "system" module</title>
<updated>2026-04-26T09:53:41+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-04-26T09:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=d2fb6a8aac6abe5bfe4b4ea7f2528d119afbc8c6'/>
<id>urn:sha1:d2fb6a8aac6abe5bfe4b4ea7f2528d119afbc8c6</id>
<content type='text'>
Also unify makefiles, otherwise dependencies are not properly resolved.
</content>
</entry>
<entry>
<title>Add uninstall rule</title>
<updated>2026-03-22T14:42:58+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-03-22T14:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=56652b7e253e70af37c18c8c50da896b0cfd77e3'/>
<id>urn:sha1:56652b7e253e70af37c18c8c50da896b0cfd77e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add clarification regarding config and cache dirs</title>
<updated>2026-03-22T14:38:00+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-03-22T14:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=98ae2530168d6b7af1ae0fd2d57f7e1a7475d1cc'/>
<id>urn:sha1:98ae2530168d6b7af1ae0fd2d57f7e1a7475d1cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not create cache and config directories as root</title>
<updated>2026-02-17T18:12:17+00:00</updated>
<author>
<name>Tristan Riehs</name>
<email>tristan.riehs@inria.fr</email>
</author>
<published>2026-02-17T18:12:17+00:00</published>
<link rel='alternate' type='text/html' href='https://tristanriehs.fr/git/ftag/commit/?id=f8e9b8e3c54724d5c3b8007e3fe07781f3e205c0'/>
<id>urn:sha1:f8e9b8e3c54724d5c3b8007e3fe07781f3e205c0</id>
<content type='text'>
</content>
</entry>
</feed>
