kenton@google.com
baac9c39fe
Add some explicit casts to eliminate some warnings as described in issue 83 comment 17.
14 years ago
ArnoldZokas
8d585d9e67
Added 'Debug_Silverlight2' and 'Release_Silverlight2' configurations to all projects
14 years ago
ArnoldZokas
a54cf75814
Removed build configuration 'Silverlight2' from all projects
14 years ago
ArnoldZokas
90b2630c05
Removed Silverlight2 configuration from solution
14 years ago
ArnoldZokas
63cb1e4c2f
Removed .NET CF 3.5 project
14 years ago
csharptest
00ca608053
Added LITE macro definition
14 years ago
ArnoldZokas
e9ffd67e1b
Converted solution to VS2010
14 years ago
Jon Skeet
be4b86aeae
Fixed spacing
...
committer: Arnold Zokas <arnold.zokas@coderoom.net>
14 years ago
Charles Stanhope
71f203a1a0
Added CodedInputStream ctor symmetrical with CodedOutputStream.
...
committer: Arnold Zokas <arnold.zokas@coderoom.net>
14 years ago
csharptest
cb7fc65716
Tests and fixes
14 years ago
csharptest
272cb8aee7
Lite feature complete.
14 years ago
csharptest
e495477358
Testing
14 years ago
csharptest
7d396f9d8a
Testing and related fixes
14 years ago
csharptest
487da48ad2
Fix for repeated extensions.
14 years ago
csharptest
80824a51c2
First Lite tests are passing.
14 years ago
csharptest
980ba8dcd4
Full rutime working, Lite generator and runtime building but untested
14 years ago
csharptest
804b6d842e
Implementation work for Lite runtime and generator
14 years ago
csharptest
64bfac2825
Integrated latest protoc.exe (2.3) and added/updated test protos
14 years ago
csharptest
16015a967b
Completed abstract lite builder and message
14 years ago
csharptest
80e73b922e
Completed abstract lite builder and message
14 years ago
csharptest
97f86ce9de
missing virtual on MergeFrom
14 years ago
csharptest
6b812f8a83
Working split for lite interfaces
14 years ago
csharptest
a6722c34d9
Project for Lite implementation
14 years ago
csharptest
dce2b9d10e
Fixed issue in AsReadOnly()
14 years ago
csharptest
d9c59e6613
First pass at interface breakup
14 years ago
csharptest
c07571a79b
Added copy of existing classes that will be made Lite
14 years ago
Jon Skeet
57599ef16d
A few stylistic issues
14 years ago
liujisi@google.com
33165fe0d5
Submit recent changes from internal branch. See CHANGES.txt for more details.
14 years ago
Jon Skeet
f18a5b09ac
Fixed spacing
14 years ago
Charles Stanhope
ef234da0e3
Added CodedInputStream ctor symmetrical with CodedOutputStream.
14 years ago
kenton@google.com
a4a9ef8c8b
Roll back revision 313. A similar but far more exensive change was made in our internal branch, which will be integrated soon.
14 years ago
csharptest
e8e1dab03f
Completed the following changes & testing, see todo.txt for more information
...
1 - Add a way to specify the output directory
2 - Added an option "file_extension" to control the suffix for cs files generated, defaults to ".cs"
3 - Added the option for "umbrella_namespace" used when nest_classes=false and having name conflicts
4 - Optionally remove dependencies to csharp options
5 - Investigate command line parsing library
6 - Investigate calling protoc directly
7 - Unable to resolve dependencies correctly
8 - Added several (20) nunits to automate the command-line invocation of each option
14 years ago
Jon Skeet
eb1af68201
Add separate obj directory for CF build to avoid corruption.
...
committer: Arnold Zokas <arnold.zokas@coderoom.net>
15 years ago
Jon Skeet
d65173a9c5
Add separate obj directory for CF build to avoid corruption.
15 years ago
Jon Skeet
706c5f6985
Add option to remove CLSCompliance attribute
15 years ago
Jon Skeet
17ded8261d
Fix issue 10 - check serialized size before writing to stream
15 years ago
kenton@google.com
15b675eea5
add cast to avoid compiler warning
15 years ago
kenton@google.com
d09ab8538d
Allow services with lite runtime when using rpc generator plugin.
15 years ago
kenton@google.com
b3f6a15806
Improve coded_stream.h handling on MSVC. Avoid a bogus runtime check and enable little-endian optimization. Based on patch from Nathan McDaniel.
15 years ago
kenton@google.com
6793c1af26
Use full paths when writing MSVS-style errors. Patch from Oleg Smolsky.
15 years ago
Jon Skeet
ae9b3ff224
Release preparation
15 years ago
Ayende Rahien
88732e254e
Minor
15 years ago
Ayende Rahien
4d2582081d
Fixing an issue where I passed the wrong value in, causing an error with long buffers
15 years ago
Ayende Rahien
162b656fdd
Implementing string interning
15 years ago
Ayende Rahien
e3aff478fd
Making ByteString.bytes internal, to allow faster access to the raw bytes.
...
Fixing ByteString.GetHashCode to create good hash code.
15 years ago
kenton@google.com
eeb8fd7dc8
Fix bug with permanent callbacks that delete themselves when run. Patch from Evan Jones.
15 years ago
kenton@google.com
203637497a
Remove comment referring to non-protobuf code.
15 years ago
kenton@google.com
769ab6ff03
Fix missing header issue -- INT_MAX is defined in limits.h. I chose to use a different constant rather than add the #include.
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