aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Minor cleanup.Gravatar Jon Skeet2015-06-19
* Use an empty array instead of a null reference for an empty repeated field.Gravatar Jon Skeet2015-06-19
* Use our "local" copy of Encoding.UTF8 in CodedInputStream too.Gravatar Jon Skeet2015-06-17
* Delete "lite" project and serialization project+codeGravatar Jon Skeet2015-06-17
* Regenerated files.Gravatar Jon Skeet2015-06-17
* Updates to handle use of cmake for Windows builds.Gravatar Jon Skeet2015-06-17
* Merged masterGravatar Jon Skeet2015-06-17
|\
* | Remove a lot of projects which are effectively dead from the solution - files...Gravatar Jon Skeet2015-06-17
* | Use the fact that we know the tag size and bytes at codegen time to optimize.Gravatar Jon Skeet2015-06-17
| * Merge pull request #497 from pherl/config_hGravatar Jisi Liu2015-06-16
| |\
| | * Make the code independent of config.hGravatar Jisi Liu2015-06-16
| |/
| * Merge pull request #499 from xfxyjwf/appveyorGravatar Feng Xiao2015-06-15
| |\
| * \ Merge pull request #488 from AustinSchuh/ruby_test_fixGravatar Feng Xiao2015-06-15
| |\ \
| | | * Add a badge for AppVeyor build.Gravatar Feng Xiao2015-06-15
| | |/ | |/|
| * | Merge pull request #498 from pherl/rmconfigGravatar Jisi Liu2015-06-13
| |\ \
| | * | Remove the file from Makefile.amGravatar Jisi Liu2015-06-13
| | * | Remove config.h.include which is no longer needed as pbconfig.h is not aGravatar Jisi Liu2015-06-13
| |/ /
| * | Merge pull request #495 from pherl/masterGravatar Jisi Liu2015-06-13
| |\ \
| | * | Make pbconfig.h independent of config.hGravatar Jisi Liu2015-06-13
| * | | Add appveyor.xml for windows tests.Gravatar Feng Xiao2015-06-12
| * | | Merge pull request #481 from Qartar/masterGravatar Feng Xiao2015-06-12
| |\ \ \
| * \ \ \ Merge pull request #489 from tamird/go-package-descriptorGravatar Feng Xiao2015-06-12
| |\ \ \ \ | | |_|/ / | |/| | |
| | | * | Workaround for MSVC's string literal compiler limit.Gravatar Qartar2015-06-12
* | | | | Regenerate proto filesGravatar Jon Skeet2015-06-12
* | | | | Fix oneof generator - forgot to provide variables...Gravatar Jon Skeet2015-06-12
* | | | | Reimplement RepeatedField<T> using an array as the backing store.Gravatar Jon Skeet2015-06-12
* | | | | Move Count checks into the serialization codeGravatar Jon Skeet2015-06-12
* | | | | Simplify ComputeInt32Size to call ComputeInt32SizeNoTag.Gravatar Jon Skeet2015-06-12
| | * | | Give descriptor.proto a go packageGravatar Tamir Duberstein2015-06-12
| |/ / /
* | | | Optimization of CalculateSize: avoid foreach over empty lists.Gravatar Jon Skeet2015-06-12
* | | | Optimization to avoid foreach over empty lists.Gravatar Jon Skeet2015-06-12
* | | | Use Length to check string/bytes fields for emptiness - it's faster than an e...Gravatar Jon Skeet2015-06-12
* | | | Fix oneof behaviour in the face of default values.Gravatar Jon Skeet2015-06-12
* | | | Fix incorrect handling of non-seekable streams.Gravatar Jon Skeet2015-06-12
* | | | Update the AddressBook tutorial to reflect the mutable design.Gravatar Jon Skeet2015-06-12
* | | | Coded*Stream streamlining.Gravatar Jon Skeet2015-06-12
* | | | Reimplement enums as int values, and get rid of EnumHelper.Gravatar Jon Skeet2015-06-11
* | | | Optimize WriteRawInt32 for the common case of a value < 128, which is a singl...Gravatar Jon Skeet2015-06-11
* | | | Improve string encoding times.Gravatar Jon Skeet2015-06-11
| | | * Modified FindRubyTestDir to use GOOGLE_THIRD_PARTY_PROTOBUFGravatar Austin Schuh2015-06-10
| | |/ | |/|
| * | Merge pull request #486 from thomasvl/assets_podspecGravatar Jisi Liu2015-06-10
| |\ \
| | * | Update podspec for files that can build now, rename assets to not need @ in t...Gravatar Thomas Van Lenten2015-06-10
| * | | Merge pull request #483 from thomasvl/fixup_travis_2Gravatar Feng Xiao2015-06-10
| |\ \ \
| * \ \ \ Merge pull request #477 from haberman/upbupdateGravatar Joshua Haberman2015-06-10
| |\ \ \ \ | | |_|/ / | |/| | |
| | | * | Remove the OS X checks from travis.sh, instead use excludes to not fire up a ...Gravatar Thomas Van Lenten2015-06-10
| * | | | Merge pull request #484 from TeBoring/tempGravatar Paul Yang2015-06-09
| |\ \ \ \
| * \ \ \ \ Merge pull request #480 from thomasvl/objc_beta_dropGravatar Paul Yang2015-06-09
| |\ \ \ \ \
| | | * | | | Update version number of objective-c to 3.0.0-alpha-4-preGravatar Bo Yang2015-06-09
| | |/ / / / | |/| | | |
* | | | | | Use expression trees to avoid boxing when converting enums.Gravatar Jon Skeet2015-06-09
* | | | | | First pass at the mutable API. Quite a bit more to do - in particular, it's p...Gravatar Jon Skeet2015-06-09