- Jul 28, 2016
-
-
Stanley Cheung authored
-
thinkerou authored
-
thinkerou authored
-
thinkerou authored
-
thinkerou authored
-
- Jul 27, 2016
-
-
thinkerou authored
-
thinkerou authored
-
thinkerou authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
- Jul 26, 2016
-
-
thinkerou authored
-
thinkerou authored
-
Jon Skeet authored
It's unconventional for code to log to the console in .NET. Even now the logging is reduced, it's still present - especially in shutdown. This would fix #7361.
-
Muxi Yan authored
-
Stanley Cheung authored
-
- Jul 25, 2016
-
-
Mark D. Roth authored
-
Mark D. Roth authored
-
murgatroid99 authored
-
- Jul 23, 2016
-
-
Stanley Cheung authored
-
Nicolas "Pixel" Noble authored
-
- Jul 22, 2016
-
-
Masood Malekghassemi authored
Before, Cython would *need* to be imported immediately if generated files did not already exist. Now, missing generated files will trigger a `setup_requires` inclusion of Cython and defer cythonization until extension build-time. If cythonization was specified via environment variable and setup could not find Cython, the extensions are poisoned instead of blocking non-extension commands from running.
-
murgatroid99 authored
-
Stanley Cheung authored
-
Mark D. Roth authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
thinkerou authored
-
- Jul 21, 2016
-
-
Ken Payson authored
-
thinkerou authored
-
Mark D. Roth authored
-
Nicolas "Pixel" Noble authored
-
Stanley Cheung authored
-
Sanjay Ghemawat authored
gpr_slice_new_with_user_data is like gpr_slice_new, but allows the caller to specify a distinct pointer to pass to the destroy function. This is useful when the data is part of a larger data structure that should be destroyed when the data is no longer needed.
-
Mark D. Roth authored
-
thinkerou authored
-
Yuchen Zeng authored
-
- Jul 20, 2016
-
-
Stanley Cheung authored
-
Stanley Cheung authored
-
yang-g authored
-
Mark D. Roth authored
-