aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* versioned assemblies to 2.3.0.277csharptest2011-05-198-28/+28
* enabled xml documentation generationcsharptest2011-05-193-5/+26
* One-off patch to convert Unix line endings to Windows ones for generated sour...Jon Skeet2011-04-0319-64667/+64667
* Fixes to package generation, and convert all tabs to spaces in MSBuild files.Jon Skeet2011-04-034-178/+178
* Ignore the build output.Jon Skeet2011-04-031-0/+5
* Fix to rebuild src prior to running benchmarkscsharptest2011-04-021-1/+1
* Turn lineBreak option to line_breakJon Skeet2011-01-271-3/+3
* Default to Environment.NewLine for line breaks in ProtoGen, but allow it to b...Jon Skeet2011-01-275-16/+44
* Effectively revert previous change to Generator.csJon Skeet2011-01-271-19/+3
* Merge branch 'master' of https://github.com/csharptest/dotnet-protobufs into ...Jon Skeet2011-01-2710-97/+211
|\
| * Completion of 3.5 build integration and Lite runtime build changes.csharptest2010-12-1510-97/+211
* | Deleted old nunit.frameworkJon Skeet2010-12-151-0/+0
|/
* Converted build to also work under .net 3.5csharptest2010-12-153-17/+21
* adding vs2008 solution.csharptest2010-12-151-0/+146
* Fixed build for lite runtimeJon Skeet2010-12-148-121/+157
* Merge from masterJon Skeet2010-12-1416-197/+52
|\
| * 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