aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | | | | | | | 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
| * Completed the following changes & testing, see todo.txt for more informationcsharptest2010-09-031-5/+5
| | | | | | | | | | | | | | | | | | | | | | 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
|
* 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
|\
| * 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-0514-78/+154
| | | | | | | | 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-0531-1368/+2601
|
* Updated todo listJon Skeet2009-05-301-3/+2
|
* New tests, double build errors, and a few miscellaneous fixesJon Skeet2009-05-308-15/+124
|