Feng Xiao
6936f17b88
Update post_process_dist.sh to produce a separate package for each
...
language.
2014-12-03 17:37:42 -08:00
Feng Xiao
137dd0f17f
Delete some globals in ShutdownProtobufLibrary().
2014-12-03 16:31:47 -08:00
Feng Xiao
35ef68056c
Add a missing Java dist file.
2014-12-03 15:45:28 -08:00
Feng Xiao
58dfce9384
Update version number in descriptor.pb.h and plugin.pb.h. Protect death
...
tests with macro PROTOBUF_HAS_DEATH_TEST.
2014-12-03 12:12:17 -08:00
Feng Xiao
81a630c66e
Update version number to v3.0.0-alpha-1
2014-12-03 11:52:21 -08:00
Nobuaki Sukegawa
2413cb57ef
Make C++ string oneof field compatible with C++11
...
string oneof field was generated into "const ArenaStringPtr" field inside
"default_oneof_instance_" struct (of name "<class name>OneofInstance").
On the other hand, in C++11, const field of type with trivial default
constructor causes enclosing type's implicit default constructor to be deleted.
Since ArenaStringPtr has tirvial default constructor, this caused default
constructor of "default_oneof_instance_" struct to be deleted, making the
constructor call inside generated code invalid and fail to compile.
2014-12-03 23:41:40 +09:00
Nobuaki Sukegawa
4470dcba6c
Display element name in test error log
2014-12-03 23:05:45 +09:00
Nobuaki Sukegawa
8ba0e35764
Make test code runnable with C++11
...
Preprocessor token right after string literal without whitespace results
in parse failure in C++11.
2014-12-03 23:05:45 +09:00
Feng Xiao
77931993f4
Explicitly list all Java lite runtime tests (and exclude those depending
...
TestUtil which transitively depend on the full runtime).
2014-12-02 18:00:26 -08:00
Feng Xiao
a451681937
Merge pull request #116 from xfxyjwf/fix_warnings
...
Get rid of some build warnings.
2014-12-02 15:47:31 -08:00
Feng Xiao
e45149b4a7
Merge pull request #115 from xfxyjwf/fix_107
...
Add a ./configure flag "DIST_LANG".
2014-12-02 15:47:00 -08:00
Feng Xiao
ef4311302f
Merge pull request #111 from xfxyjwf/googlebot
...
Replace links in nano proto code.
2014-12-02 15:46:08 -08:00
Feng Xiao
9e9ca4b60a
Merge pull request #105 from xfxyjwf/fix_92
...
Fix Python C++ implementation build issues
2014-12-02 15:45:45 -08:00
Feng Xiao
e559b51b8d
Merge pull request #81 from xfxyjwf/syntax_warning
...
Report a warning if the proto file doesn't have a syntax statement.
2014-12-02 15:45:36 -08:00
Feng Xiao
9173ba22a9
Get rid of some build warnings.
2014-12-02 15:28:11 -08:00
Feng Xiao
8f7dec8ee1
Add a ./configure flag "DIST_LANG" to select which langauge to include
...
in a distribution package.
2014-12-02 14:15:26 -08:00
Feng Xiao
7f2a9fb1af
Merge pull request #102 from fizbin/bytestring_serializable
...
Make ByteStrings serializable with java serialization.
2014-11-27 18:49:11 -08:00
Daniel Martin
a32a1a761b
Add tests for other ByteString subclasses
2014-11-27 07:11:03 -05:00
Feng Xiao
bdcdee0a1d
Merge pull request #109 from nsuke/tb-vim-oneof
...
Add oneof keyword to proto.vim
2014-11-26 17:06:49 -08:00
Feng Xiao
7d4117c412
Merge pull request #110 from nsuke/tb-typo-cpp_extension
...
Fix typo
2014-11-26 17:06:31 -08:00
Feng Xiao
061065993f
Replace links in nano proto code.
2014-11-26 16:58:20 -08:00
Feng Xiao
c25d9feb4d
Down-integrate from internal code base.
2014-11-26 16:15:29 -08:00
Nobuaki Sukegawa
e5a17998cc
Fix typo
2014-11-27 03:28:57 +09:00
Nobuaki Sukegawa
33bb176603
Add oneof keyword to proto.vim
2014-11-27 02:57:31 +09:00
Feng Xiao
90f2f50233
Make Java TextFormat.printToUnicodeString() escape newlines.
...
Fix issue #77
2014-11-25 17:09:07 -08:00
Feng Xiao
209840eca7
Merge pull request #106 from xfxyjwf/fix_62
...
Fix javadoc warnings.
2014-11-25 16:48:07 -08:00
Feng Xiao
418ece3bd1
Fix javadoc warnings.
2014-11-25 16:15:02 -08:00
Feng Xiao
d1ec493a12
Fix Python C++ implementation build issues:
...
1. Haven't included the include path for "config.h".
2. Use of C++11 auto keyword.
2014-11-25 15:21:08 -08:00
Jisi Liu
7d2db50b21
Merge pull request #104 from pherl/master
...
Link Java Nano generator into protoc.
2014-11-25 15:12:24 -08:00
Jisi Liu
241921c666
Merge branch 'master' of github.com:google/protobuf
2014-11-25 14:55:18 -08:00
Jisi Liu
e9bbfbcd38
Link Java Nano generator into protoc.
2014-11-25 14:47:04 -08:00
Feng Xiao
6ae3bde73d
Fix issue 99.
2014-11-25 14:01:44 -08:00
Feng Xiao
7f3a25bebd
Merge pull request #103 from Ang3lus/master
...
Fix "anonymous types declared in an anonymous union are an extension" warning when using clang with -pedantic switch
2014-11-25 11:46:39 -08:00
Łukasz Twarduś
dd449e1c79
Fix "anonymous types declared in an anonymous union are an extension"
...
warning when using clang with -pedantic switch
2014-11-25 19:25:38 +01:00
Daniel Martin
5ff8dc8e00
Make ByteStrings serializable with java serialization.
2014-11-25 13:00:03 -05:00
Feng Xiao
99aa0f9e8f
Down-integrate from internal code base.
2014-11-20 16:18:53 -08:00
Feng Xiao
49bc8c0963
Add nano proto authors and update LICENSE file to include Android.mk.
2014-11-20 14:27:46 -08:00
Feng Xiao
aa8ef98a1f
Merge pull request #91 from xfxyjwf/android_nano
...
Merge nano proto into protobuf repository.
2014-11-20 14:22:55 -08:00
Feng Xiao
9e65d4bfb3
Fix the broken link at the bottom of javanano/README.txt
2014-11-20 14:21:43 -08:00
Feng Xiao
8a87fb8ecf
Merge pull request #79 from xfxyjwf/license
...
Update LICENSE to list files that aren't copyrighted by Google Inc.
2014-11-20 14:17:29 -08:00
Feng Xiao
95c25918aa
Merge nano proto into protobuf repository.
...
Source: https://android.googlesource.com/platform/external/protobuf.git
2014-11-19 17:14:29 -08:00
Feng Xiao
cd980d1c13
Prepare nano proto code to be merged into protobuf repository.
2014-11-19 15:58:54 -08:00
Feng Xiao
6a51460b98
Merge pull request #89 from tseaver/ignore-map_generated_files
...
Ignore files generated from new 'map*.protobuf' sources.
2014-11-18 15:43:23 -08:00
Tres Seaver
e9d18bca28
Ignore files generated from new 'map*.protobuf' sources.
2014-11-18 18:41:40 -05:00
Feng Xiao
db90dff872
Merge pull request #88 from tseaver/fix-class_key_must_be_declared_w_friend
...
Fix compiler error: "a class-key must be used when declaring a friend"
2014-11-18 15:02:09 -08:00
Tres Seaver
4113685cdd
Fix testcase compile failure under gcc 4.6:
...
google/protobuf/map_test.cc:88:16: error: expected ‘;’ at end of member declaration
google/protobuf/map_test.cc:88:18: error: ‘override’ does not name a type
.
2014-11-18 11:58:21 -05:00
Tres Seaver
0fab06062f
Fix 'error: a class-key must be used when declaring a friend' compile error.
2014-11-18 11:37:37 -05:00
Tres Seaver
0eb74768d0
Merge remote-tracking branch 'upstream/master'
2014-11-18 09:04:45 -05:00
Feng Xiao
e4f063f263
Merge pull request #86 from tseaver/compat_w_git_lt_1.8
...
Make .gitignore more robust
2014-11-17 18:17:10 -08:00
Feng Xiao
53c1029362
Merge pull request #84 from tseaver/fix_80-avoid_INT32_MAX_MIN
...
Don't rely on non-standard 'INT32_MAX' / 'INT32_MIN'.
2014-11-17 18:15:40 -08:00