csharptest
aeb30d8351
changes from review
13 years ago
csharptest
ef4af57b11
Missing braces :)
13 years ago
csharptest
3c6e93283a
Completed addition and testing of new add_serializable option.
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
csharptest
3aa06356ac
Removal of #condition commented source
14 years ago
csharptest
c11bf71cc9
Refactoring removed using statement for System.Reflection, added qualified
...
references to avoid future issues.
14 years ago
csharptest
02760b26da
Regeneration with qualified references to ByteString
14 years ago
csharptest
d95293e355
Integrated feedback from revision 1525875aec27
14 years ago
csharptest
541686c89f
Removed left-over commented code
14 years ago
csharptest
b5ba93bf3c
Integrated feedback from revision c97eeb8d933f
14 years ago
csharptest
84f7e09f02
Fixed comment
14 years ago
csharptest
ed701ad2a5
renamed ByteString.WriteTo(CodedOutputStream) to WriteRawBytesTo
14 years ago
csharptest
398a7f526c
Removed unnessary parital declaration
14 years ago
csharptest
b73bd168d4
Fix for unqualified ByteString references in LITE generation
14 years ago
csharptest
8dc7b830a3
Reformatted to include braces
14 years ago
csharptest
74c5e0c376
Reformatted to include braces
14 years ago
csharptest
afff2c655c
Fixed A few last methods taking CodedInputStream
14 years ago
csharptest
579bb3defe
Fix for leaving Builder a public ctor on internal classes
14 years ago
csharptest
ff628f600a
missing copyright notice
14 years ago
csharptest
6c69373f80
bla, changed name to Depth for CLSComplaint :)
14 years ago
csharptest
3b70dd78ec
Added recursion limits to AbstractReader.cs
14 years ago
csharptest
57fa7fddd7
Added option to enable format benchmarks
14 years ago
csharptest
f292523df9
Added convenience methods for to/from xml and json
14 years ago
csharptest
7fc785c1d4
Reader/Writer implementations changed to use static factories
14 years ago
csharptest
ea5fd37d1d
Added benchmark for Json via XML using JsonReaderWriterFactory
14 years ago
csharptest
4dc0dfb154
Added initial DictionaryReader/Writer implementations
14 years ago
csharptest
ddb74eb6a4
Using List<Char> instead of StringBuilder for building strings from chars
14 years ago
csharptest
afe844bc95
Added the JsonFormatWriter/Reader
14 years ago
csharptest
2b86884659
Added the XmlFormatWriter/Reader
14 years ago
csharptest
b00ea13eb1
Refactoring the ICoded interfaces (again) removing the use of some generic methods.
14 years ago
csharptest
ced18e10ae
Several performance tweaks
...
- Removed default value assingment when default is equal to default(T)
- Added Benchmarks for most types and repeated/packed arrays
- Left PopsicleList's list fields uninitialized util needed
- Changed CodedInputStream's repated/packed reader
- Changed Enum writers to simply cast to int
- Changed the WriteEnum to use object rawValue that provides .ToString() if needed
- Should be fully on par with original library for performance, gaining 2x-3x in some cases
14 years ago