<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libbu++.git/src/unit, 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>2023-08-10T07:04:24+00:00</updated>
<entry>
<title>Added some handy operators to Bu::BlobBuilder</title>
<updated>2023-08-10T07:04:24+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2023-08-10T07:04:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=153b34e490032d22fa71a7125fb78a120f9f848d'/>
<id>urn:sha1:153b34e490032d22fa71a7125fb78a120f9f848d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Used fixed seeds where random is used in tests.</title>
<updated>2023-08-09T20:16:27+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2023-08-09T20:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=0e965ecb16368be3a4b500ffb16fa605e773d7b7'/>
<id>urn:sha1:0e965ecb16368be3a4b500ffb16fa605e773d7b7</id>
<content type='text'>
It was so stupid to use random numbers in tests, generators yes, but
random? the test won't fail the same way twice in a row, defeating the
entire point of the test!
</content>
</entry>
<entry>
<title>Unit test augmentations and harness.</title>
<updated>2023-08-08T23:33:38+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2023-08-08T23:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=c7e1277ecaf40c6d8ee945418a306f5b15189b97'/>
<id>urn:sha1:c7e1277ecaf40c6d8ee945418a306f5b15189b97</id>
<content type='text'>
Added some features to the mkunit program, including cleanup routine
support. Added reporting modes for the UnitSuite class, and it can now
generate machine readable reports. Added a new program, rununits that
runs all unit tests and generates a synopsis of what you really care
about at the end, issues!
</content>
</entry>
<entry>
<title>Removed the shared unit test for strings.</title>
<updated>2023-08-04T20:31:04+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2023-08-04T20:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=7c36f58654f1b238d1b416927c9485a151216b1b'/>
<id>urn:sha1:7c36f58654f1b238d1b416927c9485a151216b1b</id>
<content type='text'>
Strings are no longer shared.
</content>
</entry>
<entry>
<title>Woo! Unit Tests! Found some bugs!</title>
<updated>2023-08-04T20:23:44+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2023-08-04T20:23:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=99095773aa31bf8eb283d6f6319a29c71e51ca9c'/>
<id>urn:sha1:99095773aa31bf8eb283d6f6319a29c71e51ca9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated copyright date.</title>
<updated>2023-08-01T19:00:45+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2023-08-01T19:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=311d146e2d921bed4ae9d3b19203e935358b30ba'/>
<id>urn:sha1:311d146e2d921bed4ae9d3b19203e935358b30ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added swap to array.</title>
<updated>2023-07-24T20:23:36+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2023-07-24T20:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=b544779d5b759d4ab2b82654e3f53b82ea41bac7'/>
<id>urn:sha1:b544779d5b759d4ab2b82654e3f53b82ea41bac7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'main' into noshare</title>
<updated>2023-07-11T16:24:40+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2023-07-11T16:24:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=7529ab103b0c20220a5bbe2f2ce5511e04e9acda'/>
<id>urn:sha1:7529ab103b0c20220a5bbe2f2ce5511e04e9acda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweaked/improved tests.</title>
<updated>2023-07-11T16:22:59+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2023-07-11T16:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=3424954adfec2b2aa862d8c7ddf8f6adc433b896'/>
<id>urn:sha1:3424954adfec2b2aa862d8c7ddf8f6adc433b896</id>
<content type='text'>
</content>
</entry>
<entry>
<title>String is now not shared.</title>
<updated>2023-07-10T18:54:00+00:00</updated>
<author>
<name>Mike Buland</name>
<email>eichlan@xagasoft.com</email>
</author>
<published>2023-07-10T18:54:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.xagasoft.com/libbu++.git/commit/?id=658b5c946e49d72266377750d6b96107113f7677'/>
<id>urn:sha1:658b5c946e49d72266377750d6b96107113f7677</id>
<content type='text'>
</content>
</entry>
</feed>
