Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| |/ | |||
* / | Factoring visual studio code into a buildgen plugin. | Nicolas "Pixel" Noble | 2015-01-15 |
|/ | |||
* | Make generate_projects work on Mac | Craig Tiller | 2015-01-13 |
| | |||
* | Make generate_projects.sh able to run from a git repo. | ctiller | 2015-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. | Nicolas Noble | 2015-01-06 |