- 03 Dec, 2014 4 commits
-
-
Nobuaki Sukegawa authored
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.
-
Nobuaki Sukegawa authored
-
Nobuaki Sukegawa authored
Preprocessor token right after string literal without whitespace results in parse failure in C++11.
-
Feng Xiao authored
TestUtil which transitively depend on the full runtime).
-
- 02 Dec, 2014 7 commits
-
-
Feng Xiao authored
Get rid of some build warnings.
-
Feng Xiao authored
Add a ./configure flag "DIST_LANG".
-
Feng Xiao authored
Replace links in nano proto code.
-
Feng Xiao authored
Fix Python C++ implementation build issues
-
Feng Xiao authored
Report a warning if the proto file doesn't have a syntax statement.
-
Feng Xiao authored
-
Feng Xiao authored
in a distribution package.
-
- 28 Nov, 2014 1 commit
-
-
Feng Xiao authored
Make ByteStrings serializable with java serialization.
-
- 27 Nov, 2014 5 commits
-
-
Daniel Martin authored
-
Feng Xiao authored
Add oneof keyword to proto.vim
-
Feng Xiao authored
Fix typo
-
Feng Xiao authored
-
Feng Xiao authored
-
- 26 Nov, 2014 5 commits
-
-
Nobuaki Sukegawa authored
-
Nobuaki Sukegawa authored
-
Feng Xiao authored
Fix issue #77
-
Feng Xiao authored
Fix javadoc warnings.
-
Feng Xiao authored
-
- 25 Nov, 2014 8 commits
-
-
Feng Xiao authored
1. Haven't included the include path for "config.h". 2. Use of C++11 auto keyword.
-
Jisi Liu authored
Link Java Nano generator into protoc.
-
Jisi Liu authored
-
Jisi Liu authored
-
Feng Xiao authored
-
Feng Xiao authored
Fix "anonymous types declared in an anonymous union are an extension" warning when using clang with -pedantic switch
-
Łukasz Twarduś authored
warning when using clang with -pedantic switch
-
Daniel Martin authored
-
- 21 Nov, 2014 1 commit
-
-
Feng Xiao authored
-
- 20 Nov, 2014 5 commits
- 19 Nov, 2014 1 commit
-
-
Feng Xiao authored
-
- 18 Nov, 2014 3 commits
-
-
Feng Xiao authored
Ignore files generated from new 'map*.protobuf' sources.
-
Tres Seaver authored
-
Feng Xiao authored
Fix compiler error: "a class-key must be used when declaring a friend"
-