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
Nicolas "Pixel" Noble
4f21400352
Let's ignore our generated cache.mk from git.
10 years ago
Masood Malekghassemi
e5f7002617
Add Python3 testing support
...
Conditionally runs the tests depending on the availability of Python
versions (because Travis is the worst).
10 years ago
Jorge Canizales
eb8d33dc75
Add tabbed app with one tab per RouteGuide demo
...
The app doesn’t do anything yet
10 years ago
Jan Tattermusch
94c365326a
added grpc extension library for C#
10 years ago
Craig Tiller
8382a61230
Ignore vim swap files
10 years ago
Tim Emiola
fc216a9b56
Adds .gitignore to ignore maven generated files
10 years ago
Nathaniel Manista
840615ed27
Add Python to run-tests.
10 years ago
murgatroid99
6d10bda989
Added emacs temp files to .gitignore
10 years ago
Craig Tiller
ff7cdd3bad
Use local .gitignore
10 years ago
Craig Tiller
559f023c81
PHP build products ignored
10 years ago
Craig Tiller
71735185a1
Cache for successful test runs
...
By default don't re-run tests that have already run successfully, to
reduce latency between making a change and seeing if it fixed the last
thing that you were trying to fix.
10 years ago
Craig Tiller
297fafa078
Opportunistically use perftools if installed.
...
Allows us to collect profiles of the open source build using gprof.
10 years ago
Craig Tiller
d7abc8079d
Sort gitignore
10 years ago
Craig Tiller
957cb57f41
Sort entries
10 years ago
Craig Tiller
209dc44050
Add some ignores
10 years ago