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
Wink Saville
4e79aac882
Rename protoc to aprotoc.
...
With gLucid protoc is installed in the base system, by renaming
our version there will be no confusion about which compiler is
being used.
Change-Id: I975e29e4444af9467c9b9600d5a2e7027f4046ae
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
Jon Skeet
c58ce5dc0c
Merge remote branch 'csharptest/master'
14 years ago
Iain Merrick
f5bc288bb2
Build the protocol buffer compiler 'protoc'.
...
We need this to generate code for .proto files that have
been added to external/chromium (see change I6960c18d).
Change-Id: Ic7a78273ee4f066680039d2f724e658a84869621
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
Wink Saville
69004c5194
am 3574de1c: Remove vestigial references to StringUtf8Micro.
...
Merge commit '3574de1ca8301e1e13d1c89f2e2a902499d6bae9' into gingerbread-plus-aosp
* commit '3574de1ca8301e1e13d1c89f2e2a902499d6bae9':
Remove vestigial references to StringUtf8Micro.
14 years ago
Wink Saville
b164b01203
Remove vestigial references to StringUtf8Micro.
...
Change-Id: Ica75231b03de4768c671bf046b92bd7630ecd5c8
14 years ago
Jean-Baptiste Queru
ee613fac56
merge from gingerbread
...
Change-Id: Id43a6262c3f5cffc37db77748f129acb9c841823
14 years ago
Jean-Baptiste Queru
6ebe2303fd
Make these modules optional.
...
This allows compiling this code in Gingerbread.
Bug: 3064326
Change-Id: Idab78a5a31a3c2fc35bcdb773aaecf1e4fb70bcb
14 years ago
Omari Stephens
aa6776432a
Make protobuf usable by host-side java apps
...
Change-Id: Ic214bfb361eb2167d301b55a34b209a84a6d4a08
14 years ago
kenton@google.com
80aa23df6c
Fix Issue 218: Check for protoc executable in vsprojects directory.
14 years ago
ArnoldZokas
89694eccf9
Removed redundant rules from gitignore
14 years ago
ArnoldZokas
2c94ecc74a
Removed cfg folder in preparation for build configuration refactoring
14 years ago
ArnoldZokas
0e97eb2800
Removed original NAnt build script
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
kenton@google.com
b541e3c966
Use native line endings on VS project files (they are, in fact, text).
14 years ago
ArnoldZokas
ed0b7140fa
Build performance optimisations
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
csharptest
5c69749b0b
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
kenton@google.com
27028bcb97
Fix issue 208.
15 years ago
kenton@google.com
0c293def6c
Fix issue 207
15 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
ArnoldZokas
d10c5e794d
build performance optimisations
15 years ago
ArnoldZokas
fca5d2b6a2
Removed obsolete messages from build
15 years ago
ArnoldZokas
eb577e6096
Implemented an alternative build script using MSBuild 4.0
15 years ago
ArnoldZokas
7a9ef8725e
Added NUnit 2.2.8.0 to lib
15 years ago
ArnoldZokas
afd1ee9454
Updated git ignore list
15 years ago
Wink Saville
7d0a2a3c88
Add libprotobuf-cpp-2.3.0-full.
...
Add full c++ version of libprotobuf as a static library.
Change-Id: I153bc913ff51e6a904284b733cac000497e1caac
15 years ago