Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
protobuf-javalite
/
415f72e07919cefdd7768f6460de9f32576c3248
/
csharp
/
src
« Previous
828b7e6
Use the fact that we know the tag size and bytes at codegen time to optimize.
by Jon Skeet
· 9 years ago
fb1547b
Regenerate proto files
by Jon Skeet
· 9 years ago
7532f02
Reimplement RepeatedField<T> using an array as the backing store.
by Jon Skeet
· 9 years ago
5685e98
Simplify ComputeInt32Size to call ComputeInt32SizeNoTag.
by Jon Skeet
· 9 years ago
9b66768
Optimization to avoid foreach over empty lists.
by Jon Skeet
· 9 years ago
ca2adbd
Fix incorrect handling of non-seekable streams.
by Jon Skeet
· 9 years ago
eb70bd0
Update the AddressBook tutorial to reflect the mutable design.
by Jon Skeet
· 9 years ago
96ddf01
Coded*Stream streamlining.
by Jon Skeet
· 9 years ago
39aaf21
Reimplement enums as int values, and get rid of EnumHelper.
by Jon Skeet
· 9 years ago
ce0e348
Optimize WriteRawInt32 for the common case of a value < 128, which is a single byte.
by Jon Skeet
· 9 years ago
35e4dbd
Improve string encoding times.
by Jon Skeet
· 9 years ago
954e720
Use expression trees to avoid boxing when converting enums.
by Jon Skeet
· 9 years ago
e38294a
First pass at the mutable API. Quite a bit more to do - in particular, it's pretty slow right now.
by Jon Skeet
· 9 years ago
90da351
Migrate writer to io::Printer for C#
by Jie Luo
· 9 years ago
a21a2cf
Change the C# enum generator inherit from primitive generator
by Jie Luo
· 9 years ago
f7b417d
Add oneof support for C#
by Jie Luo
· 9 years ago
3668a22
Merge pull request #394 from ironhidegames/csharp-aot-ios
by Jan Tattermusch
· 9 years ago
83bcfef
added concrete IEqualityComparer<ExtensionIntPair> implementation in ExtensionRegistryLite.cs to prevent AOT compilation issue with unity in iOS
by Ruben Garat
· 9 years ago
b1a395c
Generate *all* protos in the script, applying fixups.
by Jon Skeet
· 9 years ago
734393d
Make generate_protos.sh Windows-friendly.
by Jon Skeet
· 9 years ago
38da658
Regenerate UnittestDropUnknownFields.cs
by Jan Tattermusch
· 9 years ago
998b5ba
Remove the C#-specific field_presence_test.proto, using unittest_no_field_presence.proto instead.
by Jon Skeet
· 9 years ago
8819953
regenerated UnittestImportLite.cs
by Jan Tattermusch
· 9 years ago
4083104
regenerated UnittestImportPublicLite
by Jan Tattermusch
· 9 years ago
3aa5808
Regenerated UnittestExtrasLite.cs
by Jan Tattermusch
· 9 years ago
6f7a782
Regenerated UnittestDropUnknownFields.cs
by Jan Tattermusch
· 9 years ago
766036f
remove C# files not referenced in any project
by Jan Tattermusch
· 9 years ago
385afba
Regenerate some proto files after ClsCompliance has been dropped
by Jan Tattermusch
· 9 years ago
a39dc6d
rename FieldPresence to correct name
by Jan Tattermusch
· 9 years ago
3ccbf4b
Fix newline assertion in TestJsonFormatted on mono
by Jan Tattermusch
· 9 years ago
7149cee
remove TreatWarningsAsError setting to allow building in Monodevelop
by Jan Tattermusch
· 9 years ago
90c8932
Convert back to using NUnit, which is now loaded via NuGet.
by Jon Skeet
· 9 years ago
6f9da37
Performance optimization for small messages without unknown fields
by Jan Tattermusch
· 10 years ago
ea48104
fix comments
by Jie Luo
· 10 years ago
41c175e
Change field_presence_test.proto
by Jie Luo
· 10 years ago
3d4b761
fix comments
by Jie Luo
· 10 years ago
6e1ec5f
fix commends from Jon Skeet
by Jie Luo
· 10 years ago
24ae510
Merge branch 'csharp' of git://github.com/google/protobuf into google-csharp
by Jie Luo
· 10 years ago
c564750
Change to using xUnit for all unit tests, and fetch that via NuGet.
by Jon Skeet
· 10 years ago
954bc83
Merge branch 'csharp' of git://github.com/google/protobuf into google-csharp
by Jie Luo
· 10 years ago
4af18b8
rename FieldPResenceTest.cs file
by Jie Luo
· 10 years ago
ce97e68
Convert both the full and lite runtimes (and json/xml serialization assemblies) to be Portable Class Libraries.
by Jon Skeet
· 10 years ago
d1f5aca
Change the package for field_presence_test.proto
by Jie Luo
· 10 years ago
c5c9c6a
field presence Reflection and tests
by Jie Luo
· 10 years ago
0e916d0
Removing more C# project files.
by Jon Skeet
· 10 years ago
f015b86
Remove CLS compliance from runtime code.
by Jon Skeet
· 10 years ago
5e0189a
Update C# solution and AddressBook project.
by Jon Skeet
· 10 years ago
f651f73
Remove support for Serializable.
by Jon Skeet
· 10 years ago
cc058e1
Remove RPC support.
by Jon Skeet
· 10 years ago
e8310aa
Remove a bunch of files which are no longer relevant:
by Jon Skeet
· 10 years ago
5ca6dd7
Update DescriptorProtoFile.cs and UnitTest.cs to indicate manual changes.
by Jon Skeet
· 10 years ago
ce66c5f
Updated set of unit tests and unit test protos.
by Jon Skeet
· 10 years ago
f3504cf
First part of making the C# runtime work with the new codegen.
by Jon Skeet
· 10 years ago
84fa3e2
Imported protobuf-csharp-port into csharp/ tree
by Jan Tattermusch
· 10 years ago