aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* First commit of lite code - more to comeJon Skeet2010-12-1290-1050/+41628
|\
| * Added LITE macro definitioncsharptest2010-11-231-2/+2
| |
| * Tests and fixescsharptest2010-11-197-7/+1104
| |
| * Lite feature complete.csharptest2010-11-0935-72/+1292
| |
| * Testingcsharptest2010-11-0912-117/+2865
| |
| * Testing and related fixescsharptest2010-11-0833-389/+20404
| |
| * 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-0738-8497/+4287
| |
| * Implementation work for Lite runtime and generatorcsharptest2010-11-0717-155/+398
| |
| * Integrated latest protoc.exe (2.3) and added/updated test protoscsharptest2010-11-0516-418/+52801
| |
| * 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
| |
* | Switched ProtoBench project over to .NET 4.0ArnoldZokas2010-12-012-24/+25
| |
* | Added 'Debug_Silverlight2' and 'Release_Silverlight2' configurations to all ↵ArnoldZokas2010-11-299-0/+209
| | | | | | | | projects
* | Removed build configuration 'Silverlight2' from all projectsArnoldZokas2010-11-299-75/+2
| |
* | Removed Silverlight2 configuration from solutionArnoldZokas2010-11-291-17/+0
| |
* | Removed .NET CF 3.5 projectArnoldZokas2010-11-241-144/+0
| |
* | Fixed merge conflictsArnoldZokas2010-11-2218-97/+1378
|\|
| * A few stylistic issuesJon Skeet2010-11-0314-990/+989
| |
| * Merge remote branch 'csharptest/master'Jon Skeet2010-11-0314-47/+1331
| |\
| | * Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-0314-47/+1331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 - Add a way to specify the output directory 2 - Added an option "file_extension" to control the suffix for cs files generated, defaults to ".cs" 3 - Added the option for "umbrella_namespace" used when nest_classes=false and having name conflicts 4 - Optionally remove dependencies to csharp options 5 - Investigate command line parsing library 6 - Investigate calling protoc directly 7 - Unable to resolve dependencies correctly 8 - Added several (20) nunits to automate the command-line invocation of each option
| * | 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
| |
* | Merge branch 'master' of github.com:ArnoldZokas/dotnet-protobufsArnoldZokas2010-11-221-3/+12
|\ \
| * | Fixed spacingJon Skeet2010-11-231-5/+5
| | | | | | | | | | | | committer: Arnold Zokas <arnold.zokas@coderoom.net>
| * | Added CodedInputStream ctor symmetrical with CodedOutputStream.Charles Stanhope2010-11-231-5/+14
| | | | | | | | | | | | committer: Arnold Zokas <arnold.zokas@coderoom.net>
* | | Converted solution to VS2010ArnoldZokas2010-11-2214-30/+340
|/ /
* / Add separate obj directory for CF build to avoid corruption.Jon Skeet2010-07-091-0/+1
|/ | | | committer: Arnold Zokas <arnold.zokas@coderoom.net>
* Add option to remove CLSCompliance attributeJon Skeet2010-05-193-11/+54
|
* Fix issue 10 - check serialized size before writing to streamJon Skeet2010-05-1911-0/+93
|
* Release preparationJon Skeet2010-04-018-16/+16
|
* Allow creation of namespace directoriesJon Skeet2010-02-082-11/+69
|
* Better support for Compact Framework buildsJon Skeet2010-02-081-2/+2
|
* Added a flag to allow code contracts to be emittedJon Skeet2009-11-034-22/+58
|
* 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-098-15/+71
|
* 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
|
* Fixed bug spotted by danielrJon Skeet2009-09-063-28/+48
|
* Fix copyright noticesJon Skeet2009-06-2549-57/+1352
|
* Gone back to non-remoting mocks, but marked breaking unit test as ignoredJon Skeet2009-06-251-11/+7
|