csharptest
22efa1a8e8
Added a Notepad++ user-defined language syntax for protobuffer files
13 years ago
csharptest
e0e128bb9a
Added comments to service interfaces, added IDisposable to service stub since it's generated
13 years ago
csharptest
945ea76eaa
merge issue-20
13 years ago
csharptest
aeb30d8351
changes from review
13 years ago
csharptest
f0b72c7443
Renamed readme.txt to CHANGES.txt for compatibility with main protobuf project.
...
Updated release notes to include details about previous and pending releases.
13 years ago
csharptest
0f838d13d2
Fixed line-endings in bat/txt files
13 years ago
csharptest
8cd1e7049c
merge issue-27
13 years ago
csharptest
784bf0cac3
merge issue-26
13 years ago
csharptest
026f2b417c
merge issue-21
13 years ago
csharptest
18bf22c294
merge issue-19
13 years ago
csharptest
cc5f781853
merge issue-6
13 years ago
csharptest
e1e69ba353
Removed the NoWarn for missing comments
13 years ago
csharptest
4ecebd8b4a
Tests and fixes for double-enumeration on AddRange and adding of null to PopsicleList
13 years ago
csharptest
2cf6e1b077
Last change for http support, adding a simple reader for query strings and/or
...
url-encoded form data to support restful apis. Also exposed the mime to reader
and mime to writer via dictionaries in the MessageFormatOptions structure.
13 years ago
Nathan Brown
03b85d8b20
Remove XML documentation output in test project. It causes errors to show up
...
in ReSharper.
13 years ago
csharptest
2a1f0bd440
Added a few more tests to ensure XxxxList { get; } clones readonly builder
13 years ago
csharptest
ec5fb9bd68
Fixes based on review
13 years ago
csharptest
0ce7bed44a
Added nuget package configuration.
13 years ago
csharptest
c86b504409
Missing braces :)
13 years ago
csharptest
ef4af57b11
Missing braces :)
13 years ago
csharptest
f52ec95ad5
revert of accidental AssemblyInfo version changes
13 years ago
csharptest
7b6044f888
one more test, we are done.
13 years ago
csharptest
1a0764ab27
First pass at implementation and testing of reusable builders.
13 years ago
csharptest
3c6e93283a
Completed addition and testing of new add_serializable option.
13 years ago
csharptest
4a594cac93
Implemented [Obsolete] attribute for deprecated fields
13 years ago
csharptest
a105eac521
Added support for negative enum values and tests
13 years ago
csharptest
f9102a61e1
Fix for issue 6
13 years ago
csharptest
60fd773d30
Completed work and testing for manually reading/writing start/end message
13 years ago
csharptest
819b7154d1
Added IDisposable to ICodedOutputStream
13 years ago
csharptest
c2d2c1adaf
first pass at adding required changes
13 years ago
csharptest
8f0dcf3df1
Added serialization assembly to the configuration builds
13 years ago
csharptest
c98edda388
Missing updated file from previous edits
13 years ago
csharptest
c58cb63503
Merged branch for issue 16
13 years ago
csharptest
fad894b7c3
Merged branch for issue 16
13 years ago
csharptest
bbefae3c81
Merged branch for issue 13
13 years ago
csharptest
bde57ffc75
Cleanup per review comments.
13 years ago
csharptest
1313cbdf0e
Removed commented line
13 years ago
csharptest
2d88733019
Inserted code region labeled "Designer generated code" which should be automatically
...
ignored by style checking. Added #pragma warning disable 1591 to ignore warnings
about undocumented classes/members within generated code.
13 years ago
csharptest
5ce95b4b48
Added tests for the additions to NameHelpers.UnderscoresToXxxxxCase
13 years ago
csharptest
1851676b3c
Allow field names that begin with underscore and number '_0'
13 years ago
csharptest
50a89c1c85
Fixed removal of all '_' from names, Added unit test.
13 years ago
csharptest
c7b23c1797
Rewrite of name capitalization routine 'UnderscoresToPascalOrCamelCase'
13 years ago
Nathan Brown
25981d4007
Merge
14 years ago
Jon Skeet
e8c76bd84b
Fix comments.
14 years ago
Jon Skeet
5bacf7d11f
Use the v2 benchmarking system from the build.
14 years ago
Jon Skeet
cdb4518ae0
Overload of ContinueArray for situations where we know in advance that the array isn't packed.
14 years ago
csharptest
0f3540e24b
Split off the Serialization namespace into a new assembly.
14 years ago
csharptest
304ff3a838
Changes from review e805fdfd3a6b
14 years ago
csharptest
9b3de69224
Changes from review f60f2676f7fa
14 years ago
Nathan Brown
d4b3859b34
Added tests for service generation and corrected internal access level error in
...
service definition.
14 years ago