subtree: update C-master - #348
Open
delta1 wants to merge 7 commits into
Open
Conversation
Replace the old /*@fallthrough@*/ comment convention with a [[fallthrough]]-style attribute macro so clang's -Wimplicit-fallthrough can verify intentional switch fallthroughs at compile time, and add a CI job that builds and tests the C library with clang under -Wimplicit-fallthrough -Wconditional-uninitialized.
(cherry picked from commit 86970f8)
(cherry picked from commit afe87d1)
74424f0 ci: add nix cmake build (Byron Hambly) e6239cc nix: add cmake build (Byron Hambly) 0408cf8 misc: minor changes from BlockstreamResearch#324 review (Byron Hambly) 320d6d0 cmake: add cmr and bitcoin/cmr to build (Byron Hambly) 7dd1ee8 Add basic CMake build support for libBitcoinSimplicity (Russell O'Connor) b766de7 Update GenRustJets to generate Bitcoin Jets (Russell O'Connor) 32131a4 Implementation of cmr.c for bitcoin (Russell O'Connor) 8420f4d Implementation of exec.c for bitcoin (Russell O'Connor) Pull request description: This is everything else needed to complete Bitcoin Application support. ACKs for top commit: apoelstra: ACK 74424f0; successfully ran local tests Tree-SHA512: 2c75ef378e17ce3f07e3b0e7c757045f4600a818dfe5698fb0c0f48c4d96ecb9e8dcfd697bbe03e2dabedb1eadb405fd8dec9a06614322418bcb2012a89576bc
This file contains hidden or 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
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.
updates C-master branch to abede47