<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/tests, branch v0.20.1</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>tests: upgrade deprecated cmocka test runner</title>
<updated>2020-11-05T21:03:02+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-11-05T21:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=3ff8703ca68709c116762a5feda378903e2419d9'/>
<id>3ff8703ca68709c116762a5feda378903e2419d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: git-receiver: explicitly include string.h</title>
<updated>2020-11-05T20:50:19+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-11-05T20:50:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=68feeee28d2121cd2311650c5a21740bbad8074b'/>
<id>68feeee28d2121cd2311650c5a21740bbad8074b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common: utf: simplified utf-8 validation</title>
<updated>2020-11-05T18:13:49+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-11-05T18:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=de14affe2e316f00663759100d658731fb8fc0ca'/>
<id>de14affe2e316f00663759100d658731fb8fc0ca</id>
<content type='text'>
we don't need to evaluate codepoints, just to check if the byte
sequences are valid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we don't need to evaluate codepoints, just to check if the byte
sequences are valid.
</pre>
</div>
</content>
</entry>
<entry>
<title>blogc: fix post sorting when mixing posts before and after `Sun Sep  9 01:46:40 AM UTC 2001`</title>
<updated>2020-10-12T22:04:14+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-10-12T22:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=39986b29f34795d346b8feb10ce4fe9caac8878e'/>
<id>39986b29f34795d346b8feb10ce4fe9caac8878e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>blogc: generate table of contents tree</title>
<updated>2020-09-10T23:15:14+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-09-10T23:07:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=ff8898476685e6b7dff03231275a6a8bc2cbaf17'/>
<id>ff8898476685e6b7dff03231275a6a8bc2cbaf17</id>
<content type='text'>
this commit allows users to use the `{{ TOCTREE }}` variable in their
templates, to get automatically generated table of contents for entries.
The variable is binded to each entry, so it can be used in any block
that runs in entry context, like `{% block entry %}`.

There's a small performance penalty for this, because the table of
contents is rendered for any entry, despite being used or not, and not
generated on-demand.

still missing documentation. tests are good enough.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this commit allows users to use the `{{ TOCTREE }}` variable in their
templates, to get automatically generated table of contents for entries.
The variable is binded to each entry, so it can be used in any block
that runs in entry context, like `{% block entry %}`.

There's a small performance penalty for this, because the table of
contents is rendered for any entry, despite being used or not, and not
generated on-demand.

still missing documentation. tests are good enough.
</pre>
</div>
</content>
</entry>
<entry>
<title>*: update copyright</title>
<updated>2020-05-31T18:32:14+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-31T18:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=df49ac9c61770a45e6a6848770e21ccfd3cc01d8'/>
<id>df49ac9c61770a45e6a6848770e21ccfd3cc01d8</id>
<content type='text'>
this time I'm only updating the files I touched this year.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this time I'm only updating the files I touched this year.
</pre>
</div>
</content>
</entry>
<entry>
<title>common: improve bc_slist_append_list() tests</title>
<updated>2020-05-30T21:36:47+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-30T21:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=13ea5c3a746378a7cc0ffc4faaa966b5bd635c58'/>
<id>13ea5c3a746378a7cc0ffc4faaa966b5bd635c58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common: bc_stdin_read() should set read length</title>
<updated>2020-05-30T19:37:00+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-30T19:32:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=c3b9af3831762d7548eb1e72cfb62ab95e0d8490'/>
<id>c3b9af3831762d7548eb1e72cfb62ab95e0d8490</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-receiver: pre-receive parser should accept len</title>
<updated>2020-05-30T19:08:16+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-30T19:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=9a3629921b250e7079be9abb5252381025c33354'/>
<id>9a3629921b250e7079be9abb5252381025c33354</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common: utils: added bc_slist_append_list</title>
<updated>2020-05-28T23:23:08+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-28T23:23:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=bec4fd31fd9f36dbcdad9d443a0c609adde1af67'/>
<id>bec4fd31fd9f36dbcdad9d443a0c609adde1af67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
