Skip to content

Tags: diamondo25/protobuf

Tags

v0.4

Toggle v0.4's commit message
skip unsafe tests for bigendian architectures. (gogo#272)

* skip marshal and unmarshal tests on big endian architectures if message has generated unsafe methods

* equal and compare tests now also check for bigendian architectures when the message uses the unsafe marshaler or unmarshaler

* skip packed unsafe issue21 if cpu is not little endian

v0.3

Toggle v0.3's commit message
Updateded Readme: formatting

v0.2

Toggle v0.2's commit message
fix for issue 158

v0.1

Toggle v0.1's commit message
Merge pull request gogo#97 from tamird/protoc-gen-combo-errors

Make `protoc-gen-combo` actually report errors