aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers
Commit message (Expand)AuthorAgeFilesLines
* Refactoring compatibility code to use FrameworkPortability classcsharptest2012-10-145-17/+11
* Add generated_code_attributes option, defaulted to false to generate the Comp...csharptest2012-10-144-150/+73
* Refactored SilverlightCompatibility.cs => FrameworkPortability.cs added NewLi...csharptest2012-10-146-66/+18
* Fixing build for SILVERLIGHT and COMPACT_FRAMEWORK before adding more buildcsharptest2012-10-128-6/+8
* Fix for GetProperty(string, Type[]) incompatible with Silverlightcsharptest2012-10-102-11/+7
* regenerated proto files with recent changescsharptest2012-10-102-8/+8
* Change "typeof (Foo)" to "typeof(Foo)" everywhere. I have no idea why I used toJon Skeet2012-06-0410-37/+37
* Merge.Jon Skeet2012-06-044-19/+22
|\
| * Test and fix for issue 45. When we fetch properties, explicitly state thatJon Skeet2012-06-044-19/+22
* | Post-release changescsharptest2011-10-152-2/+2
* | version 2.4.1.473csharptest2011-10-153-66/+66
* | Added option generate_private_ctor to disable private ctor generationcsharptest2011-10-051-32/+75
* | - Upgraded NUnitcsharptest2011-10-045-119/+285
* | Renamed SILVERLIGHT2 compilation constant to SILVERLIGHTcsharptest2011-10-028-10/+10
* | Several build related changes in this commit:csharptest2011-10-022-13/+16
* | Rebuild of descriptor.proto based on changes from 2.4.1csharptest2011-10-011-99/+944
* | merged issue-33 correctioncsharptest2011-10-013-20/+5
|\ \
| * | Added SortedList to the Lite framework projectcsharptest2011-10-011-0/+1
| * | Backed out changeset: 47878e59489ccsharptest2011-10-012-20/+4
* | | merged issue-32csharptest2011-09-301-6/+7
|\ \ \ | |/ / |/| |
| * | Added lite version of the serialization assemblycsharptest2011-09-301-6/+7
* | | Removed usages of SortedList`2 for Silverlight compatibilitycsharptest2011-09-302-4/+20
|/ /
* | Changes from code reviewcsharptest2011-09-292-14/+2
* | reintegration with tipcsharptest2011-09-2826-525/+1737
|\ \
| * \ merged issue-28csharptest2011-09-282-372/+460
| |\ \
| | * | Regenerated code with changescsharptest2011-09-232-372/+460
| * | | merged issue-22csharptest2011-09-284-277/+1147
| |\| |
| | * | First pass at implementation and testing of reusable builders.csharptest2011-09-094-277/+1145
| | |/
| * | Fix for public constructor on messagescsharptest2011-09-232-0/+22
| * | Added comments to service interfaces, added IDisposable to service stub since...csharptest2011-09-201-2/+26
| * | merge issue-20csharptest2011-09-2020-54/+286
| |\ \
| | * | changes from reviewcsharptest2011-09-201-10/+12
| | * | Missing braces :)csharptest2011-09-091-3/+9
| | * | Completed addition and testing of new add_serializable option.csharptest2011-09-0920-54/+278
| | |/
| * | merge issue-26csharptest2011-09-164-99/+75
| |\ \
| | * | Tests and fixes for double-enumeration on AddRange and adding of null to Pops...csharptest2011-09-164-99/+75
| | |/
| * | merge issue-21csharptest2011-09-162-2/+2
| |\ \
| | * | Implemented [Obsolete] attribute for deprecated fieldscsharptest2011-09-092-2/+2
| | |/
| * | merge issue-19csharptest2011-09-162-4/+4
| |\ \
| | * | Added support for negative enum values and testscsharptest2011-09-092-4/+4
| | |/
| * / Fix for issue 6csharptest2011-09-091-1/+1
| |/
* | Missing braces :)csharptest2011-09-091-0/+2
* | revert of accidental AssemblyInfo version changescsharptest2011-09-093-61/+61
* | Completed work and testing for manually reading/writing start/end messagecsharptest2011-09-094-0/+42
* | Added IDisposable to ICodedOutputStreamcsharptest2011-09-082-2/+12
* | first pass at adding required changescsharptest2011-09-083-61/+61
|/
* Merged branch for issue 16csharptest2011-08-132-0/+8
|\
| * Inserted code region labeled "Designer generated code" which should be automa...csharptest2011-08-122-0/+8
* | Cleanup per review comments.csharptest2011-08-132-45/+26
* | Added tests for the additions to NameHelpers.UnderscoresToXxxxxCasecsharptest2011-08-121-21/+29