<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/convto.h, branch v5.0.0dev3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include/convto.h?h=v5.0.0dev3</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include/convto.h?h=v5.0.0dev3'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2026-03-29T13:53:14Z</updated>
<entry>
<title>Remove an obsolete overload of ConvToStr.</title>
<updated>2026-03-29T13:53:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-29T13:53:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6671d07ce064f04f1eef7b1e24d67d715b45b7a7'/>
<id>urn:sha1:6671d07ce064f04f1eef7b1e24d67d715b45b7a7</id>
<content type='text'>
std::to_string is now defined by the C++ spec to use std::format
so we may as well just do FMT::format in all cases.
</content>
</entry>
<entry>
<title>Convert some methods to use string_view.</title>
<updated>2026-03-14T02:16:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-14T00:48:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e1adfe5b9724c359ceb5c4d63043ee682a05f5eb'/>
<id>urn:sha1:e1adfe5b9724c359ceb5c4d63043ee682a05f5eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove an obsolete ConvToStr overload.</title>
<updated>2025-03-22T16:28:22Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-22T16:28:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3344d644733978c3f77f3694bf3dcf9a7dbd3c27'/>
<id>urn:sha1:3344d644733978c3f77f3694bf3dcf9a7dbd3c27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some obsolete ConvToNum overloads.</title>
<updated>2025-03-22T16:14:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-22T16:14:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9b6188b9e7b9699a2402f3d9ed79bcd6c947dc37'/>
<id>urn:sha1:9b6188b9e7b9699a2402f3d9ed79bcd6c947dc37</id>
<content type='text'>
These are not necessary now we use from_chars.
</content>
</entry>
<entry>
<title>Use from_chars instead of istringstream in ConvToNum.</title>
<updated>2025-03-02T00:57:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-01T18:08:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d3c30029dcbd04f04e61ef9cdd6322b05cc4a4d4'/>
<id>urn:sha1:d3c30029dcbd04f04e61ef9cdd6322b05cc4a4d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp4' into master.</title>
<updated>2024-11-03T09:38:22Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-11-03T09:29:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=59f2baec850fecb924f9f9e11a58e33c7d111237'/>
<id>urn:sha1:59f2baec850fecb924f9f9e11a58e33c7d111237</id>
<content type='text'>
</content>
</entry>
<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://cgit.space/~steering/inspircd++.git/commit/?id=9f0f4347717581112783a8c9be8dc95c6079dbc6'/>
<id>urn:sha1:9f0f4347717581112783a8c9be8dc95c6079dbc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp4' into master.</title>
<updated>2024-11-01T15:53:04Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-11-01T14:35:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8a3aba4044ee10df332631c4c66ed60299566e58'/>
<id>urn:sha1:8a3aba4044ee10df332631c4c66ed60299566e58</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://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://cgit.space/~steering/inspircd++.git/commit/?id=ae3e2db109eecaea25032e218c39a257e736174a'/>
<id>urn:sha1:ae3e2db109eecaea25032e218c39a257e736174a</id>
<content type='text'>
</content>
</entry>
</feed>
