<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/convto.h, branch v4.0.0a15</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=v4.0.0a15</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/convto.h?h=v4.0.0a15'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-06-07T09:40:18Z</updated>
<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>
<entry>
<title>Update copyright headers.</title>
<updated>2021-03-05T02:16:11Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-03-05T02:04:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7b1ab06a9551d8db141ebc9213836af6b5369284'/>
<id>urn:sha1:7b1ab06a9551d8db141ebc9213836af6b5369284</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-04-24T09:23:47Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-24T09:23:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=44489ddf7e90413d8f656aea24d74445bab227af'/>
<id>urn:sha1:44489ddf7e90413d8f656aea24d74445bab227af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the signed-ness within ConvToNum char overloads.</title>
<updated>2020-03-24T18:26:59Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2020-03-24T17:50:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=998b407b2ab95c44c45761c8b2768c274ca6515f'/>
<id>urn:sha1:998b407b2ab95c44c45761c8b2768c274ca6515f</id>
<content type='text'>
It should be signed int with signed char and vice-versa.
Currently, anything over 127 as unsigned char would return 0.
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add overloads for ConvToNum to prevent (unsigned) char weirdness.</title>
<updated>2019-01-28T11:08:19Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-28T11:07:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=874ce50b8dfa74567a426c11bbaef7cda9ad0299'/>
<id>urn:sha1:874ce50b8dfa74567a426c11bbaef7cda9ad0299</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix conversion issues by replacing ConvToInt with ConvToNum&lt;T&gt;.</title>
<updated>2018-12-12T21:43:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-12-12T20:34:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0f7cfd46ef2d277f5f82e34a2852c75212d75261'/>
<id>urn:sha1:0f7cfd46ef2d277f5f82e34a2852c75212d75261</id>
<content type='text'>
The former was a thin wrapper around atol and brought with it all
of the weird parsing logic of atol which is almost never what is
actually wanted. It also almost never returned the numeric type
which is actually wanted which can cause weird issues when casting.
</content>
</entry>
</feed>
