csharptest
10871cc8dd
Removed more uses of InternalsVisibleTo, made more stuff public :)
14 years ago
csharptest
51eb1b405c
Removed some uses of InternalsVisibleTo, made some stuff public
14 years ago
csharptest
5a80c37842
Moved key file to /keys directory
14 years ago
csharptest
d6405f8308
merged from protobuf-csharp-port
14 years ago
csharptest
ba63ad2b31
null merge of excess head 176:ae542d13a575
14 years ago
csharptest
157979e135
merged from protobuf-csharp-port
14 years ago
csharptest
1ee7a96b36
Added sample code from the Getting Started Wiki
14 years ago
csharptest
232c79562c
fix for the release upload script
14 years ago
csharptest
2503740153
version 2.3.0.277
14 years ago
csharptest
d7f9749fc0
Added tag 2.3.0.277 for changeset 32c55b51f8a3
14 years ago
csharptest
77dc364802
versioned assemblies to 2.3.0.277
14 years ago
csharptest
f8b8864abe
enabled xml documentation generation
14 years ago
csharptest
f1816beebe
- Added CSharpServiceType NONE to skip service generation.
...
- Defaulted service_generator_type to NONE
- Added /protos/extest/unittest_generic_services.proto to test services
- Migrated unit tests to use the new generic services for testing
14 years ago
liujisi@google.com
02d7015ba8
Allow String to be used as message names.
14 years ago
csharptest
68d831e3a4
Implementation of service interface generator
14 years ago
liujisi@google.com
5c24564811
Update mainline version to 2.4.2-pre.
14 years ago
liujisi@google.com
5d99632b2d
Update changelog for 2.4.1 release.
14 years ago
liujisi@google.com
03aaa0417f
Python CPP implementation now requires c++ libprotobuf installed before running
...
setup.py to fix RPATH problem.
14 years ago
liujisi@google.com
5a3342823a
Add missing plugin.h into extract_includes.bat script.
14 years ago
liujisi@google.com
23f42ceaf8
Define serailVersionUID for generated java class.
14 years ago
liujisi@google.com
3dc4a7be33
Fix incomplete comments.
14 years ago
liujisi@google.com
5a5e67a25d
Make protobuf java JDK 1.5 compatible.
14 years ago
liujisi@google.com
9cf65b7dd2
Use fully qualified java.lang.Object in protoc java code.
14 years ago
Jon Skeet
82bb0f1ef9
One-off patch to convert Unix line endings to Windows ones for generated source. Currently not sure why they ended up as Unix line endings after Git to Mercurial conversion, but we may need to tweak some repository settings.
14 years ago
Jon Skeet
bf9821e074
Fixes to package generation, and convert all tabs to spaces in MSBuild files.
14 years ago
Jon Skeet
ce58e30153
Ignore the build output.
14 years ago
csharptest
09f3ead994
Fix to rebuild src prior to running benchmarks
14 years ago
jasonh@google.com
eab9b5d47f
Fix issue 256: compute the correct size for negative enum values, which need to be sign extended.
14 years ago
Ying Wang
d4bdc4c78a
am 7cc5f59e: Unbundle protobuffer target libraries.
...
* commit '7cc5f59ec79718040bb1efd8be2ed12af2de5e1a':
Unbundle protobuffer target libraries.
14 years ago
Ying Wang
3b3e5e580c
Unbundle protobuffer target libraries.
...
Change-Id: I3047d2cd10828844562fa57ae3b619fe919c6113
14 years ago
liujisi@google.com
17d57dbbcd
Add an intermediate method to propagate the friendship access to nested classes as a workaround for old compilers (e.g. gcc 3.4)
14 years ago
liujisi@google.com
c345db7d6b
Update version number to 2.4.1 in common.h.
14 years ago
liujisi@google.com
01cba4b16e
Update mainline version to 2.4.1-pre.
14 years ago
liujisi@google.com
7a26147997
Update the release date of 2.4.0
14 years ago
Jon Skeet
167fba0188
Turn lineBreak option to line_break
14 years ago
Jon Skeet
f31e34b17e
Default to Environment.NewLine for line breaks in ProtoGen, but allow it to be configured.
14 years ago
Jon Skeet
12f0460a71
Effectively revert previous change to Generator.cs
14 years ago
Jon Skeet
7ac20214e0
Merge branch 'master' of https://github.com/csharptest/dotnet-protobufs into csharptest-master
14 years ago
liujisi@google.com
bdfc1eab53
Add missing files into pom.xml for protobuf-lite.
14 years ago
Ying Wang
ddf74061de
Unbundle protobuffer target libraries.
...
Change-Id: I535f93389b3b13578c9602dce3d38f1ca256e807
14 years ago
liujisi@google.com
1e106bc320
Update contributors.
14 years ago
liujisi@google.com
42e67e081a
update ez_setup.py to fix the python2.6 problem.
14 years ago
liujisi@google.com
d4a57f1557
Fix corner case in acx_pthread.m4 to work with -nostdlib, patch from Kacper Kowalik.
14 years ago
liujisi@google.com
57014ffa52
Use Subprocess::Win32ErrorMessage() in command_line_interface_unittest to make the it OS locale independent.
14 years ago
liujisi@google.com
5c20ca1fcc
Escape C++ Trigraphs.
14 years ago
csharptest
7691473a71
Completion of 3.5 build integration and Lite runtime build changes.
14 years ago
Jon Skeet
5a89177000
Deleted old nunit.framework
14 years ago
csharptest
30d3fa3205
Converted build to also work under .net 3.5
14 years ago
csharptest
727107726d
adding vs2008 solution.
14 years ago
Jon Skeet
ec79ca1341
Fixed build for lite runtime
14 years ago