Jisi Liu
|
80da6d3727
Remove the file from Makefile.am
|
10 years ago |
Jisi Liu
|
9bbb78f167
Remove config.h.include which is no longer needed as pbconfig.h is not a
|
10 years ago |
Jisi Liu
|
cf141287ea
Merge pull request #495 from pherl/master
|
10 years ago |
Jisi Liu
|
f48dca5044
Make pbconfig.h independent of config.h
|
10 years ago |
Feng Xiao
|
52737c2bc8
Add appveyor.xml for windows tests.
|
10 years ago |
Feng Xiao
|
54a4cccb97
Merge pull request #481 from Qartar/master
|
10 years ago |
Feng Xiao
|
68c8762b98
Merge pull request #489 from tamird/go-package-descriptor
|
10 years ago |
Qartar
|
2fe6d7bc57
Workaround for MSVC's string literal compiler limit.
|
10 years ago |
Jon Skeet
|
fb1547b388
Regenerate proto files
|
10 years ago |
Jon Skeet
|
a8dae140c6
Fix oneof generator - forgot to provide variables...
|
10 years ago |
Jon Skeet
|
7532f0256f
Reimplement RepeatedField<T> using an array as the backing store.
|
10 years ago |
Jon Skeet
|
5a33827eec
Move Count checks into the serialization code
|
10 years ago |
Jon Skeet
|
5685e98711
Simplify ComputeInt32Size to call ComputeInt32SizeNoTag.
|
10 years ago |
Tamir Duberstein
|
66463d7e4b
Give descriptor.proto a go package
|
10 years ago |
Jon Skeet
|
1b71db1180
Optimization of CalculateSize: avoid foreach over empty lists.
|
10 years ago |
Jon Skeet
|
9b66768e25
Optimization to avoid foreach over empty lists.
|
10 years ago |
Jon Skeet
|
4352744859
Use Length to check string/bytes fields for emptiness - it's faster than an equality check.
|
10 years ago |
Jon Skeet
|
8fcde2cabd
Fix oneof behaviour in the face of default values.
|
10 years ago |
Jon Skeet
|
ca2adbd560
Fix incorrect handling of non-seekable streams.
|
10 years ago |
Jon Skeet
|
eb70bd0b60
Update the AddressBook tutorial to reflect the mutable design.
|
10 years ago |
Jon Skeet
|
96ddf01aed
Coded*Stream streamlining.
|
10 years ago |
Jon Skeet
|
39aaf21d51
Reimplement enums as int values, and get rid of EnumHelper.
|
10 years ago |
Jon Skeet
|
ce0e348ded
Optimize WriteRawInt32 for the common case of a value < 128, which is a single byte.
|
10 years ago |
Jon Skeet
|
35e4dbd518
Improve string encoding times.
|
10 years ago |
Austin Schuh
|
1ecef1a2f5
Modified FindRubyTestDir to use GOOGLE_THIRD_PARTY_PROTOBUF
|
10 years ago |
Jisi Liu
|
7b35416374
Merge pull request #486 from thomasvl/assets_podspec
|
10 years ago |
Thomas Van Lenten
|
0f2b4a0e82
Update podspec for files that can build now, rename assets to not need @ in the name.
|
10 years ago |
Feng Xiao
|
91becaa867
Merge pull request #483 from thomasvl/fixup_travis_2
|
10 years ago |
Joshua Haberman
|
c35ac0789b
Merge pull request #477 from haberman/upbupdate
|
10 years ago |
Thomas Van Lenten
|
c4d3638f51
Remove the OS X checks from travis.sh, instead use excludes to not fire up a vm for something we can't test.
|
10 years ago |