aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildgen
Commit message (Collapse)AuthorAge
* Eliminate bashismsGravatar Craig Tiller2015-05-28
|
* Add copyrightsGravatar Craig Tiller2015-05-28
|
* Factor out extra json generationGravatar Craig Tiller2015-05-28
| | | | This logic needs to be reusable in some other scripts
* Merge pull request #1770 from jtattermusch/plugin_vcxprojGravatar Nicolas Noble2015-05-28
|\ | | | | Provide VS projects for building protoc plugins on Windows
| * provide VS solution for building protoc pluginsGravatar Jan Tattermusch2015-05-27
| |
* | Add testing of bad client behaviorGravatar Craig Tiller2015-05-26
|/ | | | | This test will become a suite over coming weeks. Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.
* Adding grpc++_unsecure project file, and adding better support for test ↵Gravatar Nicolas "Pixel" Noble2015-05-09
| | | | projects.
* Merge pull request #1339 from nicolasnoble/template-docGravatar Craig Tiller2015-04-22
|\ | | | | Adding some documentation about the build/template system.
| * Supporting comments in build-cleaner.Gravatar Nicolas "Pixel" Noble2015-04-22
| |
* | Avoid writing build.json during a test.Gravatar Nicolas "Pixel" Noble2015-04-22
|/ | | | The test environment might be read only, so let's not modify a file just for running a test.
* big refactoring of visual studio projects, started using nugetGravatar Jan Tattermusch2015-04-20
| | | | dependencies.
* Removing some bashisms.Gravatar Nicolas "Pixel" Noble2015-04-15
|
* Merge github.com:grpc/grpc into windows-fixesGravatar Craig Tiller2015-04-13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD src/core/iomgr/tcp_server.h src/core/iomgr/tcp_server_posix.c src/core/iomgr/tcp_server_windows.c src/core/security/server_secure_chttp2.c src/core/surface/completion_queue.c src/core/surface/completion_queue.h src/core/surface/server.c test/core/end2end/tests/cancel_after_invoke.c test/core/end2end/tests/cancel_test_helpers.h tools/run_tests/tests.json vsprojects/vs2013/Grpc.mak
* | Better defaulting of attributesGravatar Craig Tiller2015-04-08
| |
* | Created Visual Studio 2010 project files.Gravatar Nicolas "Pixel" Noble2015-04-02
| | | | | | | | Also removed the unused shared projects.
| * Merge branch 'master' of github.com:google/grpc into freebsdGravatar Nicolas "Pixel" Noble2015-03-19
| |\ | |/ |/| | | | | | | Conflicts: Makefile templates/Makefile.template
| * FreeBSD preliminary work.Gravatar Nicolas Noble2015-03-16
| | | | | | | | | | | | | | | | -) You can't assume bash is installed. Scripts needs to be cleaned out of bashisms. -) You can't assume python is in /usr/bin. Use env instead. -) AF_INET is in sys/socket.h -) Added port_platform's basic structure for FreeBSD, based off Darwin. -) FreeBSD doesn't have and doesn't need libdl for OpenSSL.
* | Adding MSVC's grpc++ project file.Gravatar Nicolas "Pixel" Noble2015-03-10
|/
* Mark fling_*test non-flakyGravatar Craig Tiller2015-03-02
| | | | Also, make the flaky: tag a little more visible in build.json
* Always run build cleanerGravatar Craig Tiller2015-02-20
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Add shell script copyrightsGravatar Craig Tiller2015-02-16
|
* Add copyrights to Python codeGravatar Craig Tiller2015-02-16
|
* Generate more pleasing build.json outputGravatar Craig Tiller2015-02-11
| | | | run: was getting a little lost
* Make several python scripts explicitly python2.7Gravatar David Klempner2015-02-02
| | | | | I tried actually doing a build on my home desktop, and none of these run with python 3.3, which is /usr/bin/python on my home desktop.
* Preserve proto orderGravatar Craig Tiller2015-01-31
|
* Adressing comments.Gravatar Nicolas "Pixel" Noble2015-01-23
|
* Merge branch 'master' of github.com:google/grpc into vsprojectsGravatar Nicolas "Pixel" Noble2015-01-23
|\ | | | | | | | | Conflicts: templates/vsprojects/vs2013/grpc.sln.template
| * Merge pull request #110 from ctiller/testGravatar Nicolas Noble2015-01-20
| |\ | | | | | | Add ability to test build.json is clean
| | * Add ability to testGravatar Craig Tiller2015-01-19
| | |
| * | Mac Compatibility FixGravatar Craig Tiller2015-01-19
| |/
| * Sort by language, then by nameGravatar Craig Tiller2015-01-18
| |
| * Merge branch 'testrun' of github.com:ctiller/grpc into build-cleanerGravatar Craig Tiller2015-01-18
| |\ | | | | | | | | | | | | Conflicts: build.json
| * | RenameGravatar Craig Tiller2015-01-18
| | |
| | * Abort on errors, and dont spamGravatar Craig Tiller2015-01-18
| |/
* / Factoring visual studio code into a buildgen plugin.Gravatar Nicolas "Pixel" Noble2015-01-15
|/
* Make generate_projects work on MacGravatar Craig Tiller2015-01-13
|
* Make generate_projects.sh able to run from a git repo.Gravatar ctiller2015-01-12
| | | | | | | Change on 2015/01/09 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83627504
* Adding the tools directory to the git export.Gravatar Nicolas Noble2015-01-06