Commit Graph

14 Commits

Author SHA1 Message Date
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
kn
2f9b0bcdd1 Build with C++17
devel/gtest consumers should match standard versions.
msgpack fails to build if they don't match.

From Andrew Krasavin
OK op
2022-02-13 11:15:45 +00:00
sthen
9356d2ac79 remove some extraneous DISTNAME setting from GH_TAGNAME ports,
move GH_* up in a few cases where it's halfway through the Makefile
2020-02-14 11:11:32 +00:00
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
jca
7d4ca6acd8 Doesn't build using base-gcc, use COMPILER as in other c++ ports 2019-05-05 17:09:38 +00:00
bket
9a1d7a454f update to msgpack-2.1.5
OK sthen@ bcallah@
2018-02-16 16:16:14 +00:00
jsg
9a190ffe23 Now that arm has switched to clang the base compiler has atomic builtins
and accepts -mfpu=neon.

ok jca@ sthen@
2018-01-20 14:03:39 +00:00
jasper
d52c9e62ca enable tests since gtest was updated a while back 2017-08-10 01:46:49 +00:00
jasper
85466bf419 update to msgpack-2.1.4 2017-08-09 23:02:22 +00:00
jasper
6884520ccf - update to msgpack-2.1.3 2017-06-16 18:55:07 +00:00
jasper
b9e83eab4c patches merged upstream including additional fix from upstream for c++ 2017-06-13 17:30:18 +00:00
jasper
86031fd4bd update to msgpack-2.1.2 2017-06-11 16:15:51 +00:00
jca
7253b8ae9f Use lang/gcc for atomic builtins on arm 2017-02-05 15:42:09 +00:00
jasper
f69477144e import msgpack-2.0.0
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.

initial port by edd@
OK edd@
2016-12-21 19:17:14 +00:00