Jon Skeet
836a273544
Create README.md
10 years ago
csharptest
68b1e9c776
Build updated NuGet.exe
10 years ago
csharptest
2c5a9b94cf
Added tag 2.4.1.555 for changeset fca9fcced6ba
10 years ago
csharptest
8f8187e4b3
version 2.4.1.555
10 years ago
csharptest
d7ea2057f6
Changes for pulish script
10 years ago
csharptest
a3e8d12961
Updated changes.txt with previous and current release
10 years ago
csharptest
53727a0ac7
Rebuild source for Issue 84 change to code generator
10 years ago
csharptest
b4bd2e0384
Issue 84: warning CS0219: The variable `size' is assigned but its value is never used
10 years ago
csharptest
1e29e701a7
Fix build error for missing method Enum.GetValues() on some platforms
10 years ago
csharptest
e234691b67
Fix build error for missing class HashSet on some platforms
10 years ago
csharptest
569212f38b
Fix build error for missing assembly attribute AllowPartiallyTrustedCallers
10 years ago
csharptest
b0c94cd21c
Fix build error for using namespace outside of conditional compilation
10 years ago
csharptest
865e86d50c
Fix build error in profiles without extension methods.
10 years ago
csharptest
3faaac1b9a
Issue 71: CodedInputStream.ReadBytes go to slow path unnecessarily
10 years ago
csharptest
f6a0c116f9
Issue 70: Portable library project has some invalid Nunit-based code.
10 years ago
csharptest
13f56c0d9c
amended: Add SecurityCritical attributes to serialization
10 years ago
csharptest
6ab2678e27
Issue 56: NuGet package is noisy
10 years ago
Jon Skeet
9dc7d7225d
Optimize enum parsing. In a small enum-heavy benchmark, this improved the time
...
of the benchmark (parsing a repeated message, where each message had 5 "small"
enum values and 5 "large" enum values) from ~39s to ~11s.
There is a small memory cost per enum used, but I expect this to be trivial compared
with other per-type costs.
Fixes issue 97.
10 years ago
Jon Skeet
3918275376
Add SecurityCritical attributes to serialization, and add the AllowPartiallyTrustedCallers
...
attribute.
This fixes issue 91.
11 years ago
Jon Skeet
92d6214e0f
Add protoc plugin.
...
Original patch by igorgatis@gmail.com, tweaked a little before commit.
Fixes issue 90.
11 years ago
Jon Skeet
fd6c129298
Munge protoc's error format into a VS-C#-compatible output format.
...
Fixes issue 86.
11 years ago
Jon Skeet
566607e0d9
Update the Mercurial ignore file for Roslyn.
11 years ago
Jon Skeet
8bb0d7288e
Add the ability to print a builder (not just a message),
...
and override ToString in AbstractBuilder.
This fixes issue 73.
11 years ago
Jon Skeet
8e04d10dab
Fix for issue 81: quoting for NUnit parameters.
11 years ago
Jon Skeet
f34759e05c
Add test for clearing fields with reflection.
11 years ago
Jon Skeet
2d245ffe6a
Regenerated proto code with string.Concat approach to descriptor data.
12 years ago
Jon Skeet
5a0feb2ae2
Upgrade solution format to Visual Studio 2012. This will lead to warnings
...
on earlier versions of Visual Studio, but shouldn't cause any other problems.
12 years ago
Jon Skeet
3b0795c15a
Use string.Concat instead of String.Concat to avoid potential import problems,
...
and fix number of times the final base64 chunk is emitted.
12 years ago
Sergey Geyn
4a04773b5b
fixed a bug in protogen causing
...
"CSC : fatal error CS1647: An expression is too long or complex to compile"
when building auto-generated code
12 years ago
csharptest
d63096d1b2
Corrected code formatting and added TestCodedInputOutputPosition
12 years ago
csharptest
9cdc9f2c74
Rearranged the order of operations in publish to label & commit before archive
12 years ago
csharptest
785ac694c7
merged
12 years ago
Jon Skeet
dc8149fc64
Optimize FromBase64String to return Empty when presented with an empty string.
...
This fixes issue 61.
12 years ago
Jon Skeet
f86edcbb46
When we write a single character to a JSON output, make sure we actually have
...
an output before flushing.
Fixes issue 64.
12 years ago
csharptest
0a0dd0333a
Fix for bug in limited input stream's Position, Introduced Position on output stream
12 years ago
csharptest
8c8a82a260
version 2.4.1.521
12 years ago
csharptest
53147aa3f9
Added tag 2.4.1.521 for changeset ceba24e32f5f
12 years ago
csharptest
fdb4cc7ea5
Adde 'Unsafe' static type in ByteString to allow direct buffer manipulation without
...
copying bytes. Should be used very cautiously as modifications to buffers may result
in unexpected behavior.
12 years ago
csharptest
92fcf3537f
Added the ability to instantiate a coded input with a pre-existing buffer
...
Added CodedInputStream.Position to return the current input stream position
12 years ago
csharptest
71e22f8b7f
Issue #43 : Fix to correct identical 'umbrella_classname' options from trying to write to the same filename.
12 years ago
csharptest
ef7091c9ed
Issue #54 : should retire all bytes in buffer (bufferSize)
12 years ago
csharptest
30f73e2e4a
Changes to publish.csproj targets
13 years ago
csharptest
b26c983c9b
Merged issue-46 changes
13 years ago
csharptest
c3624dd335
Work completed, merging...
13 years ago
csharptest
832b08e238
Rewrote the PublishRelease.bat file in MSBuild (publish.csproj), updated nuspec files
13 years ago
csharptest
ad7b9d114e
Cleanup of build batch files, todo - rework publishrelease.bat
13 years ago
csharptest
8aad022bec
Collision with known MSBuild property ProjectType was causing errors, renamed to EnvironmentProjectType
13 years ago
csharptest
83f65a4333
Adding generated projects/solutions for all environments
13 years ago
csharptest
d6d48226d8
Updating ingore rules
13 years ago
csharptest
40f65d4c9e
Working project templates for Silverlight testing of SL2..4 and PL4
13 years ago