Skip to content

Commit

Permalink
Indicators for v1.1 release
Browse files Browse the repository at this point in the history
Co-authored-by: Laurence Lundblade <[email protected]>
  • Loading branch information
laurencelundblade and Laurence Lundblade authored Aug 8, 2022
1 parent 93c0118 commit 07653df
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,19 +168,16 @@ QCBOR.

## Code Status

The current version is v1.1, a small feature addition and bug fix
release over QCBOR 1.0.

Code has been stable for over a year. The last major change was in
fall of 2020.

QCBOR was originally developed by Qualcomm. It was [open sourced
through CAF](https://source.codeaurora.org/quic/QCBOR/QCBOR/) with a
permissive Linux license, September 2018 (thanks Qualcomm!).

This code in [Laurence's
GitHub](https://github.com/laurencelundblade/QCBOR) has diverged from
the CAF source in 2018 with some simplifications, tidying up and feature
additions.


## Building

There is a simple makefile for the UNIX style command line binary that
Expand Down
15 changes: 15 additions & 0 deletions inc/qcbor/qcbor_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/**
@file qcbor_common.h
Types and defines common to QCBOR encoding and decoding.
*/


/**
* This define indicates QCBOR v1.1.
*
* There are no backwards compatibiliy issues with QCBOR 1.0.
*
* The only new API is QCBOREncode_OpenBytes() and related.
*/
#define QCBOR_1_1


/**
This define indicates a version of QCBOR that supports spiffy decode,
the decode functions found in qcbor_spiffy_decode.h.
Expand Down

0 comments on commit 07653df

Please sign in to comment.