aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp
Commit message (Expand)AuthorAge
* Regenerate some proto files after ClsCompliance has been droppedGravatar Jan Tattermusch2015-05-12
* rename FieldPresence to correct nameGravatar Jan Tattermusch2015-05-12
* got rid of the outdated mono subdirectoryGravatar Jan Tattermusch2015-05-12
* draft of generate_protos.shGravatar Jan Tattermusch2015-05-12
* add buildall script for monoGravatar Jan Tattermusch2015-05-12
* adding what was missing in .gitignoreGravatar Jan Tattermusch2015-05-12
* lib subdir is not needed anymoreGravatar Jan Tattermusch2015-05-12
* Fix newline assertion in TestJsonFormatted on monoGravatar Jan Tattermusch2015-05-12
* remove TreatWarningsAsError setting to allow building in MonodevelopGravatar Jan Tattermusch2015-05-12
* Convert back to using NUnit, which is now loaded via NuGet.Gravatar Jon Skeet2015-05-12
* Performance optimization for small messages without unknown fieldsGravatar Jan Tattermusch2015-05-07
* fix commentsGravatar Jie Luo2015-05-01
* Change field_presence_test.protoGravatar Jie Luo2015-05-01
* fix commentsGravatar Jie Luo2015-04-30
* fix commends from Jon SkeetGravatar Jie Luo2015-04-30
* Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpGravatar Jie Luo2015-04-30
|\
| * Change to using xUnit for all unit tests, and fetch that via NuGet.Gravatar Jon Skeet2015-04-30
* | Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpGravatar Jie Luo2015-04-29
|\ \
* | | rename FieldPResenceTest.cs fileGravatar Jie Luo2015-04-29
| | * Convert both the full and lite runtimes (and json/xml serialization assemblie...Gravatar Jon Skeet2015-04-29
| |/
* | Change the package for field_presence_test.protoGravatar Jie Luo2015-04-29
* | field presence Reflection and testsGravatar Jie Luo2015-04-29
| * Removing more C# project files.Gravatar Jon Skeet2015-04-29
| * Remove CLS compliance from runtime code.Gravatar Jon Skeet2015-04-29
| * Update C# solution and AddressBook project.Gravatar Jon Skeet2015-04-29
| * Remove support for Serializable.Gravatar Jon Skeet2015-04-29
| * Remove RPC support.Gravatar Jon Skeet2015-04-29
| * Remove a bunch of files which are no longer relevant:Gravatar Jon Skeet2015-04-29
|/
* Update DescriptorProtoFile.cs and UnitTest.cs to indicate manual changes.Gravatar Jon Skeet2015-04-28
* Updated set of unit tests and unit test protos.Gravatar Jon Skeet2015-04-28
* First part of making the C# runtime work with the new codegen.Gravatar Jon Skeet2015-04-28
* removed .hgignore fileGravatar Jan Tattermusch2015-04-16
* Added instructions to manually download the dependenciesGravatar Jan Tattermusch2015-04-16
* cleanup of csharp/lib/ directoryGravatar Jan Tattermusch2015-04-16
* Updated readme.md and changes.txt, removed old license.txtGravatar Jan Tattermusch2015-04-16
* Imported protobuf-csharp-port into csharp/ treeGravatar Jan Tattermusch2015-04-16
* Wiping slate clean to start again with new layout.Gravatar Jon Skeet2008-10-22
* Final commit before changing layoutGravatar Jon Skeet2008-10-22
* Made things a bit more public for the sake of ProtoGenGravatar Jon Skeet2008-10-02
* Initial setup of generator code. Little real functionality so far.Gravatar Jon Skeet2008-09-04
* Doc fixGravatar Jon Skeet2008-09-04
* Reduce dependenciesGravatar Jon Skeet2008-09-04
* Fix initialization check when an optional field has required subfieldsGravatar Jon Skeet2008-09-04
* Renamed GeneratedRepeatException to GeneratedRepeatExtensionGravatar Jon Skeet2008-09-04
* Added a doc TODOGravatar Jon Skeet2008-09-04
* Removed unnecessary delegateGravatar Jon Skeet2008-09-04
* Implemented popsicle immutability for lists. Modified MessageStreamIterator t...Gravatar Jon Skeet2008-08-21
* Fix to constructor access for nested types, and first pass at streaming.Gravatar Jon Skeet2008-08-19
* Small tidying.Gravatar Jon Skeet2008-08-16
* Comments.Gravatar Jon Skeet2008-08-15