<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ousia.git/src/core/utils, branch master</title>
<subtitle>Ousía Main Repository</subtitle>
<id>https://git.ousia-framework.org/ousia.git/atom?h=master</id>
<link rel='self' href='https://git.ousia-framework.org/ousia.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/'/>
<updated>2014-12-11T14:26:50+00:00</updated>
<entry>
<title>moved to CharReader everywhere</title>
<updated>2014-12-11T14:26:50+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2014-12-11T14:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=3f62168ed0b088eec3cb2903f03966f7d501f564'/>
<id>urn:sha1:3f62168ed0b088eec3cb2903f03966f7d501f564</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added assertion to Buffer class which makes sure that all cursors are marked as free (just to be sure), adapted Buffer unit tests accordingly</title>
<updated>2014-12-11T01:02:39+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2014-12-11T01:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=b5d3f907b61d838325e4ee8a2c80d36fea438537'/>
<id>urn:sha1:b5d3f907b61d838325e4ee8a2c80d36fea438537</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adapted Reader class to use CharReader instead of BufferedCharReader</title>
<updated>2014-12-11T00:00:21+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2014-12-11T00:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=7b7c34011150c4db92220924d02e7e70eda3a8a7'/>
<id>urn:sha1:7b7c34011150c4db92220924d02e7e70eda3a8a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tested CharReader.fork and fixed access to uninitialized memory in context function</title>
<updated>2014-12-10T23:50:07+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2014-12-10T23:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=d51f1d3e9307124c93d3a8ca9c26f48420c10c50'/>
<id>urn:sha1:d51f1d3e9307124c93d3a8ca9c26f48420c10c50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implemented context function, increased performance of read function</title>
<updated>2014-12-10T23:22:39+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2014-12-10T23:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=2990d12ccca8ddbf0761cf84ce29f38de9f3262c'/>
<id>urn:sha1:2990d12ccca8ddbf0761cf84ce29f38de9f3262c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>copied old BufferedCharReader tests to CharReaderTest, fixed some bugs and optimized CharReader code</title>
<updated>2014-12-10T01:41:16+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2014-12-10T01:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=d84efdc312a9c5d0b6757c826810809a8e78f1e2'/>
<id>urn:sha1:d84efdc312a9c5d0b6757c826810809a8e78f1e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implemented new CharReader class (not tested yet)</title>
<updated>2014-12-08T19:13:21+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2014-12-08T19:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=c272044c8ffddd9ef236067b4c2d2464b9a1e94c'/>
<id>urn:sha1:c272044c8ffddd9ef236067b4c2d2464b9a1e94c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implemented and tested moveCursor function</title>
<updated>2014-12-08T16:07:34+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2014-12-08T16:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=e90a7ced80c6a7dbcdc75bf60c65bcc23f727ca2'/>
<id>urn:sha1:e90a7ced80c6a7dbcdc75bf60c65bcc23f727ca2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added more unit test for the new BufferClass, fixed a few bugs (merely inefficiencies -- no major problems found so far)</title>
<updated>2014-12-08T15:12:01+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2014-12-08T15:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=e7f97a4c8da44a696bb7e71b9dd54e8d271e24d0'/>
<id>urn:sha1:e7f97a4c8da44a696bb7e71b9dd54e8d271e24d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added first unit test for the Buffer class</title>
<updated>2014-12-08T01:38:01+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2014-12-08T01:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=63e1b64fc330a1682aefd05307962381e512f858'/>
<id>urn:sha1:63e1b64fc330a1682aefd05307962381e512f858</id>
<content type='text'>
</content>
</entry>
</feed>
