Mike Kruskal
bcd175578f
Merge pull request #10586 from jhump/jh/validate-reserved-names
...
protoc: validate reserved names are identifiers
2 years ago
Josh Humphries
8f17f57855
don't return false and abort parsing of current statement
2 years ago
Josh Humphries
072fb8f58a
downgrade to a warning
2 years ago
Dennis Shao
3a05f4363e
Merge pull request #10629 from protocolbuffers/shaod2-patch-1
...
Correct the link to example WORKSPACE file
2 years ago
Dennis Shao
790f85dad2
Correct the link to example WORKSPACE file
2 years ago
Mike Kruskal
2dcd3e4a01
Merge pull request #10623 from mkruskal-google/sync-stage
...
Integrate from Piper for C++, Java, and Python
2 years ago
Mike Kruskal
d4af9c919f
Fixing bad merges, updating generated files
2 years ago
Mike Kruskal
719dc252a3
Update changelog
2 years ago
Mike Kruskal
ab09b6421a
Merge remote-tracking branch 'refs/remotes/upstream/main' into sync-stage
...
# Conflicts:
# src/google/protobuf/compiler/objectivec/objectivec_enum.cc
# src/google/protobuf/compiler/objectivec/objectivec_extension.cc
# src/google/protobuf/compiler/objectivec/objectivec_field.cc
# src/google/protobuf/compiler/objectivec/objectivec_file.cc
# src/google/protobuf/compiler/objectivec/objectivec_generator.cc
# src/google/protobuf/compiler/objectivec/objectivec_helpers.cc
# src/google/protobuf/compiler/objectivec/objectivec_message.cc
# src/google/protobuf/compiler/objectivec/objectivec_oneof.cc
# src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc
# src/google/protobuf/compiler/plugin.pb.h
# src/google/protobuf/descriptor.pb.h
2 years ago
Mike Kruskal
634a49adf3
Merge tag 'refs/tags/sync-piper' into sync-stage
2 years ago
Mike Kruskal
d85c9944c5
Sync from Piper @475378801
...
PROTOBUF_SYNC_PIPER
2 years ago
Thomas Van Lenten
5392dc1dd4
[ObjC] Use a real import for GPBExtensionRegistry.
...
The fwd decls can lead to ambiguity for downstream users, so use a full import
to avoid the potential issues.
2 years ago
Matt Fowles Kulukundis
45413e29a4
Merge pull request #10621 from tpudlik/pw_extension
...
Add reserved extension number for Pigweed
2 years ago
Ted Pudlik
99955470e0
Add reserved extension number for Pigweed
...
The extension number will be used for providing custom options to the
Pigweed protobuf compiler. Support for this is added in
https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/110632 .
2 years ago
Thomas Van Lenten
6a28393f08
Keep the class forward declaration also.
...
Some users might be depended on these, so until everything is flipped to
explicit imports, need to still provide the class declaration so the proto isn't
a breaking change.
2 years ago
Mike Kruskal
81e35132bf
Improve CMake installation tests ( #10615 )
...
* Using glob to remove headers instead of cyclic file_lists
* Simplify CMake config and include missing files
* Don't remove generated proto headers
* Fix broken CMake proto dependencies instead of opting out pb.h files.
* Fixing cyclic dependency
2 years ago
Mike Kruskal
01c340d0bb
Adding full build to 32 bit tests ( #10589 )
...
* Adding full build to 32 bit tests
* Running C++ tests in 32 bit builds
* Patching static assert test failure
* Test fixes for 32-bit architectures
* Cleanup after CMake build
* Save protoc before cleanup
* Route protoc better
2 years ago
Thomas Van Lenten
f191ab0f35
Provide a protocol for GPBExtensionRegistry's lookup support.
...
This allows some to use an alternative registry if they have a different
implementation.
This is really just wiring though the change to use the GPBExtensionRegistry
protocol vs the concrete GPBExtensionRegistry through the other apis.
2 years ago
Mike Kruskal
e18aa2eda7
Fix broken examples build ( #10614 )
...
* Add .bazelrc for examples repo
* Include examples in some of our basic tests
2 years ago
Protobuf Team Bot
fe9db54ced
Auto-generate CMake file lists after PR #10612
2 years ago
Adam Cozzette
975ed9f704
Make slight change to ordering in src/file_lists.cmake ( #10612 )
...
This change does not directly do anything useful, but the goal is to
confirm that the GitHub action for auto-generating file_lists.cmake will
quickly rewrite the file in its canonical form.
2 years ago
Adam Cozzette
6be96e7a20
Run CMake file auto-generation only on the main protobuf repo ( #10611 )
...
This workflow will otherwise fail on forks, so let's make sure to do it
only on the main repo where we need it.
2 years ago
Adam Cozzette
805812ec90
Auto-generate CMake file lists in GitHub action ( #10592 )
...
This GitHub action will run after each pull request merge and will auto-update
the file lists in in src/file_lists.cmake. The action will run as our
bot account.
I realized that if a bug somehow made the file generation
non-idempotent, this could trigger an infinite loop of commits, so I put
in an extra safeguard against that. If the previous commit was by
"Protobuf Team Bot", the GitHub action will revert any local changes to
ensure that no new commit will be made.
2 years ago
Thomas Van Lenten
2202cc8d33
Add clang-format for some things are well formatted already.
...
The sources haven't yet been reformatted, there are lots of Print() calls that
end up worse, but those should probably get revisit to Emit() instead.
2 years ago
deannagarcia
39ccc1c510
Merge pull request #10599 from deannagarcia/kotlinPublic
...
Add "public" modifier to Kotlin generated code
2 years ago
Deanna Garcia
42ce332a5f
Add missing modifier
2 years ago
Deanna Garcia
47a3ccf756
Add missing public
2 years ago
Deanna Garcia
b6a3f6eb98
Add public modifier
2 years ago
Matt Fowles Kulukundis
c4644b77cb
Merge pull request #10555 from jhump/jh/fix-consistency-with-very-large-decimal-numbers
...
protoc: fix consistency with parsing very large decimal numbers
2 years ago
Joshua Humphries
e293b5cc43
clarify comment
2 years ago
Joshua Humphries
7e745c4910
oops, fix name: LOG -> GOOGLE_LOG
2 years ago
Joshua Humphries
0362a1204f
initialize var to avoid undefined return val
2 years ago
Josh Humphries
d6acffba7b
use normal conditional
2 years ago
deannagarcia
0d0164feff
Merge pull request #10582 from protocolbuffers/main-202209142350
...
Merge 21.x release branch into main
2 years ago
Thomas Van Lenten
3c01924679
[ObjC] Move generation options out to their own file.
...
This will make it easier to pass the option down in the future to the other
parts (message, enum, extension, etc. generators) as needed.
2 years ago
Thomas Van Lenten
b67bd3309b
[ObjC] Add helper for IsCreateName for the CF Create Rule.
...
Also add tests for all of the Is*Name helpers.
2 years ago
Matt Fowles Kulukundis
96d19e7ce4
Merge pull request #10587 from thomasvl/objc_cleanup_headers
...
[ObjC] Clean up includes.
2 years ago
Miguel Young
dd052c9dc6
Merge pull request #10470 from jhump/jh/source-code-info-pseudo-options
...
json_name and default pseudo-options have source code info consistent with options
2 years ago
Miguel Young
0d3eaed6eb
Merge pull request #10514 from jskeet/float-parsing
...
Fix 32-bit floating point JSON parsing of maximal values for C#
2 years ago
Josh Humphries
f82be68831
avoid possible exception; error if octal or hex literal that is too large
2 years ago
Thomas Van Lenten
9b64c403f6
[ObjC] Clean up includes.
...
- Sort things.
- Remove the duplicate (not sure if some automation went wrong at some point).
2 years ago
Josh Humphries
0bc90b189c
put helpers into anon namespace
2 years ago
Josh Humphries
1eb29b8257
validate reserved names are identifiers
2 years ago
Josh Humphries
7702355b9c
address latest review comments
2 years ago
Mike Kruskal
0264866ce6
Use generated WKT code in Bazel builds ( #10576 )
...
* Use generated WKT code in Bazel builds
* Prefer src over external for genrule
* Prefer external over src for genrule
* Proper fix for windows proto path issues
2 years ago
Josh Humphries
4c69337faa
use template instead of macro
2 years ago
Josh Humphries
35dd193f47
add test to verify parsing of extremely large decimal integers to double values
2 years ago
Josh Humphries
4e54ec20d1
change format of int range in error message; use macro to make DRY
2 years ago
Josh Humphries
87f24e4759
add allowed ranges to error messages
2 years ago
Josh Humphries
2270d3f93c
allow excessively large int literal values (that would otherwise overflow uint64 or underflow int64) to be used as float/double values
2 years ago