<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_cn-cbor/src/cn-encoder.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/'/>
<entry>
<title>cn-create: add cn_cbor_float_create</title>
<updated>2018-02-26T15:28:27+00:00</updated>
<author>
<name>Vincent Dupont</name>
<email>vincent@otakeys.com</email>
</author>
<published>2018-02-26T15:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=0301ef69c312cc663a6d3014c8831cfb2cc790ff'/>
<id>0301ef69c312cc663a6d3014c8831cfb2cc790ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename cbor_encoder_write() to cn_cbor_encoder_write()</title>
<updated>2015-05-26T18:19:12+00:00</updated>
<author>
<name>Olaf Bergmann</name>
<email>bergmann@tzi.org</email>
</author>
<published>2015-05-26T17:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=f74c2f00e1b1c7670eccbc7fba75b60713088f7e'/>
<id>f74c2f00e1b1c7670eccbc7fba75b60713088f7e</id>
<content type='text'>
The public API prefixes all symbols with cn_cbor_, so it seems
reasonable to rename cbor_encoder_write() to cn_cbor_encoder_write().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The public API prefixes all symbols with cn_cbor_, so it seems
reasonable to rename cbor_encoder_write() to cn_cbor_encoder_write().
</pre>
</div>
</content>
</entry>
<entry>
<title>Optional float encoding/decoding</title>
<updated>2015-04-24T15:12:40+00:00</updated>
<author>
<name>Olaf Bergmann</name>
<email>bergmann@tzi.org</email>
</author>
<published>2015-04-24T15:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=33034139f07dbc26ff4ef861bd9100b5b03f67bb'/>
<id>33034139f07dbc26ff4ef861bd9100b5b03f67bb</id>
<content type='text'>
When CBOR_NO_FLOAT is defined at build time, support for floating
point types is switched off.

When trying to parse a data item of type 7 and additional information
25 to 27 (i.e., items starting with 0xf9 to 0xfb), the parser will
return the new error code CN_CBOR_ERR_FLOAT_NOT_SUPPORTED.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When CBOR_NO_FLOAT is defined at build time, support for floating
point types is switched off.

When trying to parse a data item of type 7 and additional information
25 to 27 (i.e., items starting with 0xf9 to 0xfb), the parser will
return the new error code CN_CBOR_ERR_FLOAT_NOT_SUPPORTED.
</pre>
</div>
</content>
</entry>
<entry>
<title>separate the two personalities of write_byte</title>
<updated>2015-04-03T12:01:23+00:00</updated>
<author>
<name>Carsten Bormann</name>
<email>cabo@tzi.org</email>
</author>
<published>2015-04-03T12:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=a4498c7fa4e6c11d2dba4c7ed9055a7f22cc0f03'/>
<id>a4498c7fa4e6c11d2dba4c7ed9055a7f22cc0f03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Encoder: do the float dance</title>
<updated>2015-04-03T11:12:52+00:00</updated>
<author>
<name>Carsten Bormann</name>
<email>cabo@tzi.org</email>
</author>
<published>2015-04-03T11:12:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=4ab62118ee488323a3a9c309836a546915df1159'/>
<id>4ab62118ee488323a3a9c309836a546915df1159</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove recursion from encoder, remove confusing public interfaces for writing integral types</title>
<updated>2015-04-01T18:59:00+00:00</updated>
<author>
<name>Joe Hildebrand</name>
<email>joe-github@cursive.net</email>
</author>
<published>2015-04-01T18:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=74954bbf2ade6cf97b9ac98b10326dedd8dcea3d'/>
<id>74954bbf2ade6cf97b9ac98b10326dedd8dcea3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add creation routines</title>
<updated>2015-04-01T06:04:32+00:00</updated>
<author>
<name>Joe Hildebrand</name>
<email>joe-github@cursive.net</email>
</author>
<published>2015-04-01T06:04:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=be754341be643c83c7f7bccd34a8bb4f2824744e'/>
<id>be754341be643c83c7f7bccd34a8bb4f2824744e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Encoder integrated</title>
<updated>2015-04-01T05:00:43+00:00</updated>
<author>
<name>Joe Hildebrand</name>
<email>joe-github@cursive.net</email>
</author>
<published>2015-04-01T05:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=a995401f2bca1a0348ec182788c27d9a338505ca'/>
<id>a995401f2bca1a0348ec182788c27d9a338505ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
