Qartar
|
2fe6d7bc57
Workaround for MSVC's string literal compiler limit.
|
11 лет назад |
Jon Skeet
|
fb1547b388
Regenerate proto files
|
11 лет назад |
Jon Skeet
|
a8dae140c6
Fix oneof generator - forgot to provide variables...
|
11 лет назад |
Jon Skeet
|
7532f0256f
Reimplement RepeatedField<T> using an array as the backing store.
|
11 лет назад |
Jon Skeet
|
5a33827eec
Move Count checks into the serialization code
|
11 лет назад |
Jon Skeet
|
5685e98711
Simplify ComputeInt32Size to call ComputeInt32SizeNoTag.
|
11 лет назад |
Tamir Duberstein
|
66463d7e4b
Give descriptor.proto a go package
|
11 лет назад |
Jon Skeet
|
1b71db1180
Optimization of CalculateSize: avoid foreach over empty lists.
|
11 лет назад |
Jon Skeet
|
9b66768e25
Optimization to avoid foreach over empty lists.
|
11 лет назад |
Jon Skeet
|
4352744859
Use Length to check string/bytes fields for emptiness - it's faster than an equality check.
|
11 лет назад |
Jon Skeet
|
8fcde2cabd
Fix oneof behaviour in the face of default values.
|
11 лет назад |
Jon Skeet
|
ca2adbd560
Fix incorrect handling of non-seekable streams.
|
11 лет назад |
Jon Skeet
|
eb70bd0b60
Update the AddressBook tutorial to reflect the mutable design.
|
11 лет назад |
Jon Skeet
|
96ddf01aed
Coded*Stream streamlining.
|
11 лет назад |
Jon Skeet
|
39aaf21d51
Reimplement enums as int values, and get rid of EnumHelper.
|
11 лет назад |
Jon Skeet
|
ce0e348ded
Optimize WriteRawInt32 for the common case of a value < 128, which is a single byte.
|
11 лет назад |
Jon Skeet
|
35e4dbd518
Improve string encoding times.
|
11 лет назад |
Austin Schuh
|
1ecef1a2f5
Modified FindRubyTestDir to use GOOGLE_THIRD_PARTY_PROTOBUF
|
11 лет назад |
Jisi Liu
|
7b35416374
Merge pull request #486 from thomasvl/assets_podspec
|
11 лет назад |
Thomas Van Lenten
|
0f2b4a0e82
Update podspec for files that can build now, rename assets to not need @ in the name.
|
11 лет назад |
Feng Xiao
|
91becaa867
Merge pull request #483 from thomasvl/fixup_travis_2
|
11 лет назад |
Joshua Haberman
|
c35ac0789b
Merge pull request #477 from haberman/upbupdate
|
11 лет назад |
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.
|
11 лет назад |
Paul Yang
|
686db5c355
Merge pull request #484 from TeBoring/temp
|
11 лет назад |
Paul Yang
|
fb466c13a7
Merge pull request #480 from thomasvl/objc_beta_drop
|
11 лет назад |
Bo Yang
|
9dd2bc4ea1
Update version number of objective-c to 3.0.0-alpha-4-pre
|
11 лет назад |
Jon Skeet
|
954e720837
Use expression trees to avoid boxing when converting enums.
|
11 лет назад |
Jon Skeet
|
e38294a62d
First pass at the mutable API. Quite a bit more to do - in particular, it's pretty slow right now.
|
11 лет назад |
Josh Haberman
|
e3ce451b60
Fixed compiler warnings and added -std=c99.
|
11 лет назад |
Austin Schuh
|
fd73235f6b
Refactored threadlocal logic.
|
11 лет назад |