aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffersLite.Test
Commit message (Expand)AuthorAgeFilesLines
* Collision with known MSBuild property ProjectType was causing errors, renamed...csharptest2012-10-1623-315/+69
* Adding generated projects/solutions for all environmentscsharptest2012-10-1618-0/+2423
* Working project templates for Silverlight testing of SL2..4 and PL4csharptest2012-10-162-2/+4
* Normalizing base project configurationscsharptest2012-10-152-4/+8
* Portability Changes -csharptest2012-10-141-2/+0
* Last (hopefully) changes to pre-processing directivescsharptest2012-10-144-15/+7
* Added NOEXTENSIONS and NOFILEVERSION. Internalized golden_message test depen...csharptest2012-10-142-4/+8
* Add generated_code_attributes option, defaulted to false to generate the Comp...csharptest2012-10-148-370/+0
* Refactored SilverlightCompatibility.cs => FrameworkPortability.cs added NewLi...csharptest2012-10-142-16/+16
* Fixing build for SILVERLIGHT and COMPACT_FRAMEWORK before adding more buildcsharptest2012-10-123-8/+36
* regenerated proto files with recent changescsharptest2012-10-108-18/+18
* Change "typeof (Foo)" to "typeof(Foo)" everywhere. I have no idea why I used toJon Skeet2012-06-044-6/+6
* Post-release changescsharptest2011-10-158-8/+8
* version 2.4.1.473csharptest2011-10-158-193/+193
* Removed dependency on Rhino.Mockscsharptest2011-10-042-8/+0
* - Upgraded NUnitcsharptest2011-10-0419-146/+573
* Conditional extensions in serialization, Removed usages of extensions methods...csharptest2011-10-013-559/+6
* Added unit tests for Lite runtime services and serializationcsharptest2011-10-014-0/+1969
* Unit test correction for types that were moved to different proto filescsharptest2011-10-011-0/+1
* Adding the types that were removed from unittest.proto and unittest_lite.protocsharptest2011-10-013-2148/+2167
* merged issue-28csharptest2011-09-287-1260/+1544
|\
| * Regenerated code with changescsharptest2011-09-237-1260/+1544
* | merged issue-22csharptest2011-09-287-910/+3918
|\|
| * First pass at implementation and testing of reusable builders.csharptest2011-09-097-910/+3918
* | Fix for public constructor on messagescsharptest2011-09-237-0/+71
* | merge issue-20csharptest2011-09-203-0/+64
|\ \
| * | Completed addition and testing of new add_serializable option.csharptest2011-09-093-0/+64
| |/
* | merge issue-26csharptest2011-09-164-253/+253
|\ \
| * | Tests and fixes for double-enumeration on AddRange and adding of null to Pops...csharptest2011-09-164-253/+253
| |/
* / Implemented [Obsolete] attribute for deprecated fieldscsharptest2011-09-097-7/+19
|/
* Inserted code region labeled "Designer generated code" which should be automa...csharptest2011-08-127-0/+28
* Regeneration with qualified references to ByteStringcsharptest2011-07-141-3/+3
* Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-103-224/+224
* Several performance tweakscsharptest2011-06-096-114/+114
* Finished adding find tag by namecsharptest2011-06-086-493/+1375
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-087-671/+671
* Unit testing of Packed/Unpacked parsing in Litecsharptest2011-06-062-37/+1523
* Packed and Unpacked parsing allow for all repeated, per 2.3csharptest2011-06-043-220/+585
* Extracted ICodedInputStream interfacecsharptest2011-06-037-256/+256
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-036-631/+449
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-036-60/+60
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-036-303/+483
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-036-73/+73
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-036-580/+326
* Slight refactoring of Extensions to support lookup by name, added compatibili...csharptest2011-06-021-1/+41
* Completed adding attributes to all generated typescsharptest2011-05-206-0/+440
* reformatted all code to .NET standard formattingcsharptest2011-05-208-1041/+1201
* line-ending-to-crlfcsharptest2011-05-2011-3461/+3461
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-206-6/+6
* Moved key file to /keys directorycsharptest2011-05-202-12/+2