<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libbu++.git/Doxyfile, branch 0.0.1</title>
<subtitle>System level, general purpose C++ library.
</subtitle>
<id>https://git.xagasoft.com/libbu++.git/atom?h=0.0.1</id>
<link rel='self' href='https://git.xagasoft.com/libbu++.git/atom?h=0.0.1'/>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/'/>
<updated>2012-06-04T08:11:36+00:00</updated>
<entry>
<title>UtfString supports get and append now, but it still needs a lot of work.</title>
<updated>2012-06-04T08:11:36+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2012-06-04T08:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=026cd6f71a15edd1a242c59d5cb9f8271a108506'/>
<id>urn:sha1:026cd6f71a15edd1a242c59d5cb9f8271a108506</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The documentation includes the source again :-P</title>
<updated>2012-04-06T22:21:57+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2012-04-06T22:21:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=6385780dc110bacf69a67332c8db8ddee9499eff'/>
<id>urn:sha1:6385780dc110bacf69a67332c8db8ddee9499eff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Really, just a lot of documenting.</title>
<updated>2009-08-09T05:30:34+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2009-08-09T05:30:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=4e86c50016ecfea40a72930cdd0460143f9edf4a'/>
<id>urn:sha1:4e86c50016ecfea40a72930cdd0460143f9edf4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed an interesting ideosyncacy in Bu::Hash in a safe way, I should try to do</title>
<updated>2007-10-14T22:27:51+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2007-10-14T22:27:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=e72d6077b475bc6142afc3b5967db113922c76f5'/>
<id>urn:sha1:e72d6077b475bc6142afc3b5967db113922c76f5</id>
<content type='text'>
this with the Bu::Archive next.  Basically, there's one generic template
function that will convert anything that can safely cast to a uint32_t and that
supports direct comparisson, and doesn't have it's own override already to be
a Hash key, such as char, uint8_t, uint64_t, etc.

The Telnet protocol handler does everything I need it too for now, next up for
it is escape sequence handling, it would be nice to make this general too, by
using the termcap database or something, but there is an ANSI/ISO standard now,
I may just go ahead and use that.  Also, it looks like it'd be pretty easy to
make the canonical mode editing functions be pluggable to facilitate different
types of editing, but that can be done down the road as well.

</content>
</entry>
<entry>
<title>Nothing about function.  I added a bunch of docs and re-arranged a bunch of</title>
<updated>2007-10-03T09:13:28+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2007-10-03T09:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=b3eef5b0b82c20a9f11868ba376f6bb2d94faae4'/>
<id>urn:sha1:b3eef5b0b82c20a9f11868ba376f6bb2d94faae4</id>
<content type='text'>
the existing docs.  Taking advantage of some of the cooler extra features of
doxygen I've started writing extra how-to pages covering working with sections
of the library.  Also, I started grouping the classes by function so they show
up on the Modules page together, very cute.

</content>
</entry>
<entry>
<title>Merged Ito and put it in the BU namespace.  I should probably clean up the</title>
<updated>2007-04-26T15:06:49+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2007-04-26T15:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=530014a3cce53e86dce8917e98a4e86d02f176aa'/>
<id>urn:sha1:530014a3cce53e86dce8917e98a4e86d02f176aa</id>
<content type='text'>
formatting on the comments, some of the lines wrap, but I'm not too worried
about it right now.  I also fixed up the doxygen config and build.conf files
so that everything is building nice and smooth now.

</content>
</entry>
<entry>
<title>Added another function to FString.</title>
<updated>2007-03-23T15:50:38+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2007-03-23T15:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=76185dca1136f9542e75361961c2e7362d8b670b'/>
<id>urn:sha1:76185dca1136f9542e75361961c2e7362d8b670b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some doxygen changes (really just a test of svn props in something else)</title>
<updated>2006-06-14T05:52:24+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2006-06-14T05:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=5f029cf734e1c84b7dcde8383bbc85aada08ee1c'/>
<id>urn:sha1:5f029cf734e1c84b7dcde8383bbc85aada08ee1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a simple test for the log system, and switched the multilog to the new</title>
<updated>2006-05-03T06:49:30+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2006-05-03T06:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=96b00553a0ffe6bb34af6ad15e1cfc2bed67bd75'/>
<id>urn:sha1:96b00553a0ffe6bb34af6ad15e1cfc2bed67bd75</id>
<content type='text'>
singleton system, which unfortunately changed it's API slightly.  Now it's not
a pointer from the singleton, but I did add a new macro to make most usage of it
even easier.

</content>
</entry>
<entry>
<title>libbu++ is finally laid out the way it should be, trunk, branches, and tags.</title>
<updated>2006-05-01T17:11:04+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2006-05-01T17:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=f7a9549bd6ad83f2e0bceec9cddacfa5e3f84a54'/>
<id>urn:sha1:f7a9549bd6ad83f2e0bceec9cddacfa5e3f84a54</id>
<content type='text'>
</content>
</entry>
</feed>
