<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ousia.git/test, 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>2016-04-25T20:24:18+00:00</updated>
<entry>
<title>Fix memory leak in integration test program (damn C libraries!)</title>
<updated>2016-04-25T20:24:18+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-14T22:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=c6abd1ac624f2bc1ba1e58c1b5291bf9f3db03ad'/>
<id>urn:sha1:c6abd1ac624f2bc1ba1e58c1b5291bf9f3db03ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapt isNamespacededIdentifier to most recent identifier format</title>
<updated>2016-04-25T20:24:17+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T23:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=87dfa67b5ac95e1f41cb2be3507cc47da26caef0'/>
<id>urn:sha1:87dfa67b5ac95e1f41cb2be3507cc47da26caef0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement endAtWhitespace flag which tells TokenizedDataReader to stop reading data after the first whitespace character</title>
<updated>2016-04-25T20:24:16+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T16:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=667d9c4a082552fb64c5ffe7b0bd6212c8a8b1b3'/>
<id>urn:sha1:667d9c4a082552fb64c5ffe7b0bd6212c8a8b1b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Autoformat</title>
<updated>2016-04-25T20:24:16+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T15:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=1c8e98853fc65023534cc19c5afdc20901b255f7'/>
<id>urn:sha1:1c8e98853fc65023534cc19c5afdc20901b255f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass "greedy" flag to Handler::startToken</title>
<updated>2016-04-25T20:24:15+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T15:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=2416462060ef54cb737688f648d150313b82e5f4'/>
<id>urn:sha1:2416462060ef54cb737688f648d150313b82e5f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass "isImplicit" flag to Handler::fieldStart</title>
<updated>2016-04-25T20:24:15+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T15:34:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=be79585f0e81b27ce3dc6b94f1f502ff86dcef68'/>
<id>urn:sha1:be79585f0e81b27ce3dc6b94f1f502ff86dcef68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add greedy flag to TokenDescriptor and SyntaxDescriptor and set it correctly. Shorten Stack "checkTokensAreUnambiguous" method</title>
<updated>2016-04-25T20:24:15+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T13:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=b7f89b4fa3dc15dbe0fa12a27b4d9167f41664f2'/>
<id>urn:sha1:b7f89b4fa3dc15dbe0fa12a27b4d9167f41664f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add additional unit test to TokenStackTest making sure that the returned token lists are actually sorted correctly</title>
<updated>2016-04-25T20:24:15+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T13:14:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=c3c092e2ee64612b50dea010cc4e1ef54d27c31e'/>
<id>urn:sha1:c3c092e2ee64612b50dea010cc4e1ef54d27c31e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace NodeVector by ManagedVector where NodeVector functionality is not needed. Reduces calls to "Manager.registerEvent" to &lt;10% of original value</title>
<updated>2016-04-25T20:24:15+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T00:50:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=c7cb92f43f97ef5558eee0d7be6f18192134f3ec'/>
<id>urn:sha1:c7cb92f43f97ef5558eee0d7be6f18192134f3ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix gcc 4.9 warnings</title>
<updated>2016-04-25T20:24:15+00:00</updated>
<author>
<name>Andreas Stöckel</name>
<email>astoecke@techfak.uni-bielefeld.de</email>
</author>
<published>2015-04-12T00:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ousia-framework.org/ousia.git/commit/?id=c917381e5eb5700326d2389ffe0874565fc970ac'/>
<id>urn:sha1:c917381e5eb5700326d2389ffe0874565fc970ac</id>
<content type='text'>
</content>
</entry>
</feed>
