<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc, branch main</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>tests: make: run a test in isolated environment</title>
<updated>2024-06-02T02:08:30+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2024-06-02T02:02:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=b1ae9c96a2244184aa8c0e1303e3bcc1e8d78117'/>
<id>b1ae9c96a2244184aa8c0e1303e3bcc1e8d78117</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: run `apt update` before installing dependencies</title>
<updated>2024-06-01T22:07:58+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2024-06-01T22:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=03c770626f56d3815433df59bbea8fbf932fe1e4'/>
<id>03c770626f56d3815433df59bbea8fbf932fe1e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: added setting to allow enforcing to run from make</title>
<updated>2024-06-01T22:01:35+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2024-06-01T22:01:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=3f82948f4f9fb9d3e1332f306e36c317c67f5575'/>
<id>3f82948f4f9fb9d3e1332f306e36c317c67f5575</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: missing include</title>
<updated>2024-05-23T20:05:28+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2024-05-23T20:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=202bf3c23141f8efb4b154d72400c822b4726007'/>
<id>202bf3c23141f8efb4b154d72400c822b4726007</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: introduce blog_prefix setting</title>
<updated>2024-05-23T00:31:28+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2024-05-23T00:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=ee7a26362f2a8c52d21704f3b6ed4b70a613d881'/>
<id>ee7a26362f2a8c52d21704f3b6ed4b70a613d881</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: tests: support cmake &lt; 3.25</title>
<updated>2024-05-21T01:12:18+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2024-05-21T01:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=2f4c1de6c3fa23e073b81b9dd9fd9869037612db'/>
<id>2f4c1de6c3fa23e073b81b9dd9fd9869037612db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: replace autotools with cmake</title>
<updated>2024-05-20T23:29:20+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2024-05-20T23:29:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=b54b8f5b25403cf3b9623804b2491ec78a8b913e'/>
<id>b54b8f5b25403cf3b9623804b2491ec78a8b913e</id>
<content type='text'>
this patch removes all the autoconf/automake/libtool build
infrastructure and replaces it with cmake.

notable default behavior changes:
- man pages are not pre-built, and are not built by default, must be
  enabled with `-DBUILD_MANPAGES=ON`.

removed features:
- srpm packaging, to be reintroduced at some point.
- deb packaging, now handled externally via rafaelmartins/deb.rgm.io

more stuff must be missing, please report bugs!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this patch removes all the autoconf/automake/libtool build
infrastructure and replaces it with cmake.

notable default behavior changes:
- man pages are not pre-built, and are not built by default, must be
  enabled with `-DBUILD_MANPAGES=ON`.

removed features:
- srpm packaging, to be reintroduced at some point.
- deb packaging, now handled externally via rafaelmartins/deb.rgm.io

more stuff must be missing, please report bugs!
</pre>
</div>
</content>
</entry>
<entry>
<title>*: modernize file headers (spdx and include guards)</title>
<updated>2024-05-20T23:21:34+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2024-05-20T23:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=0bbc18869720ad042b668742ca48e5cb8a37491a'/>
<id>0bbc18869720ad042b668742ca48e5cb8a37491a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: debian: use pbuilder-chroots from github releases</title>
<updated>2023-03-05T23:31:09+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2023-03-05T23:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=f35e7ab6965d4da9779e948de71d23892954c1c7'/>
<id>f35e7ab6965d4da9779e948de71d23892954c1c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: debian: disable tests for correct version</title>
<updated>2023-02-12T18:30:43+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2023-02-12T18:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=ff492791059ff4dc7257131b5f9eebf2e3f825d4'/>
<id>ff492791059ff4dc7257131b5f9eebf2e3f825d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
