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
Joshua Haberman
28ec9a1fa0
Split src/ into core/ and stream/.
15 years ago
Joshua Haberman
604c1a78bc
Add upb_string.c.
15 years ago
Joshua Haberman
c4aecc414b
Strip out some stuff that's not currently being used.
15 years ago
Joshua Haberman
b04ff41664
Dynamically allocate string for error msg.
15 years ago
Joshua Haberman
be5ddd8a64
Tweaks to upb_src/upb_sink interfaces.
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
Joshua Haberman
209dce5eb0
Defined the function for getting a upb_symtab for descriptor.proto.
15 years ago
Joshua Haberman
9d051254b3
Implemented upb_baredecoder, for bootstrapping.
15 years ago
Joshua Haberman
5ea7f943f9
upb_def now theoretically works again.
15 years ago
Joshua Haberman
9c9b464553
Implement upb_deflist_qualify.
15 years ago
Joshua Haberman
956fc84150
More work on upb_def.
15 years ago
Joshua Haberman
a417be0f87
More work on upb_def.
15 years ago
Joshua Haberman
229fcf7119
upb_def compiles again, though with lots of #if 0.
15 years ago
Joshua Haberman
6bf58a7328
Incremental progress on upb_def.
15 years ago
Joshua Haberman
35e5c248be
Work to make upb_def consume a upb_src.
15 years ago
Joshua Haberman
00b403a737
Decoder is finally complete, now just needs testing.
15 years ago
Joshua Haberman
61a0f0bc5f
More decoder work.
15 years ago
Joshua Haberman
edd1f5a61f
Work on decoder buffering.
15 years ago
Joshua Haberman
d7e631d9b0
Yet more.
15 years ago
Joshua Haberman
768644817b
More decoder work.
15 years ago
Joshua Haberman
b3d40eb92f
More decoder work.
15 years ago
Joshua Haberman
5633254357
Implement proper type checking again.
15 years ago
Joshua Haberman
5743636ad1
Decoder compiler but doesn't work yet.
15 years ago
Joshua Haberman
992a03be55
More decoder work, first attempts at compiling it.
15 years ago
Joshua Haberman
ed991c3b30
More work on upb_decoder.
15 years ago
Joshua Haberman
0a57d07a07
Skeleton of upb_bytesrc.
15 years ago
Joshua Haberman
fbc57ee488
More work on the decoder.
15 years ago
Joshua Haberman
cfe0ef08c1
Changes to upb_def to stop using upb_msg.
15 years ago
Joshua Haberman
a8d3f8e543
More work on the decoder.
15 years ago
Joshua Haberman
d29f80d6f3
More incremental work.
15 years ago
Joshua Haberman
a484ea0275
WIP: intrusive changes to upb_decoder.
15 years ago
Joshua Haberman
0034e6fdb8
Revisions to src and sink interfaces.
15 years ago
Joshua Haberman
8c1e7170b7
Defined the upb_src and upb_bytesrc interfaces.
15 years ago