Path to this page:
./
devel/msgpack,
Binary-based efficient object serialization library
Branch: CURRENT,
Version: 3.3.0,
Package name: msgpack-3.3.0,
Maintainer: pkgsrc-usersMessagePack is an efficient object serialization library, which are very compact
and fast data format, with rich data structures compatible with JSON.
Required to build:[
devel/googletest] [
pkgtools/cwrappers]
Master sites:
SHA1: d0b6146582768bae05c168c979889bb1e2cd69e5
RMD160: 8e27d7af14df746589a6ddbea7953da1cc6f4a4e
Filesize: 496.095 KB
Version history: (Expand)
- (2021-02-14) Updated to version: msgpack-3.3.0
- (2020-04-11) Updated to version: msgpack-3.2.1
- (2018-09-10) Updated to version: msgpack-3.1.1
- (2018-08-24) Updated to version: msgpack-3.1.0
- (2018-06-01) Updated to version: msgpack-3.0.1
- (2017-11-23) Package has been reborn
CVS history: (Expand)
2021-02-14 19:56:11 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
msgpack: updated to 3.3.0
version 3.3.0
* Add json example for C
* Add both header and body packing functions for C
* Set default ref_size and chunk_size to vrefbuffer
* Add examples
* Improve build system
* Improve tests
* Improve documents
* Remove some warnings
* Improve CI environment
|
2020-04-11 15:40:15 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
msgpack: silence pkglint
|
2020-04-11 15:39:30 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
msgpack: updated to 3.2.1
version 3.2.1
* Fix snprintf return value checking
* Remove some warnings
* Fix fbuffer result checking
* Fix temporary object handling
* Improve cmake support
* Fix invalid `int main` parameter
* Improve supporting platform
* Fix ZLIB error handling
* Remove unused variable
* Improve integer overflow checking
version 3.2.0
* Fix invalid include
* Add timespec support
* Fix unchecked fnprintf on C
* Improve integer overflow checking on C
* Fix warnings on `-Wconversion`
* Fix invalid passed by value on aligned_zone_size_visitor
* Improve windows support
* Fix msgpack::object size caluclation error
* Fix memory error on example code
* Fix redundant memory allocation on C
* Fix msgpack::type::tuple base class conversion
|
2018-09-10 12:24:18 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
msgpack: updated to 3.1.1
version 3.1.1
Add force endian set functionality
Fix vrefbuffer memory management problem
Fix msvc specific problem
Update boost from 1.61.0 to 1.68.0
Fix msgpack_timestamp type mismatch bug
|
2018-08-24 11:51:22 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
msgpack: updated to 3.1.0
version 3.1.0
* Improve documents
* Add fuzzer support
* Fix msgpack::object union member access bug
* Improve cross platform configuration
* Fix out of range dereference bug of EXT
* Add timestamp support. std::chrono::system_clock::time_point is mapped to TIMESTAMP
* Add minimal timestamp support for C. The type msgpack_timestamp and the \
function msgpack_object_to_timestamp() are introduced
* Improve MSGPACK_DEFINE family name confliction probability
* Add no static-library build option (BUILD_SHARED_LIBS=ON)
* Add header only cmake target
* Add std::byte adaptor
* Remove some warnings
|
2018-06-01 09:55:43 by Adam Ciarcinski | Files touched by this commit (5) |  |
Log message:
msgpack: updated to 3.0.1
version 3.0.1
Add fuzz directory to release tar ball
Add include file checking for X-Code
version 3.0.0
breaking changes
----------------
Change offset parameter updating rule. If parse error is happend, offset is \
updated to the error position.
other updates
-------------
Improve cross platform configuration
Improve build system
Improve user class adaptor
Improve msgpack::object visitation logic
Remove some warnings
Add -> and * operators to object_handle
Improve CI environment
Improve documents
Refactoring
Add OSS-Fuzz support
|
2017-11-06 14:28:37 by Thomas Klausner | Files touched by this commit (1) |
Log message:
msgpack: follow redirect
|
2017-09-04 17:58:05 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Use system iovec on FreeBSD and NetBSD. Bump revision.
|