Skip to content

Tags: KondorGame/protobuf

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request gogo#528 from jmarais/mergeaa810b6

Mergeaa810b6

v1.1.1

Toggle v1.1.1's commit message
fix gogo#427 consistent import naming between the import declaration …

…and the vars in grpc

* consistent import naming between the import declaration and the vars. This is more consistant with golang/protobuf. 

* moved issue427 test to the 'testall' make target to avoid grpc/context dependency

v1.1.0

Toggle v1.1.0's commit message
fix build by regenerating everything

v1.0.0

Toggle v1.0.0's commit message
merge 925541529c1fa6821df4e44ce2723319eb2be768 from golang/protobuf

v0.5

Toggle v0.5's commit message
Merge pull request gogo#343 from gogo/nounsafe

No unsafe

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