Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reduce mac CI load | Craig Tiller | 2015-08-07 |
| | |||
* | Re-enabling tests that got culled off. | Nicolas "Pixel" Noble | 2015-08-07 |
| | |||
* | Merge pull request #2800 from ctiller/reduce-mac-load | Nicolas Noble | 2015-08-06 |
|\ | | | | | Reduce mac load on Jenkins | ||
| * | Add linux, mac as test platforms, only run _with_poll tests on linux | Craig Tiller | 2015-08-05 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into win32-is-an-os-too | Nicolas "Pixel" Noble | 2015-08-05 |
|\| | | | | | | | | | Conflicts: tools/buildgen/generate_projects.py | ||
| * | old not parallel version of generate_projects.sh, for debuggin | Michael Larson | 2015-07-19 |
| | | |||
| * | changed vsproject generation to make c++ tests; put a hint in the .sln about ↵ | Michael Larson | 2015-07-19 |
| | | | | | | | | lib vs. target; expand .proto includes | ||
| * | generate_projects.py should make directories. | Nicolas "Pixel" Noble | 2015-07-14 |
| | | | | | | | | That's necessary for generating Visual Studio project files that are in separate empty directories otherwise. | ||
* | | Calling python to spawn a python subprocess. | Nicolas "Pixel" Noble | 2015-07-11 |
| | | | | | | | | | | This will enable the script to work under Windows, which doesn't understand hashbangs interpreters. Also built on top of #2395. | ||
* | | Swapping tabs for spaces in generate_projects.py | Nicolas "Pixel" Noble | 2015-07-11 |
| | | |||
| * | Swapping tabs for spaces in generate_projects.py | Nicolas "Pixel" Noble | 2015-07-11 |
|/ | |||
* | Remove dead code | Craig Tiller | 2015-07-09 |
| | |||
* | Fix test mode | Craig Tiller | 2015-07-06 |
| | |||
* | Add parallel execution for generate_projects | Craig Tiller | 2015-07-03 |
| | |||
* | Eliminate bashisms | Craig Tiller | 2015-05-28 |
| | |||
* | Add copyrights | Craig Tiller | 2015-05-28 |
| | |||
* | Factor out extra json generation | Craig Tiller | 2015-05-28 |
| | | | | This logic needs to be reusable in some other scripts | ||
* | Merge pull request #1770 from jtattermusch/plugin_vcxproj | Nicolas Noble | 2015-05-28 |
|\ | | | | | Provide VS projects for building protoc plugins on Windows | ||
| * | provide VS solution for building protoc plugins | Jan Tattermusch | 2015-05-27 |
| | | |||
* | | Add testing of bad client behavior | Craig Tiller | 2015-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 ↵ | Nicolas "Pixel" Noble | 2015-05-09 |
| | | | | projects. | ||
* | Merge pull request #1339 from nicolasnoble/template-doc | Craig Tiller | 2015-04-22 |
|\ | | | | | Adding some documentation about the build/template system. | ||
| * | Supporting comments in build-cleaner. | Nicolas "Pixel" Noble | 2015-04-22 |
| | | |||
* | | Avoid writing build.json during a test. | Nicolas "Pixel" Noble | 2015-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 nuget | Jan Tattermusch | 2015-04-20 |
| | | | | dependencies. | ||
* | Removing some bashisms. | Nicolas "Pixel" Noble | 2015-04-15 |
| | |||
* | Merge github.com:grpc/grpc into windows-fixes | Craig Tiller | 2015-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 attributes | Craig Tiller | 2015-04-08 |
| | | |||
* | | Created Visual Studio 2010 project files. | Nicolas "Pixel" Noble | 2015-04-02 |
| | | | | | | | | Also removed the unused shared projects. | ||
| * | Merge branch 'master' of github.com:google/grpc into freebsd | Nicolas "Pixel" Noble | 2015-03-19 |
| |\ | |/ |/| | | | | | | | Conflicts: Makefile templates/Makefile.template | ||
| * | FreeBSD preliminary work. | Nicolas Noble | 2015-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. | Nicolas "Pixel" Noble | 2015-03-10 |
|/ | |||
* | Mark fling_*test non-flaky | Craig Tiller | 2015-03-02 |
| | | | | Also, make the flaky: tag a little more visible in build.json | ||
* | Always run build cleaner | Craig Tiller | 2015-02-20 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Add shell script copyrights | Craig Tiller | 2015-02-16 |
| | |||
* | Add copyrights to Python code | Craig Tiller | 2015-02-16 |
| | |||
* | Generate more pleasing build.json output | Craig Tiller | 2015-02-11 |
| | | | | run: was getting a little lost | ||
* | Make several python scripts explicitly python2.7 | David Klempner | 2015-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 order | Craig Tiller | 2015-01-31 |
| | |||
* | Adressing comments. | Nicolas "Pixel" Noble | 2015-01-23 |
| | |||
* | Merge branch 'master' of github.com:google/grpc into vsprojects | Nicolas "Pixel" Noble | 2015-01-23 |
|\ | | | | | | | | | Conflicts: templates/vsprojects/vs2013/grpc.sln.template | ||
| * | Merge pull request #110 from ctiller/test | Nicolas Noble | 2015-01-20 |
| |\ | | | | | | | Add ability to test build.json is clean | ||
| | * | Add ability to test | Craig Tiller | 2015-01-19 |
| | | | |||
| * | | Mac Compatibility Fix | Craig Tiller | 2015-01-19 |
| |/ | |||
| * | Sort by language, then by name | Craig Tiller | 2015-01-18 |
| | | |||
| * | Merge branch 'testrun' of github.com:ctiller/grpc into build-cleaner | Craig Tiller | 2015-01-18 |
| |\ | | | | | | | | | | | | | Conflicts: build.json | ||
| * | | Rename | Craig Tiller | 2015-01-18 |
| | | | |||
| | * | Abort on errors, and dont spam | Craig Tiller | 2015-01-18 |
| |/ |