<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/src/tool, branch master</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=master</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2026-02-18T21:54:17+00:00</updated>
<entry>
<title>Add header file dependencies</title>
<updated>2026-02-18T21:54:17+00:00</updated>
<author>
<name>Nakidai</name>
<email>nakidai@disroot.org</email>
</author>
<published>2026-02-18T21:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=18375860d92de2fa3a58defee0e099f777fd3d30'/>
<id>urn:sha1:18375860d92de2fa3a58defee0e099f777fd3d30</id>
<content type='text'>
Now build system will handle header file changes correctly as well
</content>
</entry>
<entry>
<title>Rename sub-Makefiles into build.mk</title>
<updated>2026-02-18T21:13:27+00:00</updated>
<author>
<name>Nakidai</name>
<email>nakidai@disroot.org</email>
</author>
<published>2026-02-18T21:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e4fcf7471a1319fee99d68de729aaacfeb044d01'/>
<id>urn:sha1:e4fcf7471a1319fee99d68de729aaacfeb044d01</id>
<content type='text'>
So now it is impossible to accidentally start from the wrong place,
and this structure also implicitly tells you how to build
</content>
</entry>
<entry>
<title>Declare *{FLAGS,LIBS} once</title>
<updated>2026-02-18T21:07:40+00:00</updated>
<author>
<name>Nakidai</name>
<email>nakidai@disroot.org</email>
</author>
<published>2026-02-18T21:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=fb6f0fd115fec4a7c3490d0a3091b81af5ba6378'/>
<id>urn:sha1:fb6f0fd115fec4a7c3490d0a3091b81af5ba6378</id>
<content type='text'>
Well, since this is actually one big Makefile concatenated of smaller
ones, all the *CFLAGS are global and therefore should be set once
</content>
</entry>
<entry>
<title>Improve the build system</title>
<updated>2026-02-18T20:03:45+00:00</updated>
<author>
<name>Nakidai</name>
<email>nakidai@disroot.org</email>
</author>
<published>2026-02-18T20:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=cf618cc741269fa1917840345bb3fae133007b6d'/>
<id>urn:sha1:cf618cc741269fa1917840345bb3fae133007b6d</id>
<content type='text'>
Now one global makefile is generated using includes, so dependencies
are handled properly
</content>
</entry>
<entry>
<title>Use simpler build system</title>
<updated>2026-01-15T11:45:26+00:00</updated>
<author>
<name>Nakidai</name>
<email>nakidai@disroot.org</email>
</author>
<published>2026-01-15T11:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=9a2b8cb4fde1adea8027387f277510cfa4406a20'/>
<id>urn:sha1:9a2b8cb4fde1adea8027387f277510cfa4406a20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some compiler warnings of Apple Xcode/Clang</title>
<updated>2018-10-30T00:53:24+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2018-10-30T00:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c8162a80beba80f3b1d04fdba8e74bf5366c47f7'/>
<id>urn:sha1:c8162a80beba80f3b1d04fdba8e74bf5366c47f7</id>
<content type='text'>
For example:

* src/ngircd/irc-login.c:102:21: Implicit conversion loses integer
  precision: 'int' to 'char'

* src/ngircd/conn.c:1084:9: Implicit conversion turns floating-point
  number into integer: 'double' to 'bool'

* src/tool/tool.c:85:10: Implicit conversion loses integer precision:
  'int' to 'char'
</content>
</entry>
<entry>
<title>Streamline ".gitignore" files</title>
<updated>2015-07-19T01:03:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2015-07-19T01:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=a5ca8be6588590c6c5feb35bb0f149c0619122c4'/>
<id>urn:sha1:a5ca8be6588590c6c5feb35bb0f149c0619122c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright notices of recently changed files</title>
<updated>2014-03-17T11:22:00+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-03-17T01:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=a13bb78b1e7adf7c261ac427341c397ef9a6a1ed'/>
<id>urn:sha1:a13bb78b1e7adf7c261ac427341c397ef9a6a1ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove imp.h and exp.h header files</title>
<updated>2014-03-16T23:17:02+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-03-16T23:17:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=259c314d142abd6f9295047c116235cfdd119563'/>
<id>urn:sha1:259c314d142abd6f9295047c116235cfdd119563</id>
<content type='text'>
These include files don't have a function any more, remove them.
</content>
</entry>
<entry>
<title>Add support for arc4random</title>
<updated>2013-10-16T15:32:06+00:00</updated>
<author>
<name>Federico G. Schwindt</name>
<email>fgsch@lodoss.net</email>
</author>
<published>2013-10-16T10:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=17589534d0ccff05463910d1f0ba673d7d1630fd'/>
<id>urn:sha1:17589534d0ccff05463910d1f0ba673d7d1630fd</id>
<content type='text'>
If arc4random is present it will be used over the srand/rand interface.
This fixes some warnings in OpenBSD-current.
</content>
</entry>
</feed>
