179 Commits (a695dfaa5a0dd60d818bd70f1798c651661cba43)
 

Author SHA1 Message Date
ArnoldZokas a695dfaa5a Merge branch 'master' of github.com:ArnoldZokas/dotnet-protobufs 14 years ago
ArnoldZokas 7c913f73dc Created initial build script 14 years ago
ArnoldZokas e9ffd67e1b Converted solution to VS2010 14 years ago
Jon Skeet be4b86aeae Fixed spacing 14 years ago
Charles Stanhope 71f203a1a0 Added CodedInputStream ctor symmetrical with CodedOutputStream. 14 years ago
ArnoldZokas 89694eccf9 Removed redundant rules from gitignore 14 years ago
ArnoldZokas 2c94ecc74a Removed cfg folder in preparation for build configuration refactoring 14 years ago
ArnoldZokas 0e97eb2800 Removed original NAnt build script 14 years ago
ArnoldZokas ed0b7140fa Build performance optimisations 14 years ago
Jon Skeet eb1af68201 Add separate obj directory for CF build to avoid corruption. 15 years ago
ArnoldZokas d10c5e794d build performance optimisations 15 years ago
ArnoldZokas fca5d2b6a2 Removed obsolete messages from build 15 years ago
ArnoldZokas eb577e6096 Implemented an alternative build script using MSBuild 4.0 15 years ago
ArnoldZokas 7a9ef8725e Added NUnit 2.2.8.0 to lib 15 years ago
ArnoldZokas afd1ee9454 Updated git ignore list 15 years ago
Jon Skeet 706c5f6985 Add option to remove CLSCompliance attribute 15 years ago
Jon Skeet 290089ab7c Copy protos directory when releasing 15 years ago
Jon Skeet 8b6554ceb8 Improve distribution target 15 years ago
Jon Skeet 7f419b131d Added license file 15 years ago
Jon Skeet 8631daa883 Fixed build to work with VS2010 15 years ago
Jon Skeet 17ded8261d Fix issue 10 - check serialized size before writing to stream 15 years ago
Jon Skeet ae9b3ff224 Release preparation 15 years ago
Jon Skeet d3f2d098fa Allow creation of namespace directories 15 years ago
Jon Skeet 55a212d384 Better support for Compact Framework builds 15 years ago
Jon Skeet b075ff5c17 Added a flag to allow code contracts to be emitted 15 years ago
Jon Skeet b49d3c7834 Support Compact Framework 3.5 15 years ago
Jon Skeet 0aac0e4fe3 Regionify copyright statement 15 years ago
Jon Skeet f29da03679 Can now at least *build* Silverlight2 assembly easily. Can't test though. 15 years ago
Jon Skeet 8a5c7e792a Silverlight compatibility now working, although build files aren't ideal 15 years ago
Jon Skeet 3c80886fa9 Silverlight compatibility other than SortedList 15 years ago
Jon Skeet 79a8c01033 Ignore mono binaries 15 years ago
Jon Skeet 9dea1157ed Merge branch 'master' of git@github.com:jskeet/dotnet-protobufs 15 years ago
Jon Skeet 1872d080f7 Fixed bug spotted by danielr 15 years ago
Jon Skeet 1a79d04d25 Mono build file improvements and readme 16 years ago
Jon Skeet ad74853e0c Fix copyright notices 16 years ago
Jon Skeet e1e8431681 Gone back to non-remoting mocks, but marked breaking unit test as ignored 16 years ago
Jon Skeet 5cb5d782b0 Workaround for Mono bug 516379 16 years ago
Jon Skeet a22663eda9 Initial mono build scripts 16 years ago
Jon Skeet b2526215e1 Use remoting mocks to work with mono 16 years ago
Jon Skeet 37a7983aaa Merge branch 'master' of git@github.com:jskeet/dotnet-protobufs 16 years ago
Jon Skeet 2178b93bbb Fix bug when reading many messages - size guard was triggered 16 years ago
Jon Skeet 51a2f5ea1a Remove unused class (was going to be used for multi-file support) 16 years ago
Jon Skeet 60fb63e370 Initial Silverlight compatibility work 16 years ago
Jon Skeet 367217301d Get the right warning number this time. 16 years ago
Jon Skeet cb8644df88 Fixed a couple of warnings 16 years ago
Jon Skeet c784be3149 Remove unused variable in static constructors 16 years ago
Jon Skeet 8729cf4628 Added the ability to use an IEnumerable<T> when adding to a list, so you can do: 16 years ago
Jon Skeet d6dd0a4560 Add CLSCompliance. 16 years ago
Jon Skeet 0864d30b97 Include missing generated files 16 years ago
Jon Skeet df67f1482b Fix custom options behaviour 16 years ago