Version: 2.1.5, Package name: msgpack-2.1.5 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte while typical short strings require only one extra byte in addition to the strings themselves. |
Filesize: 450.37 KB |
Version History (View Complete History) |
|
2020-02-14 04:11:33 by Stuart Henderson | Files touched by this commit (27) |
Log message: remove some extraneous DISTNAME setting from GH_TAGNAME ports, move GH_* up in a few cases where it's halfway through the Makefile |
2019-07-12 14:45:17 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-05 11:09:38 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Doesn't build using base-gcc, use COMPILER as in other c++ ports |
2018-02-16 09:16:14 by Bjorn Ketelaars | Files touched by this commit (4) |
Log message: update to msgpack-2.1.5 OK sthen@ bcallah@ |
2018-01-20 07:03:39 by Jonathan Gray | Files touched by this commit (22) |
Log message: Now that arm has switched to clang the base compiler has atomic builtins and accepts -mfpu=neon. ok jca@ sthen@ |
2017-08-09 19:46:49 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: enable tests since gtest was updated a while back |
2017-08-09 17:02:22 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: update to msgpack-2.1.4 |
2017-06-16 12:55:07 by Jasper Lievisse Adriaanse | Files touched by this commit (8) |
Log message: - update to msgpack-2.1.3 |
2017-06-13 11:30:18 by Jasper Lievisse Adriaanse | Files touched by this commit (4) |
Log message: patches merged upstream including additional fix from upstream for c++ |
2017-06-11 10:15:52 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
Log message: update to msgpack-2.1.2 |
2017-02-05 08:42:09 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Use lang/gcc for atomic builtins on arm |