aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add separate obj directory for CF build to avoid corruption.Jon Skeet2010-07-091-0/+1
* build performance optimisationsArnoldZokas2010-07-087-28/+8889
* Removed obsolete messages from buildArnoldZokas2010-06-301-2/+0
* Implemented an alternative build script using MSBuild 4.0ArnoldZokas2010-06-305-0/+266
* Added NUnit 2.2.8.0 to libArnoldZokas2010-06-3032-0/+1750
* Updated git ignore listArnoldZokas2010-06-301-0/+4
* 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
* 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
* Update protoc.exe to 2.1 releaseJon Skeet2009-05-301-0/+0
* 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-2814-2/+422
* Fixed i18n issues with numbersJon Skeet2009-05-116-12/+72
* Benchmark data update.Jon Skeet2009-03-051-0/+0
* Avoid creating UnknownFieldSets unless we really have to.Jon Skeet2009-03-0511-249/+800