forked from msgpack/msgpack-c
-
Notifications
You must be signed in to change notification settings - Fork 1
Ygj6 cpp master #5
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
Open
redboltz
wants to merge
24
commits into
cpp_master
Choose a base branch
from
ygj6-cpp_master
base: cpp_master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
remove the following files or folders: ci/build_cmake_embedded.sh example/c example/cmake include/msgpack/predef include/msgpack/preprocessor.hpp include/msgpack/preprocessor include/msgpack/v1/preprocessor.hpp include/msgpack.h include/msgpack/fbuffer.h include/msgpack/gcc_atomic.h include/msgpack/object.h include/msgpack/pack.h include/msgpack/pack_define.h include/msgpack/pack_template.h include/msgpack/predef.h include/msgpack/sbuffer.h include/msgpack/timestamp.h include/msgpack/unpack.h include/msgpack/unpack_template.h include/msgpack/util.h include/msgpack/version.h include/msgpack/vrefbuffer.h include/msgpack/zbuffer.h include/msgpack/zone.h msgpack_vc8.sln msgpack_vc8.vcproj msgpack-config.cmake.in msgpack.pc.in src test/fixint_c.cpp test/msgpack_c.cpp test/pack_unpack_c.cpp test/streaming_c.cpp .gitmodules external QUICKSTART-C.md
include/msgpack/sysdep.h => include/msgpack/sysdep.hpp include/msgpack/unpack_define.h => include/msgpack/unpack_define.hpp include/msgpack/version_master.h => include/msgpack/version_master.hpp Use `git log --follow include/msgpack/filename.hpp` to see full log
remove C library in cpp_master branch
The Boost Context module is required only for certain configurations, so adapt the build system checks to it.
reduce boost::context requirement
Added complex type support.
Replaced travis-ci badge with github actions badge.
Added steady_clock and high_resolution_clock support.
Improved clock adaptor.
link lib32z1-dev when building 32-bit library
Replaced static_cast with boost::numeric_cast to detect invalid cast easier.
Fixed undefined behavior in chrono converting.
Codecov Report
@@ Coverage Diff @@
## cpp_master #5 +/- ##
=============================================
Coverage ? 86.43%
=============================================
Files ? 72
Lines ? 5100
Branches ? 0
=============================================
Hits ? 4408
Misses ? 692
Partials ? 0 |
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.
No description provided.