[Bug 1260375] Review Request: protozero - Minimalistic protocol buffer decoder and encoder in C++

bugzilla at redhat.com bugzilla at redhat.com
Mon Sep 7 10:34:48 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1260375



--- Comment #2 from Tom Hughes <tom at compton.nu> ---
There's no endianess issue as that file is only use on big endian machines. On
little endian machines the layer above (see pbf_reader.hpp for example) just
does a memcpy instead. I've tested it with a scratch build on PPC here:

http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=2738907

New version that addresses the other issues:

Spec URL: http://download.compton.nu/tmp/protozero.spec
SRPM URL: http://download.compton.nu/tmp/protozero-1.1.0-2.fc22.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component


More information about the package-review mailing list