aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * null merge of excess head 176:ae542d13a575csharptest2011-05-200-0/+0
| |\
| | * MinorAyende Rahien2010-02-231-964/+964
| | * Fixing an issue where I passed the wrong value in, causing an error with long...Ayende Rahien2010-02-191-1/+1
| | * Implementing string interningAyende Rahien2010-02-194-154/+347
| | * Making ByteString.bytes internal, to allow faster access to the raw bytes.Ayende Rahien2010-02-191-5/+6
| * | Added sample code from the Getting Started Wikicsharptest2011-05-192-94/+141
* | | merged from protobuf-csharp-portcsharptest2011-05-1934-65/+379
|\| |
| * | fix for the release upload scriptcsharptest2011-05-192-8/+8
| * | version 2.3.0.277csharptest2011-05-1924-23/+319
| * | Added tag 2.3.0.277 for changeset 32c55b51f8a3csharptest2011-05-190-0/+0
| * | versioned assemblies to 2.3.0.277csharptest2011-05-198-28/+28
| * | enabled xml documentation generationcsharptest2011-05-193-5/+26
* | | - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-1914-432/+373
* | | Implementation of service interface generatorcsharptest2011-05-0315-712/+2960
|/ /
* | 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