<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/runtime/c/gu/out.c, branch optimize</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=optimize</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=optimize'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2017-09-13T12:05:26+00:00</updated>
<entry>
<title>corrections in the PGF writer</title>
<updated>2017-09-13T12:05:26+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2017-09-13T12:05:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=febf01a9bec6043ca0c988fcc91126b0b6e60d51'/>
<id>urn:sha1:febf01a9bec6043ca0c988fcc91126b0b6e60d51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added gu_out_u16be, gu_out_u64be and gu_out_f64be in libgu. The later is using gu_encode_double which is probably still wrong. Corrected gu_in_le and gu_in_f64be.</title>
<updated>2017-09-13T08:23:28+00:00</updated>
<author>
<name>Krasimir Angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2017-09-13T08:23:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=df992c31fdf191c88a5f8cd5ac462e5537523316'/>
<id>urn:sha1:df992c31fdf191c88a5f8cd5ac462e5537523316</id>
<content type='text'>
</content>
</entry>
<entry>
<title>in libgu mark explicitly all functions that belong to the API</title>
<updated>2017-04-19T12:30:40+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2017-04-19T12:30:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=5c93f2fba5eadaa1e516106c08d495c14a0eb647'/>
<id>urn:sha1:5c93f2fba5eadaa1e516106c08d495c14a0eb647</id>
<content type='text'>
</content>
</entry>
<entry>
<title>get rid of gu/str.(c|h)</title>
<updated>2014-10-20T07:50:42+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-10-20T07:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=bb1f0f3368f3ee2065b0e5ee74e3c45b0116e8a9'/>
<id>urn:sha1:bb1f0f3368f3ee2065b0e5ee74e3c45b0116e8a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>throw away the long obsolete runtime type information in the C runtime</title>
<updated>2014-10-09T13:44:26+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2014-10-09T13:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=86e9acc7a7b714307e08ab25117ca03cecb00936'/>
<id>urn:sha1:86e9acc7a7b714307e08ab25117ca03cecb00936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a major refactoring in the C runtime. GuList is now removed and replaced with GuSeq. The GuSeq/GuBuf API is simplified</title>
<updated>2013-09-17T12:45:00+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-09-17T12:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=2a49e4e1d64ef2df0bb2a8a3822f7fa1048e687f'/>
<id>urn:sha1:2a49e4e1d64ef2df0bb2a8a3822f7fa1048e687f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up the UTF8 API in libgu</title>
<updated>2013-09-13T07:44:45+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-09-13T07:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=c469ae9091fb830f0aae1b9abf8ee174a0ac0012'/>
<id>urn:sha1:c469ae9091fb830f0aae1b9abf8ee174a0ac0012</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>remove the dependency on the HAVE_STATEMENT_EXPRESSIONS flag. This reduces the dependency on the ./configure script</title>
<updated>2013-09-04T10:06:07+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-09-04T10:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=805f95eac61ef17d7ec3f87dda1dfbc932951dee'/>
<id>urn:sha1:805f95eac61ef17d7ec3f87dda1dfbc932951dee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initial import of the C runtime</title>
<updated>2012-01-20T13:41:10+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2012-01-20T13:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=2eee382a62a909d5a3f2f5eda94f30fe68fd5335'/>
<id>urn:sha1:2eee382a62a909d5a3f2f5eda94f30fe68fd5335</id>
<content type='text'>
</content>
</entry>
</feed>
