summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-19Merge remote-tracking branch 'upstream/master' into proto3-onlyJon Skeet
2015-06-19Update the readme to give more context of what's going on.Jon Skeet
2015-06-19Minor cleanup.Jon Skeet
2015-06-19Use an empty array instead of a null reference for an empty repeated field.Jon Skeet
2015-06-18Merge pull request #510 from pherl/bazelJisi Liu
2015-06-18Remove OUTS constants in BUILDJisi Liu
2015-06-18Merge pull request #509 from pherl/update_BUILDJisi Liu
2015-06-18Update BUILD for the recent json util change.Jisi Liu
2015-06-18Merge pull request #508 from pherl/nanfixJisi Liu
2015-06-18using ::isnan to avoid conflicts with std::isnan for C++11 build.Jisi Liu
2015-06-18Fix distcheck.Jisi Liu
2015-06-18Merge pull request #505 from pherl/bazelJisi Liu
2015-06-18Remove redundant includeJisi Liu
2015-06-17Add Bazel BUILD for the project.Jisi Liu
2015-06-17Move cmake/update_file_lists.sh preparing for bazel support.Jisi Liu
2015-06-17Merge pull request #501 from xfxyjwf/downFeng Xiao
2015-06-17Fix broken builds.Feng Xiao
2015-06-17Use our "local" copy of Encoding.UTF8 in CodedInputStream too.Jon Skeet
2015-06-17Delete "lite" project and serialization project+codeJon Skeet
2015-06-17Regenerated files.Jon Skeet
2015-06-17Updates to handle use of cmake for Windows builds.Jon Skeet
2015-06-17Merged masterJon Skeet
2015-06-17Remove a lot of projects which are effectively dead from the solution - files...Jon Skeet
2015-06-17Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet
2015-06-16Merge pull request #497 from pherl/config_hJisi Liu
2015-06-16Make the code independent of config.hJisi Liu
2015-06-16Add nonnil markup to ObjC library.Thomas Van Lenten
2015-06-15Down-integrate from internal code base.Feng Xiao
2015-06-15Merge pull request #499 from xfxyjwf/appveyorFeng Xiao
2015-06-15Merge pull request #488 from AustinSchuh/ruby_test_fixFeng Xiao
2015-06-15Add a badge for AppVeyor build.Feng Xiao
2015-06-13Merge pull request #498 from pherl/rmconfigJisi Liu
2015-06-13Remove the file from Makefile.amJisi Liu
2015-06-13Remove config.h.include which is no longer needed as pbconfig.h is not aJisi Liu
2015-06-13Merge pull request #495 from pherl/masterJisi Liu
2015-06-13Make pbconfig.h independent of config.hJisi Liu
2015-06-12Add appveyor.xml for windows tests.Feng Xiao
2015-06-12Merge pull request #481 from Qartar/masterFeng Xiao
2015-06-12Merge pull request #489 from tamird/go-package-descriptorFeng Xiao
2015-06-12Workaround for MSVC's string literal compiler limit.Qartar
2015-06-12Regenerate proto filesJon Skeet
2015-06-12Fix oneof generator - forgot to provide variables...Jon Skeet
2015-06-12Reimplement RepeatedField<T> using an array as the backing store.Jon Skeet
2015-06-12Move Count checks into the serialization codeJon Skeet
2015-06-12Simplify ComputeInt32Size to call ComputeInt32SizeNoTag.Jon Skeet
2015-06-12Give descriptor.proto a go packageTamir Duberstein
2015-06-12Optimization of CalculateSize: avoid foreach over empty lists.Jon Skeet
2015-06-12Optimization to avoid foreach over empty lists.Jon Skeet
2015-06-12Use Length to check string/bytes fields for emptiness - it's faster than an e...Jon Skeet
2015-06-12Fix oneof behaviour in the face of default values.Jon Skeet