Jon Skeet
68a4ee267f
Merge pull request #534 from jskeet/proto3-freeze
...
Implement Freeze in C# protos
10 years ago
Jon Skeet
e36e601a39
Generated map code.
10 years ago
Jon Skeet
0d684d3420
First pass at map support.
...
More tests required. Generated code in next commit.
10 years ago
Jisi Liu
d40a0db202
Merge pull request #540 from pherl/clean-warnings
...
fix compiler warnings.
10 years ago
Jon Skeet
0698aa9737
Get the Mono build script working again.
...
The solution as a whole doesn't build yet - we probably want to remove
ProtoDump and ProtoMunge entirely, and ProtoBench should use Jan's new
benchmarks for parity with Java.
The version of NUnit on my machine, packaged with Mono 3.12.1, is
only NUnit 2.4.2, which is extremely old - it still requires an explicit
[TestFixture] attribute on test fixtures. I've added one just for ByteStringTest
for the moment so that we can see some tests passing in Travis, but as part of
a separate PR we should work on making sure we're using a recent NUnit version.
(It may already be doing so, but we can check that once it's working and merged.)
10 years ago
Jon Skeet
d487c322de
Regenerated descriptor C++ code
10 years ago
Paul Yang
eda912eeb3
Merge pull request #512 from pherl/bazel
...
Enable tests for bazel build.
10 years ago
Jisi Liu
658e72d8fb
fix compiler warnings.
...
- control reaches end of non-void function.
- remove a deprecated IsMatch.
Change-Id: Ifdeb15879bbcf591c48dc7fda1cd8994bdf87bb3
10 years ago
Jisi Liu
53c306de19
Merge pull request #538 from google/jtattermusch-patch-1
...
fix typo in cmake/README.md
10 years ago
Jon Skeet
322ec53161
Revert the change to wire_format.h.
...
It seems too much code relies on the broken behaviour. See issue #493 .
Instead, we reimplement MakeTag just for C#, temporarily.
10 years ago
Jon Skeet
bfee2dfe13
Implement freezing for messages and repeated fields.
...
Fixes issue #523 .
10 years ago
Jon Skeet
94071b54d2
Merge pull request #536 from jtattermusch/fix_appveyor
...
Integrate changes from upstream/master
10 years ago
Jan Tattermusch
60161997c8
fix typo in cmake/README.md
10 years ago
Jan Tattermusch
fbd735c5d7
Merge remote-tracking branch 'upstream/master' into fix_appveyor
10 years ago
Jan Tattermusch
659a43b593
Merge pull request #532 from jskeet/proto3-clone
...
Implement Clone.
10 years ago
Jon Skeet
785e13e3c0
Generated code changes from previous commit.
10 years ago
Jon Skeet
8c896b259e
Implement requested changes for IMessage<T>
...
1) New line at end of file
2) Make IMessage<T> itself extend IEquatable<T> and IDeepCloneable<T>
10 years ago
Joshua Haberman
242fdef65a
Merge pull request #530 from haberman/updateupb
...
Update upb to fix two bugs in the Ruby library.
10 years ago
Jon Skeet
6c1fe6ea3e
Implement Clone.
...
Fixes issue #527 .
10 years ago
Josh Haberman
fb8ed707a2
Update upb to fix two bugs in the Ruby library.
...
Fixes:
https://github.com/google/protobuf/issues/502
https://github.com/google/protobuf/issues/425
10 years ago
Feng Xiao
d0eb7786a9
Fix appveyor tests.
10 years ago
Paul Yang
d3d66d7976
Merge pull request #503 from thomasvl/add_nonnill_markup
...
Add nonnull/nullable/null_resettable markup to ObjC library.
10 years ago
Jan Tattermusch
45b70328f2
Merge pull request #515 from jskeet/proto3-only
...
Proto3 experimental C# fork
10 years ago
Jon Skeet
50a3a809e8
Merge remote-tracking branch 'upstream/master' into proto3-only
10 years ago
Jon Skeet
8e9dd12b3a
Update the readme to give more context of what's going on.
10 years ago
Jon Skeet
cdeda4b876
Minor cleanup.
...
- Make some members internal
- Remove a lot of FrameworkPortability that isn't required
- Start adding documentation comments
- Remove some more group-based members
- Not passing in "the last tag read" into Read*Array, g
10 years ago
Jon Skeet
d7dda2fed8
Use an empty array instead of a null reference for an empty repeated field.
10 years ago
Jisi Liu
7a0c431c8f
Enable tests for bazel build.
...
Change-Id: I63ed5fb58a45e098f2fd1fa457a219148de030bd
10 years ago
Jisi Liu
5b3a8e7635
Merge pull request #510 from pherl/bazel
...
Remove OUTS constants in BUILD
10 years ago
Jisi Liu
94062398dc
Remove OUTS constants in BUILD
...
Induce those from the input proto file names instead to reduce the
lenght of the BUILD file.
Change-Id: I1dda57dedac547f4bd0cc3a7d08fb611d72acd13
10 years ago
Jisi Liu
89834be92e
Merge pull request #509 from pherl/update_BUILD
...
Update BUILD for the recent json util change.
10 years ago
Jisi Liu
af3eafd1b1
Update BUILD for the recent json util change.
...
Change-Id: I0b5a2c017f5412aaca3a47815671753cdef63165
10 years ago
Jisi Liu
d6286a9f41
Merge pull request #508 from pherl/nanfix
...
using ::isnan to avoid conflicts with std::isnan for C++11 build.
10 years ago
Jisi Liu
a2b7937777
using ::isnan to avoid conflicts with std::isnan for C++11 build.
...
Change-Id: I057b44eff04c3b0062a4fd4307ce6e4ca1eb952b
10 years ago
Jisi Liu
e6484d306d
Fix distcheck.
...
Change-Id: I74e2d5958b5e7b15d10e5a6468bca917323b9739
10 years ago
Jisi Liu
1e534d7ac3
Merge pull request #505 from pherl/bazel
...
Add bazel support for the project
10 years ago
Jisi Liu
e438a51389
Remove redundant include
...
Change-Id: I62640af99e3c2650a29dc5468ce3deb7b6c7efdf
10 years ago
Jisi Liu
d19604fac5
Add Bazel BUILD for the project.
...
Change-Id: I5a299d969ff96d7d2f80aadc7e8987d461d24b8f
10 years ago
Jisi Liu
1c42a8b336
Move cmake/update_file_lists.sh preparing for bazel support.
...
Change-Id: Idecb2e3a5169f7b40d832242c9c10b0eb4325654
10 years ago
Feng Xiao
e9a122eb19
Merge pull request #501 from xfxyjwf/down
...
Down-integrate from internal code base.
10 years ago
Feng Xiao
818c5eee08
Fix broken builds.
10 years ago
Jon Skeet
a0f956932d
Use our "local" copy of Encoding.UTF8 in CodedInputStream too.
10 years ago
Jon Skeet
a09b491080
Delete "lite" project and serialization project+code
...
We'll probably want a lot of the code from the serialization project when we do JSON, but enough of it will change that it's not worth keeping in a broken state for now.
10 years ago
Jon Skeet
d1b88f4310
Regenerated files.
10 years ago
Jon Skeet
09f3f4eec3
Updates to handle use of cmake for Windows builds.
10 years ago
Jon Skeet
e2acd85425
Merged master
10 years ago
Jon Skeet
d9dc05e500
Remove a lot of projects which are effectively dead from the solution - files to be killed later.
10 years ago
Jon Skeet
828b7e61d0
Use the fact that we know the tag size and bytes at codegen time to optimize.
10 years ago
Jisi Liu
b36395b2ba
Merge pull request #497 from pherl/config_h
...
Check HAVE_CONFIG_H before including "config.h"
10 years ago
Jisi Liu
78d470c7a5
Make the code independent of config.h
...
Now the Build tool needs to define -DHAVE_ZLIB and -DHAVE-PTHREAD rather
than providing a config.h
- Make pbconfig.h a manually written file to handle hash conditions
according to platform related macros.
- Remove #include "config.h" from source code.
- Changed the configure.ac and Makefile.am to pass down the macros.
- Change cmake to pass down the the macros.
Change-Id: I537249d5df8fdeba189706aec436d1ab1104a4dc
10 years ago