- 12 Dec, 2014 6 commits
-
-
Chris Fallin authored
system. The Ruby module build now uses an amalgamated distribution of upb, and successfully builds a Ruby gem called 'google-protobuf' with module 'google/protobuf'.
-
Feng Xiao authored
Source code refactoring. Extracted common functionality in cpp_helpers.c...
-
Krishna authored
-
Krishna authored
-
Krishna authored
Returned print_indent and print_outdent back to printservicestub and printserviceclass in python generator
-
Feng Xiao authored
Make C++ code generation of string oneof field compatible with C++11
-
- 11 Dec, 2014 5 commits
- 10 Dec, 2014 5 commits
-
-
Krishna authored
-
Krishna authored
Source code refactoring. Extracted common functionality in cpp_helpers.cc and python/python_generator.cc
-
Joshua Haberman authored
Provide a Ruby extension.
-
Feng Xiao authored
-
Chris Fallin authored
This adds a Ruby extension in ruby/ that is based on the 'upb' library (now included as a submodule), and adds support for Ruby code generation to the protoc compiler.
-
- 09 Dec, 2014 6 commits
- 05 Dec, 2014 3 commits
- 04 Dec, 2014 4 commits
- 03 Dec, 2014 7 commits
-
-
Feng Xiao authored
-
Feng Xiao authored
tests with macro PROTOBUF_HAS_DEATH_TEST.
-
Feng Xiao authored
-
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 4 commits