Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1368 from dgquintas/mkfile_proto_cmd_fix | Nicolas Noble | 2015-04-24 |
|\ | | | | | Renamed make variables for protoc presence and version checking. | ||
| * | Renamed make variables for protoc presence and version checking. | David Garcia Quintas | 2015-04-24 |
| | | |||
* | | Cleanup | Craig Tiller | 2015-04-24 |
| | | |||
* | | Actually remove them | Craig Tiller | 2015-04-24 |
| | | |||
* | | Remove some useless lines in the Makefile | Craig Tiller | 2015-04-24 |
|/ | |||
* | More work in not having to compile OpenSSL. | Nicolas "Pixel" Noble | 2015-04-23 |
| | |||
* | Merge pull request #1339 from nicolasnoble/template-doc | Craig Tiller | 2015-04-22 |
|\ | | | | | Adding some documentation about the build/template system. | ||
* \ | Merge github.com:google/grpc into batch-metadata | Craig Tiller | 2015-04-22 |
|\ \ | |||
| | * | Adding some documentation about the build/template system. | Nicolas "Pixel" Noble | 2015-04-22 |
| |/ | |||
| * | Merge pull request #1325 from jtattermusch/grpc_nuget | Tim Emiola | 2015-04-21 |
| |\ | | | | | | | Creating nuget package for gRPC C# | ||
* | | | Merge github.com:google/grpc into batch-metadata | Craig Tiller | 2015-04-21 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak vsprojects/vs2010/Grpc.mak vsprojects/vs2010/grpc.vcxproj vsprojects/vs2010/grpc.vcxproj.filters vsprojects/vs2010/grpc_test_util.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj.filters | ||
| * | | Adding a helpful warning message on top of the Makefile and BUILD file. | Nicolas "Pixel" Noble | 2015-04-21 |
| | | | |||
| | * | fix typo in vcxproj template | Jan Tattermusch | 2015-04-20 |
| |/ | |||
| * | fixes to Grpc.mak | Jan Tattermusch | 2015-04-20 |
| | | |||
| * | updated version of nuget packages used in Grpc.mak | Jan Tattermusch | 2015-04-20 |
| | | |||
| * | start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packages | Jan Tattermusch | 2015-04-20 |
| | | |||
| * | regenerated project files | Jan Tattermusch | 2015-04-20 |
| | | |||
| * | introduced packages.include | Jan Tattermusch | 2015-04-20 |
| | | |||
| * | big refactoring of visual studio projects, started using nuget | Jan Tattermusch | 2015-04-20 |
| | | | | | | | | dependencies. | ||
* | | Merge github.com:grpc/grpc into batch-metadata | Craig Tiller | 2015-04-20 |
|\| | |||
| * | Avoid generating libs for unknown types. | Yang Gao | 2015-04-16 |
| | | |||
* | | Switching to batch oriented metadata passing | Craig Tiller | 2015-04-16 |
|/ | |||
* | Merge pull request #1267 from vjpai/timers | Craig Tiller | 2015-04-14 |
|\ | | | | | Infrastructure for timer insertion, logging, and testing | ||
* \ | Merge pull request #1272 from yang-g/interop | Nicolas Noble | 2015-04-13 |
|\ \ | | | | | | | Further refactor interop_client and server to libraries | ||
| * | | Further refactor interop_client and server to libraries | Yang Gao | 2015-04-13 |
| | | | |||
| | * | Merge branch 'master' of git://github.com/vjpai/grpc into timers | Vijay Pai | 2015-04-13 |
| | |\ | |_|/ |/| | | |||
| | * | Allow a build config called CONFIG=latprof that defines the appropriate | Vijay Pai | 2015-04-13 |
| |/ | | | | | | | | | variables to set up the GRPC_LATENCY_PROFILER preprocessor macro so that timing actually takes place. | ||
* | | 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 | ||
| * | Extend bazel BUILD file to build all the C/C++ libraries as well as | Ming Zhao | 2015-04-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protobuf plugins. This requires WORKSPACE to define these external dependencies for openssl and protobuf, for examples: bind( name = "libssl", actual = "//third_party/boringssl:boringssl", ) # Library needed to build protobuf codegen plugin. bind( name = "protobuf_compiler", actual = "//third_party/protobuf:protoc_lib", ) # Library that C++ code generated by protobuf C compiler should depend # on. bind( name = "protobuf_clib", actual = "//third_party/protobuf:proto_lib", ) | ||
| * | Merge pull request #1246 from tbetbetbe/grpc_tools_makefile_update_install_lns | Michael Lumish | 2015-04-10 |
| |\ | | | | | | | Fixes the Makefile template to link .so.<MAJOR_VERSION> | ||
| | * | Fixes the Makefile template to link .so.<MAJOR_VERSION> | Tim Emiola | 2015-04-10 |
| | | | | | | | | | | | | | | | This resolves a blocker stopping a clean linuxbrew install to work with one of the wrapped libraries. | ||
| * | | Splitting gRPC service class codegen into its own set of files. | Nicolas "Pixel" Noble | 2015-04-09 |
| |/ | |||
* | | Dont build uninteresting tests on Windows | Craig Tiller | 2015-04-08 |
| | | |||
* | | Better defaulting of attributes | Craig Tiller | 2015-04-08 |
| | | |||
* | | Allow restricting platforms for certain tests | Craig Tiller | 2015-04-08 |
| | | |||
* | | Ensure OUT_DIR created | Craig Tiller | 2015-04-08 |
| | | |||
* | | Make Grpc.mak more useful for run_tests.py | Craig Tiller | 2015-04-08 |
| | | |||
| * | Enable dylib installation on MacOS | Masood Malekghassemi | 2015-04-07 |
| | | | | | | | | | | | | Enables the installation of dylibs to the MacOS prefix, and ensures that the install name of the dylibs are just their file names rather than their relative paths from project root when built. | ||
| * | Merge branch 'master' of github.com:google/grpc into the-purge | Nicolas "Pixel" Noble | 2015-04-06 |
| |\ | |/ |/| | |||
| * | Rewriting mutex, condition_variable, and thread. | Nicolas "Pixel" Noble | 2015-04-04 |
| | | |||
* | | Actually removing shared project files now. | Nicolas "Pixel" Noble | 2015-04-03 |
| | | |||
* | | Merge pull request #1180 from vjpai/perf-0402 | Yang Gao | 2015-04-03 |
|\ \ | |/ |/| | Trace and trim locks, properly handle SIGINT | ||
| * | Add new CONFIG for building with mutrace | Vijay Pai | 2015-04-02 |
| | | |||
* | | Created Visual Studio 2010 project files. | Nicolas "Pixel" Noble | 2015-04-02 |
|/ | | | | Also removed the unused shared projects. | ||
* | Early support for Bazel. | Nicolas "Pixel" Noble | 2015-03-31 |
| | |||
* | Merge pull request #1094 from nicolasnoble/msys2-makefile | David Klempner | 2015-03-19 |
|\ | | | | | Better support for msys2. | ||
* \ | Merge pull request #1092 from nicolasnoble/msvc-c++ | Jan Tattermusch | 2015-03-19 |
|\ \ | | | | | | | Adding MSVC's grpc++ project file. | ||
| | * | Better support for msys2. | Nicolas Noble | 2015-03-18 |
| |/ |/| | |||
* | | Implements #276 | Nicolas "Pixel" Noble | 2015-03-17 |
| | | | | | | | | Adds a Makefile target called 'test_python' that first builds grpc, then call run_tests.py to run the python tests for the current configuration. | ||
* | | Using cc and c++ instead of gcc and g++. | Nicolas "Pixel" Noble | 2015-03-16 |
| | | | | | | | | | | Not all systems are equal, and have gcc. However, cc and c++ are more common aliases for the system's compiler. FreeBSD is an example. |