aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|
* Workaround for Mono bug 516379Jon Skeet2009-06-2511-249/+249
|
* 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
|\
| * Remove unused class (was going to be used for multi-file support)Jon Skeet2009-06-223-35/+1
| |
* | Fix bug when reading many messages - size guard was triggeredJon Skeet2009-06-253-7/+51
| |
* | Initial Silverlight compatibility workJon Skeet2009-06-208-17/+24
|/
* Get the right warning number this time.Jon Skeet2009-06-171-1/+1
|
* Fixed a couple of warningsJon Skeet2009-06-172-6/+15
|
* Remove unused variable in static constructorsJon Skeet2009-06-1711-85/+88
|
* Added the ability to use an IEnumerable<T> when adding to a list, so you can do:Jon Skeet2009-06-0513-76/+153
| | | | | | | | new Foo.Builder { RepeatedValue = { x.Select(y) } }; ... a bit like LINQ to XML.
* Add CLSCompliance.Jon Skeet2009-06-0518-1/+201
|
* Include missing generated filesJon Skeet2009-06-053-0/+1675
|
* Fix custom options behaviourJon Skeet2009-06-0528-1367/+2540
|
* New tests, double build errors, and a few miscellaneous fixesJon Skeet2009-05-308-15/+124
|
* Write/Read delimited messagesJon Skeet2009-05-2918-12/+947
|
* Fix equality of messages to include unknown fieldsJon Skeet2009-05-2810-27/+253
|
* Added field constant generationJon Skeet2009-05-2813-1/+418
|