Nathan Herring
da66b7d14e
Revert "Abseil Flags"
4 years ago
Esun Kim
5b4344063e
Upgrade Abseil to LTS 2020923.2
4 years ago
capstan
7883b5133d
Use abseil's flags in tests.
...
This replaces gflags. Added TODOs where use of `absl::Duration` or `absl::FlagSaver` might be preferred in follow-up cleanup. Fixes #24493 .
4 years ago
Esun Kim
0e0e12aa22
Using comp_db for clang-tidy
5 years ago
Yash Tibrewal
2a56886513
Update submodules: envoy-api, protoc-gen-validate, udpa
5 years ago
Donna Dionne
f7ab15de2c
Updated sha256
5 years ago
Donna Dionne
d3e6eea4cd
update boringssl dependency to master-with-bazel commit SHA
5 years ago
Mark D. Roth
79f8fc664e
Allow bazel builds without xDS via "--define grpc_no_xds=true".
5 years ago
“Mohan
ecc3779b99
remove linkstatic because its default is true
5 years ago
Jan Tattermusch
181ddf2b12
bump third_party/protobuf to v3.13.0
5 years ago
“Mohan
41bad78ab3
add features and linkstatic to grpc_cc_binary in bazel
5 years ago
Jan Tattermusch
44284486ac
add src/core/ext/upbdefs-generated include to bazel build
5 years ago
Jan Tattermusch
424d33415c
upgrade bazel to 2.2.0
5 years ago
Srini Polavarapu
7f2ef67393
Updated sha256
5 years ago
Srini Polavarapu
0e8e790d09
update boringssl dependency to master-with-bazel commit SHA
5 years ago
Richard Belleville
4040a36238
Revert changes to pyx_library
5 years ago
Esun Kim
e2e6b1839e
Update upb in bazel
5 years ago
Esun Kim
6d7d35fa39
Squashed 'third_party/upb/' changes from 92e63da733..382d5afc60
...
382d5afc60 Merge pull request #306 from haberman/bigendian
efefbffc80 Fixed binary encoding and decoding for big-endian machines.
5d3083013c Merge pull request #304 from haberman/upb-assume
55dd9d3e41 Fixed UPB_ASSUME() for non-GCC, non-MSVC platforms.
e4c8afd0d4 Merge pull request #303 from haberman/packed-def
8284321780 Fixed upb_fielddef_packed() to have the correct default.
ed86d98f53 Merge pull request #302 from haberman/verify-utf8
8e26a33bcb Added a test for UTF-8 parse checking and added missing error reporting.
2c666bc8f6 Use C-style comment instead of C++.
a77ea639d5 Verify UTF-8 when parsing proto3 string fields.
7f19072206 Merge pull request #301 from haberman/rm-pop
bfdfe5a914 Removed unused push/pop functions.
1479f2d7ca Merge pull request #299 from haberman/google3-fixes
8f11ec57d2 Applied changes from google3.
7172b981dd Merge pull request #297 from haberman/bugfixes
ffe40c9f94 Only run Valgrind if it is present.
922c126b8b Fixed unit test errors that were causing Valgrind failures.
086a68d191 Fixed memory leak that could occur after upb_arena_fuse().
35abcc248b Added test that should trigger a memory leak.
7d726c8da6 JSON parser: Bugfix for float/double in quotes.
74c60c757b Merge pull request #296 from haberman/php-fixes
efe11c6c50 Removed excess logging statement.
81c2aa753e Fixes for the PHP C Extension.
git-subtree-dir: third_party/upb
git-subtree-split: 382d5afc60e05470c23e8de19b19fc5ad231e732
5 years ago
James Fish
7ad26947c9
Fix bazel out directory when using external repo
5 years ago
daicoden
2fc3131829
Add copyrights
5 years ago
Mark D. Roth
5afa417c89
Revert "Merge pull request #23524 from markdroth/xds_logging_revert"
...
This reverts commit b5b9172915
, reversing
changes made to 47c6c826f7
.
5 years ago
Micah Kornfield
4b1bbae39b
update sha256
5 years ago
Micah Kornfield
5cd05c2b24
remove sha256
5 years ago
Micah Kornfield
d38e820b6d
update rules
5 years ago
Mark D. Roth
a0f08b1b06
Revert "Merge pull request #21941 from markdroth/xds_logging"
...
This reverts commit 37d5d93983
, reversing
changes made to 0e8190a3c9
.
5 years ago
Donna Dionne
8dd0cb4712
Add support for xDS regex matchers.
5 years ago
Jan Tattermusch
0129e35e37
update boringssl dependency to master-with-bazel commit SHA
5 years ago
Mark D. Roth
c1d7180daa
Use upb textformat library to dump out raw xDS proto messages
5 years ago
Esun Kim
681d2fcb08
Rename com_github_google_googletest to com_google_googletest
5 years ago
Mark D. Roth
f7f2659c84
update bazel build dep for upb
5 years ago
Mark D. Roth
b48f821048
Squashed 'third_party/upb/' changes from 363e39c171..92e63da733
...
92e63da733 Merge pull request #295 from haberman/mac-compile-fix
e179dda212 Added initialization of all members to satisfy compiler warnings.
f7fcc0df37 Fix divide by zero vs2019 compilation error #293 (#294 )
7d38c201fa Enabled conformance tests to run under ASAN. This apears to work now. (#292 )
0dc2394da5 Changes to support import into google3 (#291 )
git-subtree-dir: third_party/upb
git-subtree-split: 92e63da73328d01b417cf26c2de7b0a27a0f83af
5 years ago
Mark D. Roth
2f62b38028
update bazel upb dep
5 years ago
Mark D. Roth
f87b5cb505
update bazel deps for upb
5 years ago
Mark D. Roth
ffb507aa2b
update bazel upb dep and regenerate upb files
5 years ago
Mark D. Roth
cc6414893c
update bazel build dep, regenerate upb files, and add missing includes
5 years ago
Mark D. Roth
8e25c7c539
Squashed 'third_party/upb/' changes from 4e2505edaa..543a0ce8f2
...
543a0ce8f2 Fixes for PHP. (#286 )
93e2a40881 MSVC 2019 Fixes (#285 )
a1c2caeb25 More arena tests. (#279 )
16facab490 Created an amalgamation without handlers, and fixed some bugs. (#283 )
22182e6e54 Simplified epoch day algorithm. (#282 )
55f5bcd62c Add upb_symtab_lookupfile2 (#281 )
c26e8db53d Ignore Unknown Enum Value (#280 )
6c4acba610 Implemented upb_arena_fuse() (#278 )
2b1e7dc1cc Arena refactor: moves cleanup list into regular blocks (#277 )
a0ae30bd16 Remove bytes allocated measurement functions. (#276 )
025cc2ec3d New arena benchmarks that actually hit the heap. (#275 )
cef720e9b0 Parser bugfix and updated generated file. (#273 )
262bcbcada Updated generated files. (#274 )
0842f88211 Support for proto3 optional. (#270 )
d638d74d1b Add load statements for @rules_proto (#271 )
2559e78aa3 Separated C++ wrappers into separate files in a backward-compatible way. (#265 )
9bd23dab42 Changed upb status to suit GCC10's warning about strncpy(). (#268 )
38a1045975 Added a has_foo() generated method for proto3 submessage fields. (#266 )
ef25ea5281 Added Kokoro verification of the ASAN build. (#220 )
378cbbc3cc Updated to new protobuf version, and added support for packed=false. (#264 )
08b6d2d6fd Rewrite of the decoder (#263 )
git-subtree-dir: third_party/upb
git-subtree-split: 543a0ce8f21709fe7e65ac5a53cc4136d7b4216c
5 years ago
Stanley Cheung
6f72faa74b
Update to protobuf 3.12.2
5 years ago
Stanley Cheung
eccbac3443
Update grpc protoc plugins to support proto3 optional
5 years ago
Karthik Ravi Shankar
063704ebad
Revert "Update grpc protoc plugin to be compliant of proto3 field presence"
5 years ago
Stanley Cheung
f70ebf85a6
Update to protobuf 3.12.2
5 years ago
Stanley Cheung
dc9b100865
Update grpc protoc plugins to support proto3 optional
5 years ago
Srini Polavarapu
ce52c1dd71
update boringssl
5 years ago
Mark D. Roth
b95843c1b7
xds: Add support for send_all_clusters field in LRS.
5 years ago
Matt Wilson
67f3ebd90e
PR Feedback.
5 years ago
Matt Wilson
594e1f6a64
py_proto_library uses workspace and pkg paths
...
All python imports currently are added to the runfiles under __main__
which is only the default when no workspace name is provided. This
change supports both empty workspace names, and specified workspace
names.
This also supports python libs not anchored at root
5 years ago
Jan Tattermusch
20bca3dc80
use mirror for more reliable tools/bazel downloads
5 years ago
Jan Tattermusch
d067c7e663
update third_party/protobuf to 3.11.4
5 years ago
Jan Tattermusch
4e7b000148
add copyright notice
5 years ago
Jan Tattermusch
ca33752a4c
script for updating bazel mirror
5 years ago
Jan Tattermusch
5af3eafee0
add mirror for each bazel http_archive dependency
5 years ago