FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include - msgpack/msgpack-c · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
msgpack
/
msgpack-c
Public
Notifications
You must be signed in to change notification settings
Fork
936
Star
3.3k
Code
Issues
92
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
msgpack-c
include
on
cpp_master
User selector
Datepicker
Commit history
Commits on Aug 25, 2026
Fix visit_ext size operation.
redboltz
committed
342bbbe
View commit details
Copy full SHA for 342bbbe
View code at this point
Browse repository at this point
Update the version to 9.0.0.
redboltz
committed
2b70d8f
View commit details
Copy full SHA for 2b70d8f
View code at this point
Browse repository at this point
Fix ext32 max size truncation on 64bit by widening visit_ext size to size_t
redboltz
committed
a78b895
View commit details
Copy full SHA for a78b895
View code at this point
Browse repository at this point
Fix comparison error.
redboltz
committed
5a117b3
View commit details
Copy full SHA for 5a117b3
View code at this point
Browse repository at this point
Fix self assign bug.
redboltz
committed
612f267
View commit details
Copy full SHA for 612f267
View code at this point
Browse repository at this point
Fix invalid comparison.
redboltz
committed
e4b3c57
View commit details
Copy full SHA for e4b3c57
View code at this point
Browse repository at this point
Fix invalid comparison on migrate().
redboltz
committed
ee24845
View commit details
Copy full SHA for ee24845
View code at this point
Browse repository at this point
Fix size limit checking logic.
redboltz
committed
ad08088
View commit details
Copy full SHA for ad08088
View code at this point
Browse repository at this point
Fix positive/negarive invalid uint8 conversion.
redboltz
committed
eb1e385
View commit details
Copy full SHA for eb1e385
View code at this point
Browse repository at this point
Fix double free bug (C++03 only)
Show description for f70f53e
redboltz
committed
f70f53e
View commit details
Copy full SHA for f70f53e
View code at this point
Browse repository at this point
Fix destruction order bug on move.
Show description for edb70a0
redboltz
committed
edb70a0
View commit details
Copy full SHA for edb70a0
View code at this point
Browse repository at this point
Fix referenced_buffer_hook rebind isn't rebind correctly on move bug.
redboltz
committed
5d6871c
View commit details
Copy full SHA for 5d6871c
View code at this point
Browse repository at this point
Fix data source out of bounds read error.
redboltz
committed
c9d581d
View commit details
Copy full SHA for c9d581d
View code at this point
Browse repository at this point
Fix std::tuple and msgpack::tuple size treatment.
redboltz
committed
2e75304
View commit details
Copy full SHA for 2e75304
View code at this point
Browse repository at this point
Fix empty array treatment.
redboltz
committed
5ab45cc
View commit details
Copy full SHA for 5ab45cc
View code at this point
Browse repository at this point
Fix integer overflow.
redboltz
committed
3353e68
View commit details
Copy full SHA for 3353e68
View code at this point
Browse repository at this point
Commits on May 30, 2026
Update the version to 8.0.0
redboltz
committed
aeda0da
View commit details
Copy full SHA for aeda0da
View code at this point
Browse repository at this point
Commits on Jul 21, 2025
Fixed processing of empty data in fbuffer class.
MusicScience37
committed
6bd9a57
View commit details
Copy full SHA for 6bd9a57
View code at this point
Browse repository at this point
Commits on Jul 3, 2025
Include type_traits before use of std:: members
Show description for cbeb580
jwbee
authored
cbeb580
View commit details
Copy full SHA for cbeb580
View code at this point
Browse repository at this point
Commits on May 16, 2025
timespec.hpp: remove duplicated include
miyanyan
committed
0225acf
View commit details
Copy full SHA for 0225acf
View code at this point
Browse repository at this point
Commits on Apr 10, 2025
Work around MSVC C++20 modules error for nested msgpack::object::with_zone
Show description for 712ec2e
scrossuk
committed
712ec2e
View commit details
Copy full SHA for 712ec2e
View code at this point
Browse repository at this point
Commits on Nov 2, 2024
Updated the version to 7.0.0.
redboltz
committed
b41688c
View commit details
Copy full SHA for b41688c
View code at this point
Browse repository at this point
Commits on Oct 24, 2024
Revert "Merge pull request #1018 from GeorgFritze/cpp_master"
Show description for 3788b5b
stephanlachnit
committed
3788b5b
View commit details
Copy full SHA for 3788b5b
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
Conditional include msgpack::variant.
Show description for 636a013
redboltz
committed
636a013
View commit details
Copy full SHA for 636a013
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
Update the version to 6.1.1.
redboltz
committed
ddb884e
View commit details
Copy full SHA for ddb884e
View code at this point
Browse repository at this point
Fix compilation error when `std::variant` has the same types
uyha
committed
d812fa5
View commit details
Copy full SHA for d812fa5
View code at this point
Browse repository at this point
Commits on Nov 23, 2023
Revert "Arenoros zone/optimization size/delayed malloc"
redboltz
authored
d372a71
View commit details
Copy full SHA for d372a71
View code at this point
Browse repository at this point
Commits on Oct 2, 2023
replace nullptr -> MSGPACK_NULLPTR
Arenoros
committed
add68ff
View commit details
Copy full SHA for add68ff
View code at this point
Browse repository at this point
fix build
Arenoros
committed
ede530d
View commit details
Copy full SHA for ede530d
View code at this point
Browse repository at this point
port optimizations for cpp03
Arenoros
committed
62de80f
View commit details
Copy full SHA for 62de80f
View code at this point
Browse repository at this point
Correction of comments
Arenoros
committed
f2b3f52
View commit details
Copy full SHA for f2b3f52
View code at this point
Browse repository at this point
fix zone::chunk_list::clear
Arenoros
committed
035bfeb
View commit details
Copy full SHA for 035bfeb
View code at this point
Browse repository at this point
fix failed test
Arenoros
committed
04292fe
View commit details
Copy full SHA for 04292fe
View code at this point
Browse repository at this point
Optimization of msgpack::zone size on the stack and deferred memory allocation
Arenoros
committed
573ebca
View commit details
Copy full SHA for 573ebca
View code at this point
Browse repository at this point
Commits on Aug 13, 2023
modified function name 'has_as::check' to avoid ambiguity/conflicts with other libraries/engines's macro definitions (e.g. UE)
hiradyazdan
committed
e7f7b51
View commit details
Copy full SHA for e7f7b51
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL