aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* A few stylistic issuesJon Skeet2010-11-0317-1039/+994
* Merge remote branch 'csharptest/master'Jon Skeet2010-11-0318-56/+1398
|\
| * Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-0317-51/+1393
| * Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-031-5/+5
* | Fixed spacingJon Skeet2010-10-261-5/+5
* | Added CodedInputStream ctor symmetrical with CodedOutputStream.Charles Stanhope2010-10-191-5/+14
|/
* Add separate obj directory for CF build to avoid corruption.Jon Skeet2010-07-081-0/+1
* Add option to remove CLSCompliance attributeJon Skeet2010-05-194-11/+57
* Copy protos directory when releasingJon Skeet2010-05-191-1/+6
* Improve distribution targetJon Skeet2010-05-191-0/+13
* Added license fileJon Skeet2010-05-192-0/+41
* Fixed build to work with VS2010Jon Skeet2010-05-191-0/+6
* Fix issue 10 - check serialized size before writing to streamJon Skeet2010-05-1911-0/+93
* Release preparationJon Skeet2010-04-0110-17/+71
* Allow creation of namespace directoriesJon Skeet2010-02-083-11/+93
* Better support for Compact Framework buildsJon Skeet2010-02-083-10/+55
* Added a flag to allow code contracts to be emittedJon Skeet2009-11-036-24/+61
* Support Compact Framework 3.5Jon Skeet2009-11-0315-30/+180
* Regionify copyright statementJon Skeet2009-09-0988-31/+282
* Can now at least *build* Silverlight2 assembly easily. Can't test though.Jon Skeet2009-09-099-20/+79
* Silverlight compatibility now working, although build files aren't idealJon Skeet2009-09-093-3/+190
* Silverlight compatibility other than SortedListJon Skeet2009-09-095-21/+74
* Ignore mono binariesJon Skeet2009-09-091-0/+2
* Merge branch 'master' of git@github.com:jskeet/dotnet-protobufsJon Skeet2009-09-064-12/+119
|\
| * Mono build file improvements and readmeJon Skeet2009-06-254-12/+119
* | Fixed bug spotted by danielrJon Skeet2009-09-063-28/+48
|/
* Fix copyright noticesJon Skeet2009-06-2550-57/+1355
* Gone back to non-remoting mocks, but marked breaking unit test as ignoredJon Skeet2009-06-251-11/+7
* Workaround for Mono bug 516379Jon Skeet2009-06-2511-249/+249
* Initial mono build scriptsJon Skeet2009-06-252-0/+51
* Use remoting mocks to work with monoJon Skeet2009-06-251-6/+11
* Merge branch 'master' of git@github.com:jskeet/dotnet-protobufsJon Skeet2009-06-253-35/+1
|\