315 Commits (9bd74b7f25b45b253f46025d7300a17df58d213f)

Author SHA1 Message Date
Jan Tattermusch 3ccbf4b893 Fix newline assertion in TestJsonFormatted on mono 10 years ago
Jan Tattermusch 7149cee282 remove TreatWarningsAsError setting to allow building in Monodevelop 10 years ago
Jon Skeet 90c8932fc7 Convert back to using NUnit, which is now loaded via NuGet. 10 years ago
Jan Tattermusch 6f9da37b0d Performance optimization for small messages without unknown fields 10 years ago
Jie Luo ea48104cdd fix comments 10 years ago
Jie Luo 41c175e711 Change field_presence_test.proto 10 years ago
Jie Luo 3d4b761998 fix comments 10 years ago
Jie Luo 6e1ec5f6ea fix commends from Jon Skeet 10 years ago
Jon Skeet c56475088d Change to using xUnit for all unit tests, and fetch that via NuGet. 10 years ago
Jie Luo 4af18b8711 rename FieldPResenceTest.cs file 10 years ago
Jon Skeet ce97e68682 Convert both the full and lite runtimes (and json/xml serialization assemblies) to be Portable Class Libraries. 10 years ago
Jie Luo d1f5acaafb Change the package for field_presence_test.proto 10 years ago
Jie Luo c5c9c6a7e0 field presence Reflection and tests 10 years ago
Jon Skeet 0e916d09a3 Removing more C# project files. 10 years ago
Jon Skeet f015b860b7 Remove CLS compliance from runtime code. 10 years ago
Jon Skeet 5e0189ab94 Update C# solution and AddressBook project. 10 years ago
Jon Skeet f651f73a3c Remove support for Serializable. 10 years ago
Jon Skeet cc058e1118 Remove RPC support. 10 years ago
Jon Skeet e8310aa259 Remove a bunch of files which are no longer relevant: 10 years ago
Jon Skeet 5ca6dd76fb Update DescriptorProtoFile.cs and UnitTest.cs to indicate manual changes. 10 years ago
Jon Skeet ce66c5f1b9 Updated set of unit tests and unit test protos. 10 years ago
Jon Skeet f3504cf3b1 First part of making the C# runtime work with the new codegen. 10 years ago
Jie Luo 8a3ec53e86 remove test proto for field presence 10 years ago
Jie Luo 856ced5d76 Field Presence: remove has methods for optional non-message fields in proto3 10 years ago
Jan Tattermusch 1eab56aee8 removed .hgignore file 10 years ago
Jan Tattermusch 4e80fe15ed Added instructions to manually download the dependencies 10 years ago
Jan Tattermusch 6b7f0172b9 cleanup of csharp/lib/ directory 10 years ago
Jan Tattermusch e77878ebc7 Updated readme.md and changes.txt, removed old license.txt 10 years ago
Jon Skeet f0589506c9 Wiping slate clean to start again with new layout. 16 years ago
Jon Skeet e60ce8bfaf Final commit before changing layout 16 years ago
Jon Skeet 7f90d8ee57 Made things a bit more public for the sake of ProtoGen 16 years ago
Jon Skeet 7fd62ffd77 Initial setup of generator code. Little real functionality so far. 16 years ago
Jon Skeet 4658a3dd7e Doc fix 16 years ago
Jon Skeet dd9703ba53 Reduce dependencies 16 years ago
Jon Skeet 881db010cb Fix initialization check when an optional field has required subfields 16 years ago
Jon Skeet 0dabc77f7f Renamed GeneratedRepeatException to GeneratedRepeatExtension 16 years ago
Jon Skeet be432ca43c Added a doc TODO 16 years ago
Jon Skeet 57be03df65 Removed unnecessary delegate 16 years ago
Jon Skeet 0bf2ad145d Implemented popsicle immutability for lists. Modified MessageStreamIterator to be singly generic. 17 years ago
Jon Skeet ad6903fe33 Fix to constructor access for nested types, and first pass at streaming. 17 years ago
Jon Skeet f09fed217f Small tidying. 17 years ago
Jon Skeet 2cbd799b5e Comments. 17 years ago
Jon Skeet 984eb9c27a Just comments. 17 years ago
Jon Skeet 0b6d39acc4 Remove unused variable. 17 years ago
Jon Skeet 92b0aaa09e Use a nullable int for the memoizedSize, just because it's neater. 17 years ago
Jon Skeet 9deef9baec Add aliases into enums 17 years ago
Jon Skeet 10ad653ce5 Reflect Java source code. 17 years ago
Jon Skeet 40c2221ef4 Updated C# tests and code for TextFormat to match Java. 17 years ago
Jon Skeet 7941ebf198 Updates due to changes to descriptor.proto 17 years ago
Jon Skeet 8f721f5dc7 Experimental (and currently unused) behaviour to determine whether or not a message has any required fields. 17 years ago