aboutsummaryrefslogtreecommitdiff
path: root/csharp
Commit message (Expand)AuthorAgeFilesLines
* add buildall script for monoJan Tattermusch2015-05-121-0/+22
* adding what was missing in .gitignoreJan Tattermusch2015-05-121-0/+2
* lib subdir is not needed anymoreJan Tattermusch2015-05-121-13/+0
* Fix newline assertion in TestJsonFormatted on monoJan Tattermusch2015-05-121-1/+2
* remove TreatWarningsAsError setting to allow building in MonodevelopJan Tattermusch2015-05-127-14/+0
* Convert back to using NUnit, which is now loaded via NuGet.Jon Skeet2015-05-1248-3039/+3049
* Performance optimization for small messages without unknown fieldsJan Tattermusch2015-05-071-4/+24
* fix commentsJie Luo2015-05-014-6/+5
* Change field_presence_test.protoJie Luo2015-05-012-6/+2
* fix commentsJie Luo2015-04-303-34/+5
* fix commends from Jon SkeetJie Luo2015-04-307-48/+62
* Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpJie Luo2015-04-30105-41222/+48783
|\
| * Change to using xUnit for all unit tests, and fetch that via NuGet.Jon Skeet2015-04-3054-3744/+3275
| * Convert both the full and lite runtimes (and json/xml serialization assemblie...Jon Skeet2015-04-2954-37484/+45514
* | Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpJie Luo2015-04-29163-20387/+1194
|\|
| * Removing more C# project files.Jon Skeet2015-04-2918-1802/+0
| * Remove CLS compliance from runtime code.Jon Skeet2015-04-2924-151/+1
| * Update C# solution and AddressBook project.Jon Skeet2015-04-294-1389/+1192
| * Remove support for Serializable.Jon Skeet2015-04-299-465/+0
| * Remove RPC support.Jon Skeet2015-04-2911-594/+0
| * Remove a bunch of files which are no longer relevant:Jon Skeet2015-04-2999-15985/+0
* | rename FieldPResenceTest.cs fileJie Luo2015-04-291-28/+28
* | Change the package for field_presence_test.protoJie Luo2015-04-293-990/+808
* | field presence Reflection and testsJie Luo2015-04-299-10/+1225
|/
* Update DescriptorProtoFile.cs and UnitTest.cs to indicate manual changes.Jon Skeet2015-04-283-31312/+39144
* Updated set of unit tests and unit test protos.Jon Skeet2015-04-2867-93042/+164903
* First part of making the C# runtime work with the new codegen.Jon Skeet2015-04-2811-11390/+10632
* removed .hgignore fileJan Tattermusch2015-04-161-23/+0
* Added instructions to manually download the dependenciesJan Tattermusch2015-04-162-0/+16
* cleanup of csharp/lib/ directoryJan Tattermusch2015-04-1688-36442/+0
* Updated readme.md and changes.txt, removed old license.txtJan Tattermusch2015-04-163-48/+26
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-16501-0/+239600
* Wiping slate clean to start again with new layout.Jon Skeet2008-10-22144-46146/+0
* Final commit before changing layoutJon Skeet2008-10-2239-1341/+4007
* Made things a bit more public for the sake of ProtoGenJon Skeet2008-10-024-7/+33
* Initial setup of generator code. Little real functionality so far.Jon Skeet2008-09-0421-4/+457
* Doc fixJon Skeet2008-09-041-1/+1
* Reduce dependenciesJon Skeet2008-09-041-2/+0
* Fix initialization check when an optional field has required subfieldsJon Skeet2008-09-043-6/+317
* Renamed GeneratedRepeatException to GeneratedRepeatExtensionJon Skeet2008-09-042-1/+1
* Added a doc TODOJon Skeet2008-09-041-0/+3
* Removed unnecessary delegateJon Skeet2008-09-041-1/+0
* Implemented popsicle immutability for lists. Modified MessageStreamIterator t...Jon Skeet2008-08-2116-863/+580
* Fix to constructor access for nested types, and first pass at streaming.Jon Skeet2008-08-1919-267/+503
* Small tidying.Jon Skeet2008-08-162-8/+6
* Comments.Jon Skeet2008-08-153-5/+51
* Just comments.Jon Skeet2008-08-151-1/+1
* Remove unused variable.Jon Skeet2008-08-151-2/+0
* Use a nullable int for the memoizedSize, just because it's neater.Jon Skeet2008-08-151-7/+5
* Add aliases into enumsJon Skeet2008-08-151-0/+2