issues
search
camgunz
/
cmp
An implementation of the MessagePack serialization format in C / msgpack.org[C]
http://msgpack.org
MIT License
340
stars
78
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
cleanup: Mark input pointer type for `cmp_strerror` as `const`.
#80
iphydf
closed
6 months ago
1
cleanup: Use hex constants for i8/i16/i32/i64 limits.
#79
iphydf
closed
6 months ago
4
test: Enable more sanitizers in ubsan tests.
#78
iphydf
closed
6 months ago
1
cleanup: Avoid conversion to `char*` for byte swap code.
#77
iphydf
closed
6 months ago
1
cleanup: Avoid implicit int-to-bool conversions.
#76
iphydf
closed
6 months ago
1
cleanup: Start of no-implicit-bool compliance; use prefix-increment.
#75
iphydf
closed
6 months ago
3
cleanup: Use `switch` for error enum instead of string array.
#74
iphydf
closed
6 months ago
1
cleanup: Use function instead of macro for `is_bigendian`.
#73
iphydf
closed
6 months ago
1
[ deleted ]
#72
fireice-uk
closed
1 year ago
0
Feature request -- nested object skipping
#71
jrmolin
closed
1 year ago
2
integer API cleanup
#70
jrahlf
opened
2 years ago
1
cleanup: Avoid using reserved identifiers.
#69
iphydf
closed
2 years ago
1
Give global variable 'version' a less common name
#68
iphydf
closed
2 years ago
1
Various minor cleanups + adding GitHub Actions CI (no coverage yet)
#67
iphydf
closed
2 years ago
1
Suspicious self-assignment in `read_obj_data`
#66
iphydf
closed
2 years ago
1
cleanup: Fix some compiler warnings.
#65
iphydf
closed
2 years ago
0
Avoid implicit fall-through in switch statements.
#64
iphydf
closed
2 years ago
0
Make byte-wise float comparison intentional.
#63
iphydf
closed
2 years ago
0
Replace `is_bigendian` macro with static function.
#62
iphydf
closed
2 years ago
0
Mark `cmp_error_messages` as static.
#61
iphydf
closed
2 years ago
0
Congrats on a really nice library
#60
iphydf
closed
2 years ago
1
Eliminate signed/unsigned conversion warnings.
#59
horta
closed
2 years ago
1
some cleanup in test/
#58
fperrad
closed
3 years ago
1
Avoid overflow for saturated uint32_t
#57
horta
closed
3 years ago
1
Fix issue#55 bigendian host decode float and double
#56
dcurrie
closed
3 years ago
1
`decode_befloat` and `decode_bedouble` always return 0 on bigendian processors
#55
dcurrie
closed
3 years ago
1
A few remarks (standard headers in cmp.h + size_t return for writer)
#54
matovitch
closed
3 years ago
2
cmp.h self sufficient
#53
fperrad
closed
3 years ago
1
CVE-2020-5234 -- implications for cmp?
#52
pkolbus
closed
4 years ago
2
CMake support
#51
sc07sap
closed
4 years ago
1
some linting
#50
fperrad
closed
4 years ago
1
Add 6 api about array & map write
#49
lygstate
closed
4 years ago
3
Comment invalid
#48
lygstate
closed
4 years ago
2
Support compiling without floating point operations
#47
tdragon
closed
4 years ago
7
python3 encoding string produces type 0xb0
#46
glenn-edgar
closed
6 years ago
4
cmp_skip_object_limit() doesn't work as documented for nested arrays
#45
dfego
closed
4 years ago
5
A minor bug in test.c
#44
IronBug
closed
6 years ago
2
Develop
#43
camgunz
closed
7 years ago
0
Merge from develop
#42
camgunz
closed
7 years ago
1
Fix implicit float conversion warning
#41
Sampas
closed
7 years ago
2
Basic Travis CI support
#40
antoinealb
closed
7 years ago
0
Enable Travis-CI.org to catch compiler issues (C89, future gcc warnings etc)
#39
client9
closed
7 years ago
15
Added skipping support
#38
m-wichmann
closed
7 years ago
6
Fix C89 build (close #36)
#37
antoinealb
closed
7 years ago
0
re-enable C89 support
#36
client9
closed
7 years ago
4
Fix compilation with -Werror=strict-aliasing gcc option
#35
bkmit
closed
7 years ago
2
Fix warnings for narrowing cast
#34
marcschier
closed
7 years ago
1
Release tags outdated
#33
Sampas
closed
7 years ago
1
Fix typecast warning
#32
Sampas
closed
7 years ago
6
Issue camgunz/cmp#26 - Fix implicit type conversion warnings
#31
Sampas
closed
8 years ago
1
Next