History log of /third_party/protobuf/ruby/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ffe3c63210-Sep-2024 openharmony_ci <120357966@qq.com>

!88 protobuf增加pac编译选项
Merge pull request !88 from lixing/master


.gitignore
Gemfile
README.md
Rakefile
compatibility_tests/v3.0.0/README.md
compatibility_tests/v3.0.0/Rakefile
compatibility_tests/v3.0.0/test.sh
compatibility_tests/v3.0.0/tests/basic.rb
compatibility_tests/v3.0.0/tests/generated_code.proto
compatibility_tests/v3.0.0/tests/generated_code_test.rb
compatibility_tests/v3.0.0/tests/repeated_field_test.rb
compatibility_tests/v3.0.0/tests/stress.rb
compatibility_tests/v3.0.0/tests/test_import.proto
ext/google/protobuf_c/defs.c
ext/google/protobuf_c/encode_decode.c
ext/google/protobuf_c/extconf.rb
ext/google/protobuf_c/map.c
ext/google/protobuf_c/message.c
ext/google/protobuf_c/protobuf.c
ext/google/protobuf_c/protobuf.h
ext/google/protobuf_c/repeated_field.c
ext/google/protobuf_c/storage.c
ext/google/protobuf_c/upb.c
ext/google/protobuf_c/upb.h
ext/google/protobuf_c/wrap_memcpy.c
pom.xml
src/main/java/com/google/protobuf/jruby/RubyBuilder.java
src/main/java/com/google/protobuf/jruby/RubyDescriptor.java
src/main/java/com/google/protobuf/jruby/RubyDescriptorPool.java
src/main/java/com/google/protobuf/jruby/RubyEnum.java
src/main/java/com/google/protobuf/jruby/RubyEnumBuilderContext.java
src/main/java/com/google/protobuf/jruby/RubyEnumDescriptor.java
src/main/java/com/google/protobuf/jruby/RubyFieldDescriptor.java
src/main/java/com/google/protobuf/jruby/RubyMap.java
src/main/java/com/google/protobuf/jruby/RubyMessage.java
src/main/java/com/google/protobuf/jruby/RubyMessageBuilderContext.java
src/main/java/com/google/protobuf/jruby/RubyOneofBuilderContext.java
src/main/java/com/google/protobuf/jruby/RubyOneofDescriptor.java
src/main/java/com/google/protobuf/jruby/RubyProtobuf.java
src/main/java/com/google/protobuf/jruby/RubyRepeatedField.java
src/main/java/com/google/protobuf/jruby/SentinelOuterClass.java
src/main/java/com/google/protobuf/jruby/Utils.java
src/main/java/google/ProtobufJavaService.java
src/main/sentinel.proto
tests/basic.rb
tests/basic_proto2.rb
tests/basic_test.proto
tests/basic_test_proto2.proto
tests/common_tests.rb
tests/encode_decode_test.rb
tests/gc_test.rb
tests/generated_code.proto
tests/generated_code_proto2.proto
tests/generated_code_proto2_test.rb
tests/generated_code_test.rb
tests/repeated_field_test.rb
tests/stress.rb
tests/test_import.proto
tests/test_import_proto2.proto
tests/test_ruby_package.proto
tests/test_ruby_package_proto2.proto
tests/type_errors.rb
tests/well_known_types_test.rb
travis-test.sh