<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nimpb/src/protobuf/gen.nim, branch master</title>
<subtitle>Protocol Buffers for Nim</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimpb/'/>
<entry>
<title>Move src/protobuf/gen.nim to generator/gen.nim</title>
<updated>2018-04-03T18:14:59+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2018-04-03T18:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimpb/commit/?id=3b20e280d04708d505ab5770e8ea09aa6eab5aaf'/>
<id>3b20e280d04708d505ab5770e8ea09aa6eab5aaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename stream.nim to protobuf.nim and merge with types.nim</title>
<updated>2018-04-03T15:57:11+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2018-04-03T15:48:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimpb/commit/?id=e2cfc6717ae8acd9c47a132fa2cbc8446b5920c5'/>
<id>e2cfc6717ae8acd9c47a132fa2cbc8446b5920c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate serialize/deserialize convenience procs</title>
<updated>2018-03-31T09:40:39+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2018-03-31T09:40:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimpb/commit/?id=e12f638e822c010126232846c09136e5e2b7f6d8'/>
<id>e12f638e822c010126232846c09136e5e2b7f6d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate pure enums</title>
<updated>2018-03-31T09:23:42+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2018-03-31T09:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimpb/commit/?id=2fccee71b253c18d8994b4e030efc8ed3ea6cb02'/>
<id>2fccee71b253c18d8994b4e030efc8ed3ea6cb02</id>
<content type='text'>
Fixes #1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial support for oneofs</title>
<updated>2018-03-27T20:16:15+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2018-03-27T20:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimpb/commit/?id=5e9000fcdcdb86981d52841abf1c4d5385ae2ba8'/>
<id>5e9000fcdcdb86981d52841abf1c4d5385ae2ba8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of the distinct numeric types</title>
<updated>2018-03-27T17:17:06+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2018-03-27T17:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimpb/commit/?id=d76ec81388454c24ee99a601830ed39cfa50063c'/>
<id>d76ec81388454c24ee99a601830ed39cfa50063c</id>
<content type='text'>
We have distinct procs for reading and writing differently encoded data, so
we don't need distinct types in this case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have distinct procs for reading and writing differently encoded data, so
we don't need distinct types in this case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Forward declare sizeOf procs for write procs</title>
<updated>2018-03-26T17:48:24+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2018-03-26T17:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimpb/commit/?id=2225256a6c97273a81f85f488ea2d4fc057ee142'/>
<id>2225256a6c97273a81f85f488ea2d4fc057ee142</id>
<content type='text'>
If a message refers to itself, then the write procs for that message needs
to use sizeOf procs of the same message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a message refers to itself, then the write procs for that message needs
to use sizeOf procs of the same message.
</pre>
</div>
</content>
</entry>
<entry>
<title>Export object fields and enums</title>
<updated>2018-03-25T15:09:52+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2018-03-25T15:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimpb/commit/?id=34dab72b3577ca143dc20dc745e640c4f6a8207d'/>
<id>34dab72b3577ca143dc20dc745e640c4f6a8207d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix enum initialization to use the first defined value</title>
<updated>2018-03-25T15:08:28+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2018-03-25T15:08:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimpb/commit/?id=88b6059fdc2812944e80cb065241462c4c464377'/>
<id>88b6059fdc2812944e80cb065241462c4c464377</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for skipping unknown fields</title>
<updated>2018-03-25T11:43:18+00:00</updated>
<author>
<name>Oskari Timperi</name>
<email>oskari.timperi@iki.fi</email>
</author>
<published>2018-03-25T11:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/nimpb/commit/?id=cdb161e4f03d9fbd6174ca2c142e15fde685db0f'/>
<id>cdb161e4f03d9fbd6174ca2c142e15fde685db0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
