<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/runtime/c/utils/pgf-service.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=master</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2014-10-09T11:28:56+00:00</updated>
<entry>
<title>remove the pgf-service util which is obsolete anyway</title>
<updated>2014-10-09T11:28:56+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-10-09T11:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3e49a1cf7379cd95c5e5413e98f4c8fa7f3b2cb9'/>
<id>urn:sha1:3e49a1cf7379cd95c5e5413e98f4c8fa7f3b2cb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GuString is now an ordinary C string - it makes live easier. In addition PgfSymbolKS, PgfExprFun and PgfLiteralStr now keep their strings as embedded flexible arrays. The latest change gives us the same compactness as the old representation but it is a lot easier to use.</title>
<updated>2013-10-04T12:04:39+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-10-04T12:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e8335806afc45e31157937b880ff39b75c14a2cd'/>
<id>urn:sha1:e8335806afc45e31157937b880ff39b75c14a2cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove the read and write modules from libgu. this simplifies the i/o layer</title>
<updated>2013-09-05T11:20:39+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-09-05T11:20:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=7c0bad50921365746ea362710015853a4879c0a7'/>
<id>urn:sha1:7c0bad50921365746ea362710015853a4879c0a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added graphvizParseTree in the C and Python runtimes</title>
<updated>2013-08-15T15:10:28+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-08-15T15:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=fc7e77bf50adaceeec2364fa88134b533f0da00f'/>
<id>urn:sha1:fc7e77bf50adaceeec2364fa88134b533f0da00f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>graphvizAbstractTree in the C and Python runtimes</title>
<updated>2013-08-15T08:06:37+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-08-15T08:06:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5337b4bef73e375d1f8cf4bb5eae543e7cab4922'/>
<id>urn:sha1:5337b4bef73e375d1f8cf4bb5eae543e7cab4922</id>
<content type='text'>
</content>
</entry>
<entry>
<title>the statistical parser is now using two memory pools: one for parsing and one for the output trees. This means that the memory for parsing can be released as soon as the needed abstract trees are retrieved, while the trees themselves are retained in the separate output pool</title>
<updated>2013-05-06T15:28:04+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-05-06T15:28:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=7ba27229b314057104aeab8f46a7247fbb20352e'/>
<id>urn:sha1:7ba27229b314057104aeab8f46a7247fbb20352e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>now the web service to the robust parser can to translations also</title>
<updated>2013-04-05T12:22:52+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-04-05T12:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=1f91928606dd2f784bd87eb618707b4c4a39c05c'/>
<id>urn:sha1:1f91928606dd2f784bd87eb618707b4c4a39c05c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update the pgf-service tool from the C runtime after the changes in the API</title>
<updated>2013-03-14T10:37:01+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-03-14T10:37:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=d018502fca73104c0779ad327e9975d452a647b9'/>
<id>urn:sha1:d018502fca73104c0779ad327e9975d452a647b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added pgf-service.c in the robust parser'</title>
<updated>2012-05-25T07:27:29+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2012-05-25T07:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5312ef23c63c01be712d0fda3e401e5fa6ba35f1'/>
<id>urn:sha1:5312ef23c63c01be712d0fda3e401e5fa6ba35f1</id>
<content type='text'>
</content>
</entry>
</feed>
