aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'ArnoldZokas-master'Jon Skeet2010-12-141-1/+1
| |\ \
| | * | Fixed broken buildsArnoldZokas2010-12-131-1/+1
| | * | Remove Silverlight targets for all but the main project. BuildAll now fails -...Jon Skeet2010-12-149-178/+34
| * | | Remove Silverlight targets for all but the main project. BuildAll now fails -...Jon Skeet2010-12-129-178/+34
| |/ /
| * | Fixed a bug in the build process that caused ReleaseBinaries package to be po...ArnoldZokas2010-12-084-3/+15
| * | Merge branch 'master' of git://github.com/jskeet/dotnet-protobufsArnoldZokas2010-12-081-0/+0
| |\ \
| * | | Added 'Any CPU' platform switch to all msbuild callsArnoldZokas2010-12-026-13/+13
| * | | Removed redundant shell scriptArnoldZokas2010-12-021-13/+0
* | | | 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