Skip to content

Commit

Permalink
Check point; big function rename and fan out
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Lundblade committed Nov 1, 2024
1 parent 53c3b60 commit f335f28
Show file tree
Hide file tree
Showing 9 changed files with 1,422 additions and 1,172 deletions.
2 changes: 2 additions & 0 deletions inc/qcbor/qcbor_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
#ifndef qcbor_common_h
#define qcbor_common_h

//#define QCBOR_DISABLE_TAGS

//TODO: get rid of QCBOR_DISABLE_EXP_AND_MANTISSA and uncommon tags

#ifdef __cplusplus
Expand Down
690 changes: 423 additions & 267 deletions inc/qcbor/qcbor_encode.h

Large diffs are not rendered by default.

716 changes: 494 additions & 222 deletions inc/qcbor/qcbor_spiffy_decode.h

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/UsefulBuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ size_t UsefulBuf_FindBytes(UsefulBufC BytesToSearch, UsefulBufC BytesToFind)
/*
* Public function -- see UsefulBuf.h
*/
// TODO: test this
UsefulBufC
UsefulBuf_SkipLeading(UsefulBufC String, uint8_t uByte)
{
Expand Down
Loading

0 comments on commit f335f28

Please sign in to comment.