<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nimisewi.c/CMakeLists.txt, branch v0.3.2</title>
<subtitle>simple random toki pona phrase generator</subtitle>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/'/>
<entry>
<title>fixed link flags on linux</title>
<updated>2021-09-10T17:59:04+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-10T17:59:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=19f698803f5f7d1a212fe4df872b7cd53055451c'/>
<id>19f698803f5f7d1a212fe4df872b7cd53055451c</id>
<content type='text'>
and added comments to all endifs to not confuse this again.

FossilOrigin-Name: d284c4b7ba8baf2fcf9f6bdaa6b072beb8f8f3b67dee848a009445332f0ac198</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and added comments to all endifs to not confuse this again.

FossilOrigin-Name: d284c4b7ba8baf2fcf9f6bdaa6b072beb8f8f3b67dee848a009445332f0ac198</pre>
</div>
</content>
</entry>
<entry>
<title>added compiler info to nimisewi</title>
<updated>2021-09-10T17:08:07+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-10T17:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=2d542a6c14625efa1b2c6249972bd36e117e3fa8'/>
<id>2d542a6c14625efa1b2c6249972bd36e117e3fa8</id>
<content type='text'>
also removed error checks from nimisewi, nimisewi.cgi and nimisewi_gemini.cgi
because this error check has to happen inside nimi_sewi() and not in those
programs.

FossilOrigin-Name: 2fd4c9495753569c904132ee83cd5f14662389c69399c27f289e0e3ae35aa0cb</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also removed error checks from nimisewi, nimisewi.cgi and nimisewi_gemini.cgi
because this error check has to happen inside nimi_sewi() and not in those
programs.

FossilOrigin-Name: 2fd4c9495753569c904132ee83cd5f14662389c69399c27f289e0e3ae35aa0cb</pre>
</div>
</content>
</entry>
<entry>
<title>fixed build on android</title>
<updated>2021-09-10T14:54:42+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-10T14:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=00981834d98546471e30441979a36dac52a76ecd'/>
<id>00981834d98546471e30441979a36dac52a76ecd</id>
<content type='text'>
there's no need in libmd and libpthread on android when statically linking
libbsd (for arc4random family of functions).

FossilOrigin-Name: d8166f4ed14ce7e28ee6093c135cc3e3851273ebc494973b992f980091bb1881</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
there's no need in libmd and libpthread on android when statically linking
libbsd (for arc4random family of functions).

FossilOrigin-Name: d8166f4ed14ce7e28ee6093c135cc3e3851273ebc494973b992f980091bb1881</pre>
</div>
</content>
</entry>
<entry>
<title>fixed CPACK_PACKAGE_FILE_NAME</title>
<updated>2021-09-10T14:19:52+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-10T14:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=1b1a637e4514029702216a2768adad2e43eebb8c'/>
<id>1b1a637e4514029702216a2768adad2e43eebb8c</id>
<content type='text'>
FossilOrigin-Name: 36e0e40dbb0ea51298e1c763b3e78fea7953fea4927d3eb24d44c2a6486ae922</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FossilOrigin-Name: 36e0e40dbb0ea51298e1c763b3e78fea7953fea4927d3eb24d44c2a6486ae922</pre>
</div>
</content>
</entry>
<entry>
<title>added support for arc4random_uniform function</title>
<updated>2021-09-10T14:06:29+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-10T14:06:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=60d1b0c720c58dc08b070dd9d39d72f93a07b028'/>
<id>60d1b0c720c58dc08b070dd9d39d72f93a07b028</id>
<content type='text'>
i know that it's probably an overkill for such stupid little program, but
why not :D

also refactored strlcat support a bit, to make sure that strncat function is
used if strlcat could not be found.

FossilOrigin-Name: 1b72489c7f0f5b72bac65f1469c9bec650d7ffdabfa4f88409e15c630ac5a52d</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i know that it's probably an overkill for such stupid little program, but
why not :D

also refactored strlcat support a bit, to make sure that strncat function is
used if strlcat could not be found.

FossilOrigin-Name: 1b72489c7f0f5b72bac65f1469c9bec650d7ffdabfa4f88409e15c630ac5a52d</pre>
</div>
</content>
</entry>
<entry>
<title>added strip directive to cpack, so that binary archives aren't consuming</title>
<updated>2021-09-04T17:31:17+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-04T17:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=e6e5718516d6258696287e24c1303898510ff091'/>
<id>e6e5718516d6258696287e24c1303898510ff091</id>
<content type='text'>
too much space

FossilOrigin-Name: 1ec2b419547f6ee90f5ba8c3310d99018932c5cb06966b9d96dadd3dbd82ac11</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
too much space

FossilOrigin-Name: 1ec2b419547f6ee90f5ba8c3310d99018932c5cb06966b9d96dadd3dbd82ac11</pre>
</div>
</content>
</entry>
<entry>
<title>tweaked packaging, now it's only tar.gz and zip.</title>
<updated>2021-09-02T10:08:44+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-02T10:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=a436adbb522ae7127d459189220d45ce4523c9e9'/>
<id>a436adbb522ae7127d459189220d45ce4523c9e9</id>
<content type='text'>
FossilOrigin-Name: 115b13edec123de8245cdb89c6a088ccef291e0bc69ed62cdfdbb751209c24b0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FossilOrigin-Name: 115b13edec123de8245cdb89c6a088ccef291e0bc69ed62cdfdbb751209c24b0</pre>
</div>
</content>
</entry>
<entry>
<title>changed build system to cmake (yeah, it's pretty big and complex, but i kinda</title>
<updated>2021-09-01T23:11:59+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-09-01T23:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/nimisewi_c/commit/?id=9751403aeb161a49287582fab5965d33801bd76c'/>
<id>9751403aeb161a49287582fab5965d33801bd76c</id>
<content type='text'>
like it).

added "-v" and "--version" flags to nimisewi, that are outputting version
information and compile features.

updated readme with new build instructions.

FossilOrigin-Name: 2ca71b4636bf84c76232e040f8ad5e8769a5381f7f99b76360233e6e6c78d686</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
like it).

added "-v" and "--version" flags to nimisewi, that are outputting version
information and compile features.

updated readme with new build instructions.

FossilOrigin-Name: 2ca71b4636bf84c76232e040f8ad5e8769a5381f7f99b76360233e6e6c78d686</pre>
</div>
</content>
</entry>
</feed>
