forked from PJK/libcbor
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 0.11.0 #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test on FreeBSD 12.4 and FreeBSD 13.2, the two currently supported releases.
Add Cirrus-CI config file to build & test on FreeBSD
…ENDENCY make CMAKE_SKIP_INSTALL_ALL_DEPENDENCY an option
Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.27.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…s-2.31.0 Bump requests from 2.27.1 to 2.31.0 in /doc/source
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1 to 6.3.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.1.0...v6.3.2) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Add a unit test + minor fixes for cbor_describe
Print CBOR_TYPE_BYTESTRING value as hex string
Improve cbor_describe formatting and code quality
Fix UTF-8 codepoint counting in cbor_string_set_handle and parsing
Fix missing (void) in tests
Upgrade docs deps and set up RTD config file
Fix sphinx format warning
Docs: Always use RTD theme
Cmake find package
FreeBSD 14.0 was released recently. FreeBSD 12.4 is EOL at the end of 2023.
CI: Add FreeBSD 14.0 and drop FreeBSD 12.4
Support decoding all tag values
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description