aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Beta quality drop of Objective C Support.Thomas Van Lenten2015-06-0894-8018/+6910
| | |/ / | |/| |
* | | | Refactored threadlocal logic.Austin Schuh2015-06-085-9/+15
| |/ / |/| |
* | | Exclude 3 failing tests on osx from travis.Feng Xiao2015-06-081-0/+8
* | | Merge pull request #469 from xfxyjwf/vsprojectsFeng Xiao2015-06-0816-2963/+56
|\ \ \ | |/ / |/| |
| * | Remove vsprojects.Feng Xiao2015-06-0516-2963/+56
* | | Merge pull request #361 from brianduff/sync_aospFeng Xiao2015-06-061-12/+10
|\ \ \
| * | | Speed up little endian int/long writes.Jeff Davidson2015-05-111-12/+10
* | | | Merge pull request #468 from AustinSchuh/unsigned_protoFeng Xiao2015-06-063-19/+19
|\ \ \ \
| * | | | Marked another compiler literal unsigned.Austin Schuh2015-06-053-19/+19
* | | | | Merge pull request #467 from AustinSchuh/GOOGLE_PREDICT_FALSEFeng Xiao2015-06-061-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fixed bug in GOOGLE_PREDICT_FALSE.Austin Schuh2015-06-051-1/+1
| |/ / /
* | | | Update ./update_file_lists.sh.Feng Xiao2015-06-053-10/+127
* | | | Add back incorrectly excluded cmake targets.Feng Xiao2015-06-051-1/+2
|/ / /
* | | Merge pull request #460 from haberman/conformance-namesJoshua Haberman2015-06-055-60/+235
|\ \ \
| * | | Removed test_name from conformance.proto.Josh Haberman2015-06-044-15/+15
| * | | Conformance tests can now be excluded based on their names.Josh Haberman2015-06-036-59/+234
| | | * Remove a lot of projects which are effectively dead from the solution - files...Jon Skeet2015-06-171-25/+1
| | | * Use the fact that we know the tag size and bytes at codegen time to optimize.Jon Skeet2015-06-1719-1188/+970
| | | * Regenerate proto filesJon Skeet2015-06-126-671/+838
| | | * Fix oneof generator - forgot to provide variables...Jon Skeet2015-06-121-0/+1
| | | * Reimplement RepeatedField<T> using an array as the backing store.Jon Skeet2015-06-125-51/+231
| | | * Move Count checks into the serialization codeJon Skeet2015-06-123-13/+12
| | | * Simplify ComputeInt32Size to call ComputeInt32SizeNoTag.Jon Skeet2015-06-121-11/+1
| | | * Optimization of CalculateSize: avoid foreach over empty lists.Jon Skeet2015-06-123-12/+10
| | | * Optimization to avoid foreach over empty lists.Jon Skeet2015-06-121-9/+64
| | | * Use Length to check string/bytes fields for emptiness - it's faster than an e...Jon Skeet2015-06-121-1/+7
| | | * Fix oneof behaviour in the face of default values.Jon Skeet2015-06-121-9/+4
| | | * Fix incorrect handling of non-seekable streams.Jon Skeet2015-06-121-2/+2
| | | * Update the AddressBook tutorial to reflect the mutable design.Jon Skeet2015-06-125-1054/+287
| | | * Coded*Stream streamlining.Jon Skeet2015-06-1223-2596/+879
| | | * Reimplement enums as int values, and get rid of EnumHelper.Jon Skeet2015-06-1116-208/+137
| | | * Optimize WriteRawInt32 for the common case of a value < 128, which is a singl...Jon Skeet2015-06-111-0/+7
| | | * Improve string encoding times.Jon Skeet2015-06-112-5/+17
| | | * Use expression trees to avoid boxing when converting enums.Jon Skeet2015-06-091-4/+12
| | | * First pass at the mutable API. Quite a bit more to do - in particular, it's p...Jon Skeet2015-06-09166-133025/+11445
| | | * First stab at new proto3-only code generatorJon Skeet2015-06-0526-2095/+295
| |_|/ |/| |
* | | Merge pull request #462 from anandolee/masterJie Luo2015-06-0428-1647/+1861
|\ \ \
| * | | Migrate writer to io::Printer for C#Jie Luo2015-06-0428-1647/+1861
* | | | Merge pull request #457 from xfxyjwf/cmakeFeng Xiao2015-06-0412-11/+767
|\ \ \ \
| * | | | Fix README.md formatting.Feng Xiao2015-06-041-34/+43
| * | | | Add an cmake option to exclude tests.Feng Xiao2015-06-041-2/+4
| * | | | Add cmake support.Feng Xiao2015-05-3112-11/+756
* | | | | Merge pull request #456 from xfxyjwf/androidJisi Liu2015-06-042-494/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove Android.mkFeng Xiao2015-06-022-494/+0
* | | | | Merge pull request #453 from bakineggs/masterFeng Xiao2015-06-031-0/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add protoc path detection for Mac OSDan Barry2015-06-021-0/+14
* | | | | Merge pull request #444 from xfxyjwf/vs2010_fixFeng Xiao2015-06-022-9/+9
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Call copy() only if there is something to copy.Feng Xiao2015-05-311-1/+3
| * | | Fix MapAllocator::destroy() bug.Feng Xiao2015-05-311-8/+6
* | | | Merge pull request #447 from murgatroid99/podspec_fixPaul Yang2015-06-021-8/+19
|\ \ \ \