<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/convto.h, branch insp2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/convto.h?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/convto.h?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-11-02T08:42:20Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2024-11-02T08:42:20Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-11-02T08:42:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9f0f4347717581112783a8c9be8dc95c6079dbc6'/>
<id>urn:sha1:9f0f4347717581112783a8c9be8dc95c6079dbc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use fmtlib instead of iostream in ConvToStr where available.</title>
<updated>2024-11-01T13:17:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-10-27T14:41:27Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=11917e4c4af3bf15cd0e7d1cdb5659b084942b74'/>
<id>urn:sha1:11917e4c4af3bf15cd0e7d1cdb5659b084942b74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2024-06-07T09:37:56Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-06-07T09:37:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ae3e2db109eecaea25032e218c39a257e736174a'/>
<id>urn:sha1:ae3e2db109eecaea25032e218c39a257e736174a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We can't explicitly specify the signedness here as it causes issues.</title>
<updated>2023-05-17T12:18:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-05-17T12:16:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ad02b418fd157731574107683dec8649d6056c5e'/>
<id>urn:sha1:ad02b418fd157731574107683dec8649d6056c5e</id>
<content type='text'>
This reverts commit 023ca96054191b66643425d673acb66c08fa1048.
</content>
</entry>
<entry>
<title>Fix some issues with ConvToNum&lt;char&gt; and ConvToStr&lt;char&gt;.</title>
<updated>2023-05-16T08:12:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-05-13T17:16:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=023ca96054191b66643425d673acb66c08fa1048'/>
<id>urn:sha1:023ca96054191b66643425d673acb66c08fa1048</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove a now unused overload of ConvToStr.</title>
<updated>2022-10-07T19:09:40Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-07T19:09:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=986b9ae59462c67feb681c931c4253edb991ef32'/>
<id>urn:sha1:986b9ae59462c67feb681c931c4253edb991ef32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix MSVC compatibility issues.</title>
<updated>2021-06-07T09:40:18Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-06-07T06:43:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cefae0ed22ffce622c65024b54305bdd0bb58004'/>
<id>urn:sha1:cefae0ed22ffce622c65024b54305bdd0bb58004</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the to_string implementation of ConvToStr.</title>
<updated>2021-05-10T13:15:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-10T13:15:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b42fa13259722e8be50ee3aeb177a66897dd6238'/>
<id>urn:sha1:b42fa13259722e8be50ee3aeb177a66897dd6238</id>
<content type='text'>
I have no idea how I didn't notice this bug when it was originally
written.
</content>
</entry>
<entry>
<title>Clean up the ConvTo functions.</title>
<updated>2021-04-15T14:35:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-15T14:24:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e414f10a6ae47d70e4f3abe2f29e36c15fcd5211'/>
<id>urn:sha1:e414f10a6ae47d70e4f3abe2f29e36c15fcd5211</id>
<content type='text'>
- Add a default parameter to ConvToNum.
- Use std::to_string for types that implement it.
- Document the functions properly.
</content>
</entry>
<entry>
<title>Fix a ton of pedantic compiler warnings.</title>
<updated>2021-04-04T22:42:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-04T22:42:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7d84e4900fa8f4ef96e8cf4bb67b76be7902e840'/>
<id>urn:sha1:7d84e4900fa8f4ef96e8cf4bb67b76be7902e840</id>
<content type='text'>
</content>
</entry>
</feed>
