aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers
Commit message (Expand)AuthorAgeFilesLines
* Collision with known MSBuild property ProjectType was causing errors, renamed...csharptest2012-10-168-274/+18
* Adding generated projects/solutions for all environmentscsharptest2012-10-1618-0/+2423
* Normalizing base project configurationscsharptest2012-10-152-6/+8
* Build fixes from portable changescsharptest2012-10-142-4/+8
* Portability Changes -csharptest2012-10-149-13/+17
* Removed uses of reflection for enumeration of enum memberscsharptest2012-10-141-30/+7
* Changes to support the Portable Library profilecsharptest2012-10-143-13/+8
* Last (hopefully) changes to pre-processing directivescsharptest2012-10-144-38/+25
* Added NOEXTENSIONS and NOFILEVERSION. Internalized golden_message test depen...csharptest2012-10-144-9/+13
* Working to reduce number of conditional complication directives, and migrate ...csharptest2012-10-145-11/+4
* Refactored uses of CreateDelegate for compatibility with CF2csharptest2012-10-141-0/+89
* Refactored uses of CreateDelegate for compatibility with CF2csharptest2012-10-143-16/+61
* Refactored the use of Delegate.CreateDelegate to use FrameworkPortability.Cre...csharptest2012-10-144-105/+28
* 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
| |\ \