<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/tests/blogc-make, branch feature/thread-pool</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/'/>
<entry>
<title>make: disable bm_find_binary tests when running embedded</title>
<updated>2018-01-07T19:54:23+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-01-07T19:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=758b0f711c496a1121061724573bb0eb816cd57b'/>
<id>758b0f711c496a1121061724573bb0eb816cd57b</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 'html_order' and 'atom_order' settings</title>
<updated>2017-08-03T00:44:36+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-08-03T00:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=59e1df233e351a91240c02ac55e8d97bda2f0e43'/>
<id>59e1df233e351a91240c02ac55e8d97bda2f0e43</id>
<content type='text'>
these settings are used to change the order of the posts on the listings.
by default, users are supposed to list their posts from older to newer in
the blogcfile, and blogc-make will list them on descending order, both for
html listings and atom listings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these settings are used to change the order of the posts on the listings.
by default, users are supposed to list their posts from older to newer in
the blogcfile, and blogc-make will list them on descending order, both for
html listings and atom listings.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: copy rule should support directories, recursively</title>
<updated>2017-04-30T15:28:32+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-04-30T15:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=c071ac260a24561c889643b7f8df37950a597137'/>
<id>c071ac260a24561c889643b7f8df37950a597137</id>
<content type='text'>
now any directories listed in the [copy] section of blogcfile will have
its files copied recursively to the output dir. this is useful for big
chunks of generated files, e.g. doxygen documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now any directories listed in the [copy] section of blogcfile will have
its files copied recursively to the output dir. this is useful for big
chunks of generated files, e.g. doxygen documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: settings: do not read output_dir from blogcfile</title>
<updated>2017-04-27T22:29:21+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-04-27T22:26:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=f3b6c03f21e45edd2220cb6fc996fe4b5fa11bb8'/>
<id>f3b6c03f21e45edd2220cb6fc996fe4b5fa11bb8</id>
<content type='text'>
now it is only possible to override output directory using environment
variable. this commit also reduces the number trie lookups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now it is only possible to override output directory using environment
variable. this commit also reduces the number trie lookups.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: fix tests</title>
<updated>2017-04-11T01:09:39+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-04-11T01:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=390ebde0f862e5309d5fc7193c6d5b6dfd280581'/>
<id>390ebde0f862e5309d5fc7193c6d5b6dfd280581</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: all builds are "production" by default, enable "dev" on cli.</title>
<updated>2017-03-11T14:58:30+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-03-11T14:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=2b485906cfa6d2e0431b0fa0120e1c267074b4e8'/>
<id>2b485906cfa6d2e0431b0fa0120e1c267074b4e8</id>
<content type='text'>
this is more consistent with other similar tools, and enables us to add
something like a [copy:dev] section later, that will avoid copying dev
files to production builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is more consistent with other similar tools, and enables us to add
something like a [copy:dev] section later, that will avoid copying dev
files to production builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: add support to "production" builds</title>
<updated>2017-03-07T00:30:54+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-03-06T20:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=d41c2fcdd9366fb3f1fcb11aceed919bfebbed61'/>
<id>d41c2fcdd9366fb3f1fcb11aceed919bfebbed61</id>
<content type='text'>
this is used by blogc-github-lambda and blogc-git-receiver.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is used by blogc-github-lambda and blogc-git-receiver.
</pre>
</div>
</content>
</entry>
<entry>
<title>make: s/env/global/</title>
<updated>2017-03-06T19:40:34+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-03-06T19:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=ab1120742467f887b33cd89addf3c89b5f9bf5b6'/>
<id>ab1120742467f887b33cd89addf3c89b5f9bf5b6</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 missing test</title>
<updated>2017-03-03T00:40:16+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-03-03T00:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=4c00812c31dfa42183c8b6586ccf102a6d65f61c'/>
<id>4c00812c31dfa42183c8b6586ccf102a6d65f61c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make: improved tests</title>
<updated>2017-03-03T00:37:17+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2017-03-03T00:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/blogc/commit/?id=e814416b69de859cafc474d1e16bea782a23e28a'/>
<id>e814416b69de859cafc474d1e16bea782a23e28a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
