Micah Kornfield
6f6778276d
update template format
4 years ago
Micah Kornfield
596dcc555d
fix gen_build_yaml.py formatting
4 years ago
Micah Kornfield
474ed0453c
fix format setup.py
4 years ago
Micah Kornfield
de2e9e5241
remove unused variable
4 years ago
Micah Kornfield
8e501c86f5
Move over to using sources.json from boring.ssl.
...
- Undo a bunch of hacks in src/boringssl/gen_build_yaml.py
- Store the structued data in YAML/dependencies.py so
we don't need to recreate the filters.
- Update setup.py accordingly
4 years ago
emkornfield
cdf2f2f8a3
Update setup.py
...
Remove windows. Use proper filter for mac.
4 years ago
Micah Kornfield
8cd8736c2b
address comments
4 years ago
Micah Kornfield
35c0a4cfff
Adds option of using ASM for BoringSSL in Python.
...
- Adds a new environment variable for turning on the build of ASM
for boring SSL.
- Only enables for x86_64 for now. I think this is likely the most
common target and the only machine I have readily accessible.
4 years ago
Lidi Zheng
0723f806a4
Merge pull request #23718 from lidizheng/setup-warning
...
Resolve the user warning generated by our setup.py
4 years ago
Lidi Zheng
1fc6b16278
Merge pull request #23720 from lidizheng/fix-docgen-py
...
Fix and simplify Python docgen script
4 years ago
Mark D. Roth
451e605926
Merge pull request #23716 from markdroth/address_attributes
...
Add per-address attribute mechanism that does not affect subchannel uniqueness.
4 years ago
Mark D. Roth
7f7a6916f6
Merge pull request #23581 from markdroth/server_c++
...
Convert grpc_server to idiomatic C++.
4 years ago
Esun Kim
a7ffb7e47c
Regen upb files
4 years ago
Esun Kim
e2e6b1839e
Update upb in bazel
4 years ago
Esun Kim
3eaa178894
Merge commit '6d7d35fa3968f00bc252e5314b962a9a3b44c67f' into upb-upgrade
4 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
4 years ago
Karthik Ravi Shankar
91b6977669
Merge pull request #23719 from karthikravis/fold-errors
...
Remove error_details_impl.h
4 years ago
Yash Tibrewal
d35c1c13cd
Merge pull request #23636 from yashykt/settingsdeadline
...
Receive SETTINGS frame on clients before declaring subchannel READY
4 years ago
Mark D. Roth
0b61aea1c5
Convert grpc_server to idiomatic C++.
4 years ago
Vijay Pai
cd20a80a1e
Merge pull request #23653 from vjpai/bm_cq
...
Properly follow callback CQ API guarantees rather than existing behavior in ubm
4 years ago
nanahpang
997e6a7910
Update check_include_guards.py
...
Fixed the Py3 checker issue during import. Use print() instead of print and add "from __future__ import print_function" for py2 and py3 compatibility.
4 years ago
Lidi Zheng
5151783c58
Remove unused file
4 years ago
Lidi Zheng
38530cc2bc
Make docgen work better with virtualenv
4 years ago
Karthik Ravi Shankar
17b207ae93
Fix build_autoregenerated.yaml
4 years ago
Lidi Zheng
981baff79b
Fix the docgen script:
...
1. Make it use python3 by default;
2. Simplify its arguments.
4 years ago
Karthik Ravi Shankar
5d73e3af27
Remove error_details_impl.h
...
https://github.com/grpc/grpc/pull/23601 should have removed
error_details_impl.h, but it did not.
This PR fixes this oversight.
4 years ago
Lidi Zheng
d0fbf25216
Resolve the user warning generated by our setup.py
4 years ago
Jan Tattermusch
61620a0963
Merge pull request #23703 from jtattermusch/switch_cpp_interop_to_cmake
...
Switch C++ interop tests build to cmake
4 years ago
Lidi Zheng
4c6961c06a
Merge pull request #23697 from emkornfield/rollback_rollback
...
Rollback to uses sources.json for BoringSSL
4 years ago
Mark D. Roth
35d3e7c531
Add per-address attribute mechanism that does not affect subchannel uniqueness.
4 years ago
Mark D. Roth
b17cc6abfc
Merge pull request #23705 from markdroth/include_guard_c++_endif
...
Allow C++-style comments on #endif lines.
4 years ago
Mark D. Roth
80fde54661
Merge pull request #23630 from markdroth/repo_mgr
...
Pass repo manager duty to nicolasnoble.
4 years ago
Vijay Pai
94a85b051d
Expand comment to address reviewer feedback
4 years ago
Eric Gribkoff
80bdca9b68
Merge pull request #23677 from ericgribkoff/java_v1.31.0
...
Add grpc-java v1.31.0 to interop test client matrix
4 years ago
Mark D. Roth
41d87b7307
Allow C++-style comments on #endif lines.
4 years ago
Yash Tibrewal
0aa52ab85e
Remove debug logging
4 years ago
Karthik Ravi Shankar
9d81adf3ce
Merge pull request #23600 from karthikravis/server-credentials
...
Move ServerCredentials from ::grpc_impl to ::grpc
4 years ago
Esun Kim
28ae98f339
Merge pull request #23696 from veblush/msan-workaround
...
Add MSAN workaround to TestEnvironment
4 years ago
Esun Kim
f83a4ee3b7
Merge pull request #23700 from veblush/msan-fix3
...
Add TestEnvironment to tests
4 years ago
Esun Kim
57de94bca6
Merge pull request #23699 from veblush/no-absl-lock-on-mac-2
...
Disable GPR_ABSEIL_SYNC on Apple platforms
4 years ago
Jan Tattermusch
b1ab3c1217
add cmake to grpc_interop_cxx docker image
4 years ago
Yash Tibrewal
e310d4366c
Receive SETTINGS frame on clients before declaring subchannel READY
4 years ago
Jan Tattermusch
d4f3e05fef
switch C++ interop tests to cmake
4 years ago
apolcyn
965e54010a
Merge pull request #23694 from apolcyn/fix_alts_fake_master
...
Make fake insecure servers in ALTS concurrent connectivity test eagerly send empty settings frames
4 years ago
Stanley Cheung
f836410fa9
Merge pull request #23660 from stanley-cheung/deflake-dart-pub-get
...
Attempt to de-flake dart interop build
4 years ago
Esun Kim
5112d75a46
Add TestEnvironment to tests
4 years ago
Jan Tattermusch
ebeed0c459
Merge pull request #23587 from jtattermusch/bad_bad_re2
...
Fix repeated builds broken by re2's cmake
4 years ago
Esun Kim
7948a5c690
Disable GPR_ABSEIL_SYNC on Apple platforms
4 years ago
Micah Kornfield
b5efeecf31
Fallback to google3 path of sources.json if initial link doesn't work
4 years ago
Micah Kornfield
a8aeb280be
Revert "Merge pull request #23652 from grpc/revert-23568-use_sources"
...
This is a rollback of rollback to depend on sources.json for boringssl.
This reverts commit eaa670510c
, reversing
changes made to 5488e7b5cd
.
4 years ago