aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #384 from google/csharpJie Luo2015-05-14314-55/+267908
|\ | | | | Merge protobuf C# into master (only C# proto2 is supported)
| * Merge pull request #382 from jtattermusch/integrate_from_masterJie Luo2015-05-13255-323/+84482
| |\ | | | | | | Integrate changes from latest master branch into csharp branch.
| | * Regenerate UnittestDropUnknownFields.csJan Tattermusch2015-05-131-2/+2
| | |
| | * Merge branch 'master' of github.com:google/protobuf into integrate_from_masterJan Tattermusch2015-05-13254-321/+84480
| | |\
| * | \ Merge pull request #380 from jtattermusch/csharpJie Luo2015-05-131-8/+28
| |\ \ \ | | |/ / | |/| | Update README.md for C#
| | * | Update README.md for C#Jan Tattermusch2015-05-131-8/+28
| |/ /
| * | Merge pull request #379 from jskeet/csharpJie Luo2015-05-137-810/+3781
| |\ \ | | | | | | | | Remove the C#-specific field_presence_test.proto, using unittest_no_field_presence.proto instead.
| | * | Update C# code generation scriptJon Skeet2015-05-131-3/+1
| | | |
| | * | Remove the C#-specific field_presence_test.proto, using ↵Jon Skeet2015-05-136-807/+3780
| |/ / | | | | | | | | | | | | | | | | | | unittest_no_field_presence.proto instead. This is the start of establishing a C# namespace of "Google.ProtocolBuffers.TestProtos.Proto3" for proto3-syntax protos. We could optionally split the directory structure as well into Proto2 and Proto3 for clarity.
| * | Merge pull request #373 from jtattermusch/csharp_generate_protoJon Skeet2015-05-1319-12118/+147
| |\ \ | | | | | | | | C# generate_proto.sh and buildall.sh scripts
| | * | regenerated UnittestImportLite.csJan Tattermusch2015-05-121-1/+3
| | | |
| | * | regenerated UnittestImportPublicLiteJan Tattermusch2015-05-121-1/+3
| | | |
| | * | Regenerated UnittestExtrasLite.csJan Tattermusch2015-05-121-51/+48
| | | |
| | * | Regenerated UnittestDropUnknownFields.csJan Tattermusch2015-05-121-77/+18
| | | |
| | * | remove C# files not referenced in any projectJan Tattermusch2015-05-125-11783/+0
| | | |
| | * | Regenerate some proto files after ClsCompliance has been droppedJan Tattermusch2015-05-123-47/+0
| | | |
| | * | rename FieldPresence to correct nameJan Tattermusch2015-05-122-1/+1
| | | |
| | * | got rid of the outdated mono subdirectoryJan Tattermusch2015-05-123-157/+0
| | | |
| | * | draft of generate_protos.shJan Tattermusch2015-05-121-0/+52
| | | |
| | * | add buildall script for monoJan Tattermusch2015-05-121-0/+22
| |/ /
| * | Merge pull request #372 from jtattermusch/csharp_cleanupJie Luo2015-05-122-13/+2
| |\ \ | | | | | | | | C# cleanup
| | * | adding what was missing in .gitignoreJan Tattermusch2015-05-121-0/+2
| | | |
| | * | lib subdir is not needed anymoreJan Tattermusch2015-05-121-13/+0
| |/ /
| * | Merge pull request #370 from jtattermusch/mono_fixesJie Luo2015-05-128-15/+2
| |\ \ | | | | | | | | Fixes for Mono
| | * | 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
| |/ /
| * | Merge pull request #366 from jskeet/csharpJan Tattermusch2015-05-1248-3039/+3049
| |\ \ | | | | | | | | Convert back to using NUnit, which is now loaded via NuGet.
| | * | Convert back to using NUnit, which is now loaded via NuGet.Jon Skeet2015-05-1248-3039/+3049
| |/ / | | | | | | | | | | | | This includes the NUnit test adapter which allows NUnit tests to be run under VS without any extra plugins. Unfortunate the compatibility tests using the abstract test fixture class show up as "external" tests, and aren't well presented - but they do run.
| * | Merge pull request #352 from jtattermusch/csharp_performance_fixJon Skeet2015-05-091-4/+24
| |\ \ | | | | | | | | Performance optimization for small messages without unknown fields
| | * | Performance optimization for small messages without unknown fieldsJan Tattermusch2015-05-071-4/+24
| | | |
| * | | Merge pull request #348 from jskeet/csharpJon Skeet2015-05-0730-9/+44
| |\ \ \ | | |/ / | |/| | Add C# namespace to .proto files (e.g. descriptors, unit tests)
| | * | Regenerate descriptor.pb.cc after csharp_namespace changeJon Skeet2015-05-071-2/+3
| | | |
| | * | Add C# namespace to .proto files (e.g. descriptors, unit tests)Jon Skeet2015-05-0629-7/+41
| |/ /
| * | Merge pull request #330 from anandolee/csharpJie Luo2015-05-017-38/+1
| |\ \ | | | | | | | | Remove ClsCompliant declarations from C# code (fix #318)
| | * | Remove ClsCompliant declarations from C# codeJie Luo2015-05-017-38/+1
| | | |
| * | | Merge pull request #321 from anandolee/csharpJie Luo2015-05-0113-52/+1152
| |\| | | | | | | | | | Field Presence for Protocol Buffer C# Proto3
| | * | 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-30106-41222/+48786
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #324 from jskeet/csharpJon Skeet2015-04-3055-3744/+3278
| |\ \ \ | | | | | | | | | | Change to using xUnit for all unit tests, and fetch that via NuGet.
| | * | | Change to using xUnit for all unit tests, and fetch that via NuGet.Jon Skeet2015-04-3055-3744/+3278
| | | | | | | | | | | | | | | | | | | | This includes fetching the VS unit test runner package, so that tests can be run from Visual Studio's Test Explorer.
| * | | | Merge pull request #319 from jskeet/csharp_pclJon Skeet2015-04-3054-37484/+45514
| |\| | | | | | | | | | | | | Convert C# projects to Portable Class Libraries
| | * | | Convert both the full and lite runtimes (and json/xml serialization ↵Jon Skeet2015-04-2954-37484/+45514
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | assemblies) to be Portable Class Libraries. All referring projects are now .NET 4 client rather than .NET 3.5. This commit also fixes up the ProtoBench app, which I'd neglected in previous commits. (Disentangling the two sets of changes would be time-consuming.)
| | * | Merge branch 'csharp' of git://github.com/google/protobuf into google-csharpJie Luo2015-04-29163-20387/+1194
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #317 from jskeet/csharpJon Skeet2015-04-29163-20386/+1193
| |\ \ \ | | | | | | | | | | Tidying up the C# runtime project
| | * | | Removing more C# project files.Jon Skeet2015-04-2918-1802/+0
| | | | |
| | * | | Remove CLS compliance from runtime code.Jon Skeet2015-04-2924-151/+1
| | | | | | | | | | | | | | | | | | | | We need to remove it from the generator too; I'll raise a github issue for that.
| | * | | Update C# solution and AddressBook project.Jon Skeet2015-04-294-1389/+1192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move to a single solution file containing all of the C# projects, but no other solution folders - it's easier to edit those files outside VS than keep adding and removing them from the project. The AddressBook protos have been regenerated (with a change to the example proto which I haven't included in this change - I'll wait for us to decide exactly what we're doing with namespaces before changing protos outside the csharp directory. Note that now we've got Addressbook.cs which contains AddressBook and Addressbook classes. It's bad enough that we've got a class called AddressBook within a namespace of AddressBook (hard to get away from) but having things vary just by case is nasty. This is more evidence that an option for renaming the file and descriptor class would be welcome. (A single option can probably handle both.)