Sign in
android
/
platform
/
external
/
cn-cbor
/
refs/heads/android12-platform-s1-release
/
src
6c8c7e7
resolve merge conflicts of 47983a039473f3848647c93278e2d4ae9a5eff51 to qt-dev-plus-aosp
by Haibo Huang
· 6 years ago
68f26ba
Fixing the pointer cast for ntoh32p in cn-cbor
by Max Bires
· 6 years ago
d458c34
fixup! fixup! implement alignment-safe ntoh16p() && ntoh32p()
by Kaspar Schleiser
· 7 years ago
6afc222
fixup! implement alignment-safe ntoh16p() && ntoh32p()
by Kaspar Schleiser
· 7 years ago
6cd105d
fixup! cmake: add align_reads -> -DCBOR_ALIGN_READS
by Kaspar Schleiser
· 7 years ago
94e6919
cmake: add align_reads -> -DCBOR_ALIGN_READS
by Kaspar Schleiser
· 7 years ago
894e0b4
implement alignment-safe ntoh16p() && ntoh32p()
by Kaspar Schleiser
· 7 years ago
0301ef6
cn-create: add cn_cbor_float_create
by Vincent Dupont
· 7 years ago
2703d2d
cn-create: add cn_cbor_double_create
by Vincent Dupont
· 7 years ago
2e513d9
fix compilation error with gcc 7.2.0
by Sören Tempel
· 7 years ago
45e9ad9
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.
by Joe Hildebrand
· 10 years ago
f74c2f0
Rename cbor_encoder_write() to cn_cbor_encoder_write()
by Olaf Bergmann
· 10 years ago
3303413
Optional float encoding/decoding
by Olaf Bergmann
· 10 years ago
a4498c7
separate the two personalities of write_byte
by Carsten Bormann
· 10 years ago
4ab6211
Encoder: do the float dance
by Carsten Bormann
· 10 years ago
ff08b98
Merge commit '77d31f0b63a8d07e02b7d6dff3d02ae2b5c31bf6'
by Carsten Bormann
· 10 years ago
604301f
Merge branch 'encoder-2' of https://github.com/hildjj/cn-cbor into hildjj-encoder-2-merge (pull request #10)
by Carsten Bormann
· 10 years ago
77d31f0
better const correctness
by Joe Hildebrand
· 10 years ago
8bffb27
Merge branch 'spudlib-merge' of https://github.com/hildjj/cn-cbor into hildjj-spudlib-merge
by Carsten Bormann
· 10 years ago
64909fb
untabify. try and prevent tab creep in the future
by Joe Hildebrand
· 10 years ago
60a86fe
arpa/inet.h was added so that cn-cbor.c will compile on Linux. I'm willing to put it in an ifdef, or add a config.h if you like; i don't think it hurts anything on non-Linux builds though
by Joe Hildebrand
· 10 years ago
85f4523
Anything that takes an error pointer should have a checkable return value
by Joe Hildebrand
· 10 years ago
2814a49
indentation
by Joe Hildebrand
· 10 years ago
ce57683
Directory structure (prepare for pulling PR 9)
by Carsten Bormann
· 10 years ago
7e4cb53
make it work with contexts again
by Joe Hildebrand
· 10 years ago
74954bb
Remove recursion from encoder, remove confusing public interfaces for writing integral types
by Joe Hildebrand
· 10 years ago
5620168
Add docs for create routines, and add map_put to allow more complicated maps
by Joe Hildebrand
· 10 years ago
be75434
Add creation routines
by Joe Hildebrand
· 10 years ago
0863174
Add coverage, remove the duplicated strcmp/memcmp
by Joe Hildebrand
· 10 years ago
a995401
Encoder integrated
by Joe Hildebrand
· 10 years ago
9116a9a
Add size target. Fix unused variables
by Joe Hildebrand
· 10 years ago
e03e24e
Finish up docs for current API. Move some internals to cbor.h
by Joe Hildebrand
· 10 years ago
7c6c356
cmake working
by Joe Hildebrand
· 10 years ago