aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib
Commit message (Collapse)AuthorAge
* Add clang-format to sanityGravatar Craig Tiller2015-09-24
|
* Use "#!/usr/bin/env python2.7" only in utilitiesGravatar Nathaniel Manista2015-09-23
|
* Fix Python docgenGravatar Masood Malekghassemi2015-09-10
| | | | | The old package directory handling was stale in grpcio's setup.py command support module and docgen had a typo.
* Reorganize Python packagesGravatar Masood Malekghassemi2015-07-30
| | | | | This is in preparation of moving all tests into a separate package to enable ease of coverage checking and testing.
* Add Python documentation generationGravatar Masood Malekghassemi2015-07-29
|
* Cython refactor of Python C wrapping layerGravatar Masood Malekghassemi2015-06-30
| | | | | | | Also set up environment-related details needed for a smooth Cython experience: have the test script avoid rebuilding all dependencies if the virtualenv directory already exists, have the PyPI distribution script distribute the Cython generated C code rather than the .pyx files.
* Add missing copyright noticesGravatar Craig Tiller2015-05-21
|
* Version update to 0.5.0Gravatar Masood Malekghassemi2015-04-07
|
* Enable PyPI package managementGravatar Masood Malekghassemi2015-04-06
|
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Merge pull request #654 from ctiller/copyrightGravatar Tim Emiola2015-02-23
|\ | | | | Update copyrights on docker files, makefiles
* | include .m in check_copyright.pyGravatar Yang Gao2015-02-20
| |
| * Add copyrights to docker files, makefilesGravatar Craig Tiller2015-02-20
|/
* Bug fixGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Rework python, expand tool to make this easierGravatar Craig Tiller2015-02-17
|
* Add C# checksGravatar Craig Tiller2015-02-16
|
* Add javascript checksGravatar Craig Tiller2015-02-16
|
* Add proto copyrightsGravatar Craig Tiller2015-02-16
|
* Add shell script copyrightsGravatar Craig Tiller2015-02-16
|
* Add PHP CopyrightGravatar Craig Tiller2015-02-16
|
* Add rubyGravatar Craig Tiller2015-02-16
|
* Add copyrights to Python codeGravatar Craig Tiller2015-02-16
|
* Copyright checkerGravatar Craig Tiller2015-02-16
Update LICENSE text to 2015, implement a checker that validates whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file. Fix the ones that are missing it.