Skip to content

Commit

Permalink
Revert to gpb 4.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis committed Jan 30, 2025
1 parent 94ac523 commit b09f821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gpb
Submodule gpb updated 48 files
+2 −2 .github/workflows/main.yml
+17 −5 .github/workflows/release.yml
+0 −3 .gitignore
+0 −91 ChangeLog
+14 −38 Makefile
+68 −9 README.md
+24 −32 benchmarks/proto-bench
+57 −68 build/compile_descriptor
+9 −20 build/mk_version_hrl
+70 −321 descr_src/gpb_compile_descr.erl
+2 −327 descr_src/gpb_compile_descr_tests.erl
+0 −804 descr_src/gpb_parse_descr.erl
+0 −649 descr_src/gpb_parse_descr_tests.erl
+1 −1 doc/dev-guide/decoding.md
+2 −15 helpers/import-protobuf-protos
+2 −2 helpers/send-pr-to-rebar3-gpb-plugin
+0 −40 priv/proto3/google/protobuf/LICENSE
+7 −14 priv/proto3/google/protobuf/any.proto
+6 −3 priv/proto3/google/protobuf/api.proto
+42 −351 priv/proto3/google/protobuf/descriptor.proto
+4 −3 priv/proto3/google/protobuf/duration.proto
+4 −3 priv/proto3/google/protobuf/empty.proto
+3 −3 priv/proto3/google/protobuf/field_mask.proto
+3 −3 priv/proto3/google/protobuf/source_context.proto
+6 −6 priv/proto3/google/protobuf/struct.proto
+6 −12 priv/proto3/google/protobuf/timestamp.proto
+4 −10 priv/proto3/google/protobuf/type.proto
+4 −4 priv/proto3/google/protobuf/wrappers.proto
+1 −15 rebar.config.script
+79 −62 src/gpb.erl
+82 −351 src/gpb_compile.erl
+2 −21 src/gpb_defs.erl
+2 −31 src/gpb_gen_encoders.erl
+2 −2 src/gpb_gen_introspect.erl
+2 −3 src/gpb_gen_json_decoders.erl
+17 −98 src/gpb_gen_json_encoders.erl
+47 −72 src/gpb_gen_nif.erl
+5 −12 src/gpb_gen_types.erl
+8 −42 src/gpb_gen_verifiers.erl
+2 −93 src/gpb_lib.erl
+1 −15 src/gpb_names.erl
+0 −21 src/gpb_scan.erl
+12 −208 test/gpb_compile_tests.erl
+0 −18 test/gpb_defs_tests.erl
+13 −75 test/gpb_json_tests.erl
+0 −15 test/gpb_names_tests.erl
+13 −13 test/gpb_scan_tests.erl
+7 −31 test/gpb_tests.erl

0 comments on commit b09f821

Please sign in to comment.