<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_cn-cbor/include, 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>cn-create: add cn_cbor_double_create</title>
<updated>2018-02-26T15:26:23+00:00</updated>
<author>
<name>Vincent Dupont</name>
<email>vincent@otakeys.com</email>
</author>
<published>2018-02-22T11:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=2703d2d101deae1815d26fb26fb676902d27a58e'/>
<id>2703d2d101deae1815d26fb26fb676902d27a58e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Declare a byte version of the data</title>
<updated>2015-09-01T23:25:51+00:00</updated>
<author>
<name>Jim Schaad</name>
<email>ietf@augustcellars.com</email>
</author>
<published>2015-09-01T23:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=3c9061c71d6da2dff7886aac9a468ac4a72f5f28'/>
<id>3c9061c71d6da2dff7886aac9a468ac4a72f5f28</id>
<content type='text'>
Declare a byte version of the data field.  This fixes Issue #40
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Declare a byte version of the data field.  This fixes Issue #40
</pre>
</div>
</content>
</entry>
<entry>
<title>docfix</title>
<updated>2015-08-26T16:42:07+00:00</updated>
<author>
<name>Joe Hildebrand</name>
<email>joe-github@cursive.net</email>
</author>
<published>2015-08-26T16:42:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=888f5382920f1716150a9b05e1e89b061258507f'/>
<id>888f5382920f1716150a9b05e1e89b061258507f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extraneous const's, fix tests to match, and add an assert to cn_cbor_free to ensure we're at the root.  Freeing NULL is still allowed as a no-op.</title>
<updated>2015-08-26T16:37:02+00:00</updated>
<author>
<name>Joe Hildebrand</name>
<email>joe-github@cursive.net</email>
</author>
<published>2015-08-26T16:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=45e9ad906f2759b96978deeb44c4c0e33ce9ab02'/>
<id>45e9ad906f2759b96978deeb44c4c0e33ce9ab02</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>Merge commit '77d31f0b63a8d07e02b7d6dff3d02ae2b5c31bf6'</title>
<updated>2015-04-03T10:07:46+00:00</updated>
<author>
<name>Carsten Bormann</name>
<email>cabo@tzi.org</email>
</author>
<published>2015-04-03T10:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=ff08b98336411a30053e10afcf9be7d2b4b11c09'/>
<id>ff08b98336411a30053e10afcf9be7d2b4b11c09</id>
<content type='text'>
* commit '77d31f0b63a8d07e02b7d6dff3d02ae2b5c31bf6':
  better const correctness
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* commit '77d31f0b63a8d07e02b7d6dff3d02ae2b5c31bf6':
  better const correctness
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'encoder-2' of https://github.com/hildjj/cn-cbor into hildjj-encoder-2-merge (pull request #10)</title>
<updated>2015-04-03T10:01:16+00:00</updated>
<author>
<name>Carsten Bormann</name>
<email>cabo@tzi.org</email>
</author>
<published>2015-04-03T10:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=604301fac258bdf65b3d1b2ef032f82ad8b087c9'/>
<id>604301fac258bdf65b3d1b2ef032f82ad8b087c9</id>
<content type='text'>
# Conflicts:
#	src/cn-get.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	src/cn-get.c
</pre>
</div>
</content>
</entry>
<entry>
<title>better const correctness</title>
<updated>2015-04-02T22:56:23+00:00</updated>
<author>
<name>Joe Hildebrand</name>
<email>joe-github@cursive.net</email>
</author>
<published>2015-04-02T22:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_cn-cbor/commit/?id=77d31f0b63a8d07e02b7d6dff3d02ae2b5c31bf6'/>
<id>77d31f0b63a8d07e02b7d6dff3d02ae2b5c31bf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
