Craig Tiller
e602169fa0
First pass IWYU tooling ( #27857 )
...
* First pass IWYU tooling
* fix
* Automated change: Fix sanity tests
* Update iwyu.sh
* Update iwyu.sh
* Update Dockerfile.template
* Update iwyu.sh
* Automated change: Fix sanity tests
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
3 years ago
yulin-liang
6ba52fd83e
Support swift package manager for grpc-core and grpc-cpp.
4 years ago
Esun Kim
0e0e12aa22
Using comp_db for clang-tidy
4 years ago
Lidi Zheng
99eefe48b2
Add grpc-prefixed package generation script
5 years ago
Patrice Chalin
df5b521e07
Ignore `cmake/build/` anywhere in the repo
...
Ignore `cmake/build/` anywhere in the repo, not just at the root level. This is helpful when working on the examples.
5 years ago
Richard Belleville
0c4af58acc
Add test and fake LRU cache interface
5 years ago
Lidi Zheng
ae3c098e02
Fix the styling
5 years ago
Lidi Zheng
684c50389c
Add pytype as one of our sanity tests
5 years ago
Lidi Zheng
45e23ef3ad
Ship grpcio-status with the actual proto file
5 years ago
Lidi Zheng
9788a9a835
Add side-products of Python compilation to gitignore
5 years ago
Muxi Yan
2999d041eb
Fix sanity check issue
5 years ago
Muxi Yan
87687dec01
Use compressed header file
5 years ago
Muxi Yan
4ba1864cd9
Use gRPC repo to store boringssl prefix headers
5 years ago
Muxi Yan
6d61f63172
Provide script to upgrade BoringSSL in Objective-C
5 years ago
Lidi Zheng
fc82a522a1
Add .python-version to .gitignore
5 years ago
Esun Kim
21df81dfc2
Squashed 'third_party/upb/' content from commit 9effcbcb27
...
git-subtree-dir: third_party/upb
git-subtree-split: 9effcbcb27f0a665f9f345030188c0b291e32482
5 years ago
Esun Kim
4d88f39d54
Squashed 'third_party/upb/' content from commit 9effcbcb27
...
git-subtree-dir: third_party/upb
git-subtree-split: 9effcbcb27f0a665f9f345030188c0b291e32482
5 years ago
Esun Kim
5a9a8a6be8
Add .history to .gitignore
5 years ago
Lidi Zheng
96a7b68edc
Ignore Visual Studio Code configurations
5 years ago
Muxi Yan
19d576fbb3
update gitignore for files generated by tvOS and watchOS builds
5 years ago
mgravell
05a0dd20e4
convert micro-benchmarks to benchmarkdotnet
5 years ago
Moiz Haidry
226e63dd0c
Move server context implementation to grpc_impl namespace and typedef the ref to it
6 years ago
Nicolas "Pixel" Noble
053c62c78f
Adding bazel wrapper for our sanctified version of bazel.
6 years ago
Richard Belleville
930cec4e27
Revert "Merge pull request #18912 from grpc/revert-bazel-changes"
...
This reverts commit c9a259aa3a
, reversing
changes made to 9c882bc725
.
6 years ago
Richard Belleville
50b5240d0a
Revert "Merge pull request #18859 from grpc/internal_py_proto_library"
...
This reverts commit 5b720f19c1
, reversing
changes made to a64ae3c0d5
.
6 years ago
Richard Belleville
05f37c8143
Remove dependency on pubref/rules_proto.
...
This commit resolves #18331 .
This commit resolves #18256 .
This commit resolves... another TODO that apparently didn't have an
associated github issue.
We swap out pubref's implementation of py_proto_library with our own,
which more closely mirrors the interface of the internal
py_proto_library, taking the descriptor file output of a proto_library
rule as input.
One minor change in behavior was introduced for simplicity. When a
py_proto_library depends on a proto_library with a source proto file in
a subdirectory of the bazel package, the import module of the resultant
python library will reflect the package, *not* the full directory of the
proto file, including both the bazel package and the subdirectories, as
pubref did previously. This behavior also more closely mirrors google
internal behavior.
This commit also introduces a slightly more stringent bazel format
script. Buildifier on its own will not take care of long lines, but by
running yapf first, we end up with a more legible file. At the moment,
there is no sanity check associated with this formatter.
6 years ago
Esun Kim
87d0c8b377
Added visual studio code files to .gitignore
...
Let git ignore the local artifacts created by visual studio code.
Reference: https://www.gitignore.io/api/visualstudiocode
Deleted unncessary .vscode/launch.json
6 years ago
Tommy Chen
b343917c5f
revert .gitconfig
6 years ago
Tommy Chen
644f6e28db
fixed if<space>
6 years ago
kpayson64
1bfff8eec0
Initial gevent support
...
Because some cpp code ends up leaking into cython, we change
the cython generator to generate cpp code.
7 years ago
Jan Tattermusch
a41e997a87
cmake output to gitignore
7 years ago
Muxi Yan
1928857254
Update .gitignore
7 years ago
Dan Born
53d5503fac
Pass a pollset_set to some client handshakers.
7 years ago
Matt Kwong
b75db422bd
Add multi-vm performance tests to Kokoro
7 years ago
Nathaniel Manista
4138889086
Ignore all Python 3 virtual environments
...
How soon could Python 4 happen anyway? :-P
7 years ago
Alexander Polcyn
f5521c33f9
Revert "Merge branch 'master' into v1.3.x"
...
This reverts commit 79759fea1a
, reversing
changes made to dc36f4df6a
.
8 years ago
Craig Tiller
13c0e6e549
Update .gitignore
8 years ago
David Garcia Quintas
4dabb9a5b0
Remove ctags file checked in by accident
8 years ago
Nathaniel Manista
9f1e5ab3c9
Add test behavior to yapf_code.sh
...
With this change yapf_code no longer changes the code under test when
executed from within the sanity tests.
8 years ago
Nathaniel Manista
73495e3b35
Ignore python_pylint_venv/.
...
This should have been included in 1a967c31c3
.
8 years ago
Craig Tiller
7c70b6c144
Revert "Revert "Metadata handling rewrite""
...
This reverts commit 5e01e2ac97
.
8 years ago
Craig Tiller
5e01e2ac97
Revert "Metadata handling rewrite"
8 years ago
Masood Malekghassemi
06dea573da
Enable running Python formatting
8 years ago
Masood Malekghassemi
62d895bc77
Paper-over Python errors
...
This reads directly off of the slices rather than ref'ing and unref'ing
them. There's likely some silliness w.r.t. interned slices and
references to them outliving their associated call objects, but we are
just ignoring that for now.
8 years ago
Jan Tattermusch
5c79a3199c
cleanup tools/run_tests directory
8 years ago
Yuan He
2b605837b0
take tmp out of .gitignore file
8 years ago
Yuan He
9383d2b809
Ruby: show error class and message instead of unknown
8 years ago
ncteisen
3439520bb6
Untracked generated node_modules directory
8 years ago
Nicolas "Pixel" Noble
31d11dbfb8
Starting this from scratch
...
-) Basic workspace
-) Basic BUILD file with macros
8 years ago
Arkadiy Shapkin
40beb37859
Fix CMake for Windows
8 years ago