aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* First commit of lite code - more to comeJon Skeet2010-12-12103-1064/+43494
|\
| * Added LITE macro definitioncsharptest2010-11-231-2/+2
| * Tests and fixescsharptest2010-11-198-7/+1127
| * Lite feature complete.csharptest2010-11-0935-72/+1292
| * Testingcsharptest2010-11-0915-118/+2955
| * Testing and related fixescsharptest2010-11-0835-391/+20435
| * Fix for repeated extensions.csharptest2010-11-075-161/+123
| * First Lite tests are passing.csharptest2010-11-077-9/+201
| * Full rutime working, Lite generator and runtime building but untestedcsharptest2010-11-0739-8499/+4289
| * Implementation work for Lite runtime and generatorcsharptest2010-11-0717-155/+398
| * Integrated latest protoc.exe (2.3) and added/updated test protoscsharptest2010-11-0528-434/+54557
| * Completed abstract lite builder and messagecsharptest2010-11-052-0/+363
| * Completed abstract lite builder and messagecsharptest2010-11-0510-379/+152
| * missing virtual on MergeFromcsharptest2010-11-052-1/+2
| * Working split for lite interfacescsharptest2010-11-056-83/+82
| * Project for Lite implementationcsharptest2010-11-041-0/+79
| * Fixed issue in AsReadOnly()csharptest2010-11-042-2/+9
| * First pass at interface breakupcsharptest2010-11-0421-422/+410
| * Added copy of existing classes that will be made Litecsharptest2010-11-043-0/+798
* | Renamed benchmark batch file, and made all other batch files use Any CPU target.Jon Skeet2010-12-075-11/+11
* | Fixed a bug in '_RunBenchmark' target that caused ProtoBench to throw an exce...ArnoldZokas2010-12-013-1/+15
* | Switched ProtoBench project over to .NET 4.0ArnoldZokas2010-12-012-24/+25
* | Migrated targets for generating benchmark source and assemblyArnoldZokas2010-12-012-3/+50
* | Fixed a output directory path bug that caused RunBenchmark to failArnoldZokas2010-12-011-1/+1
* | Redirected test result files to directory ./build_tempArnoldZokas2010-11-301-1/+1
* | Migrated target 'RunBenchmarks'ArnoldZokas2010-11-302-3/+9
* | Fixed a bug in the build script that caused one of the generated files to be ...ArnoldZokas2010-11-301-1/+1
* | Implemented distribution package generationArnoldZokas2010-11-304-17/+54
* | Added '7-zip'ArnoldZokas2010-11-304-0/+70
* | Migrated target '_CompileGeneratedSource'ArnoldZokas2010-11-301-1/+5
* | Migrated target '_CopyGeneratedSource'ArnoldZokas2010-11-302-1/+36
* | Optimised protos directory pathsArnoldZokas2010-11-301-8/+8
* | Migrated target '_GenerateSource'ArnoldZokas2010-11-303-9/+33
* | Redirected test result file output to directory './build_output'ArnoldZokas2010-11-292-3/+3
* | Added '_Test' target to build scriptsArnoldZokas2010-11-295-10/+19
* | Added batch file for running 'GenerateCompletePackage'ArnoldZokas2010-11-291-0/+14
* | Added batch file for running 'GenerateReleasePackage'ArnoldZokas2010-11-293-1/+15
* | Added batch file for running 'RunBenchmarks'ArnoldZokas2010-11-292-0/+6
* | Removed redundant configuration from build scriptsArnoldZokas2010-11-292-6/+2
* | Added batch file for running 'BuildAll'ArnoldZokas2010-11-291-0/+11
* | Removed redundant 'Platform' settingsArnoldZokas2010-11-292-2/+1
* | Added batch file for running 'BuildSilverlight2'ArnoldZokas2010-11-293-2/+7
* | Added batch file for running 'Build'ArnoldZokas2010-11-291-0/+5
* | Added 'Debug_Silverlight2' and 'Release_Silverlight2' configurations to all p...ArnoldZokas2010-11-299-0/+209
* | Removed build configuration 'Silverlight2' from all projectsArnoldZokas2010-11-299-75/+2
* | Removed Silverlight2 configuration from solutionArnoldZokas2010-11-291-17/+0
* | Preparing for build process rewrite. Removed redundant batch files.ArnoldZokas2010-11-293-15/+0
* | Created batch files for running Debug,Release and Silverlight2 buildsArnoldZokas2010-11-243-1/+11
* | Removed redundant compilation stepsArnoldZokas2010-11-241-12/+0
* | Removed redundant .NET CF 3.5 build configurationArnoldZokas2010-11-241-4/+0