csharptest
|
aef072a46f
|
Renamed Bytes to ByteArray and added a Reverse method.
|
14 years ago |
csharptest
|
2772dfe8a1
|
Performance fix for float/double write bytes. Performance fix, do not use Array.Copy.
|
14 years ago |
csharptest
|
17699c21f9
|
Extracted ICodedInputStream interface
|
14 years ago |
csharptest
|
cc8d2aaa3a
|
Extracted initial ICodedOutputStream interface
|
14 years ago |
csharptest
|
5a80c37842
|
Moved key file to /keys directory
|
14 years ago |
csharptest
|
f8b8864abe
|
enabled xml documentation generation
|
14 years ago |
csharptest
|
68d831e3a4
|
Implementation of service interface generator
|
14 years ago |
Jon Skeet
|
ec79ca1341
|
Fixed build for lite runtime
|
15 years ago |
Jon Skeet
|
62b4cf274d
|
Remove Silverlight targets for all but the main project. BuildAll now fails - asking Arnold for help!
committer: Arnold Zokas <arnold.zokas@coderoom.net>
|
15 years ago |
Jon Skeet
|
8a13536f9b
|
Remove Silverlight targets for all but the main project. BuildAll now fails - asking Arnold for help!
|
15 years ago |
ArnoldZokas
|
8d585d9e67
|
Added 'Debug_Silverlight2' and 'Release_Silverlight2' configurations to all projects
|
15 years ago |
ArnoldZokas
|
a54cf75814
|
Removed build configuration 'Silverlight2' from all projects
|
15 years ago |
ArnoldZokas
|
e9ffd67e1b
|
Converted solution to VS2010
|
15 years ago |
csharptest
|
980ba8dcd4
|
Full rutime working, Lite generator and runtime building but untested
|
15 years ago |
csharptest
|
804b6d842e
|
Implementation work for Lite runtime and generator
|
15 years ago |
csharptest
|
80e73b922e
|
Completed abstract lite builder and message
|
15 years ago |
csharptest
|
d9c59e6613
|
First pass at interface breakup
|
15 years ago |
Ayende Rahien
|
162b656fdd
|
Implementing string interning
|
15 years ago |
Jon Skeet
|
b49d3c7834
|
Support Compact Framework 3.5
|
16 years ago |
Jon Skeet
|
8a5c7e792a
|
Silverlight compatibility now working, although build files aren't ideal
|
16 years ago |
Jon Skeet
|
8729cf4628
|
Added the ability to use an IEnumerable<T> when adding to a list, so you can do:
new Foo.Builder {
RepeatedValue = { x.Select(y) }
};
... a bit like LINQ to XML.
|
16 years ago |
Jon Skeet
|
43da7ae328
|
Fix equality of messages to include unknown fields
|
16 years ago |
Jon Skeet
|
642a8140c8
|
Setters/adders now throw ArgumentNullException appropriately.
|
17 years ago |
Jon Skeet
|
8f8186a30b
|
Benchmarking, dumping and munging
|
17 years ago |
Jon Skeet
|
d6343be707
|
Refactored options
|
17 years ago |
Jon Skeet
|
6803686bc0
|
First cut at new layout
|
17 years ago |