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
siddharthshukla
365ef40947
Add .idea folder to .gitignore
...
.idea folder is where Project settings are stored with each specific
project as a set of xml files.
8 years ago
thinkerou
52664ccee5
Fix orig files for conflicting generated
9 years ago
Masood Malekghassemi
ac586ba21e
Remove tox
9 years ago
Masood Malekghassemi
1ff429da2a
Organize Python tests to use grpcio-tools directly
...
Moves all tests into a separate package. This does not change existing
supported means of running tests (e.g. through run_tests.py).
9 years ago
Masood Malekghassemi
b926ef2fb7
Ignore cython debug information
9 years ago
murgatroid99
792b302a64
Added file that lets generated code import grpc
9 years ago
Craig Tiller
560c9017c4
Faster code generation
9 years ago
Nicolas "Pixel" Noble
590ae9dd94
Ignoring Gemfile.lock file.
9 years ago
Alistair Veitch
75d5c0f024
post merge
9 years ago
Masood Malekghassemi
1a54e5cdd5
Mitigate Python build directory naming conflict
...
On Mac and Windows, the default directory name conflicts with the BUILD
file we have.
9 years ago
Nicolas "Pixel" Noble
cb287a11df
Allowing for creation of pre-compiled gems, using rack-compiler-dock.
9 years ago
Michael Lumish
e2f3465dd4
Make Node library build on Windows
9 years ago
Jan Tattermusch
9fd61c666a
fix artifact building on win
9 years ago
Masood Malekghassemi
116982ea89
Include core in Python distribution
9 years ago
Craig Tiller
61ead3e061
Lower latency profiling
...
Current latency profiles have their tails dominated by writing latency
logs, which is hugely undesirable.
Now when a thread log fills up, push it to a background thread to write
to disk. At shutdown, wait for all latency traces to be flushed.
9 years ago
David Garcia Quintas
ef29c49161
Removed "core" from .gitignore.
...
It was causing git to ignore everything within src/core
9 years ago
Sree Kuchibhotla
fbc376f935
Interop stress tests
9 years ago
Sree Kuchibhotla
728a6104d5
Interop stress tests
9 years ago
Jorge Canizales
9a4730ad3e
Ignore Objective-C generated files
9 years ago
Jorge Canizales
197adea6f2
Git ignore XCode derived files across the repo
9 years ago
Jorge Canizales
208716639d
Ignore Objective-C generated files
9 years ago
Jorge Canizales
740a1cc7c3
Git ignore XCode derived files across the repo
9 years ago
Craig Tiller
dd25694733
Script to generate latency reports
9 years ago
Nicolas "Pixel" Noble
4d97707751
Adding crude html report support.
9 years ago
Craig Tiller
c1385d6705
Fix (hackily) fling_stream_test under gyp
9 years ago
Craig Tiller
24a97628b6
Add portlog.txt to gitignore
9 years ago
Masood Malekghassemi
2b84162bd4
Use py.test from run_tests.py
...
Also updates the version of grpcio_test. Now that grpcio and its tests
are in different project packages, the version numbers should be kept in
sync.
9 years ago