Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Msys2 fixes, and compilation instructions. | Nicolas "Pixel" Noble | 2015-05-10 | |
| | ||||
* | Merge pull request #1451 from michael-berlin/fix_protobuf_dep_shared_lib | Nicolas Noble | 2015-05-01 | |
|\ | | | | | Fix parallel make + MINGW32 dependencies. | |||
| * | Compile protobuf before compiling shared C++ libraries. | Michael Berlin | 2015-05-01 | |
| | | | | | | | | | | | | | | | | This change fixes a parallel make which always failed with "cannot find -lprotobuf". For C++ static libraries, protobuf was already added as dependency, see commit 5383062df6182a62bb4df99aa06fe797fbb09a91. | |||
| * | Makefile: Fix missing space in shared library dependencies for MINGW32. | Michael Berlin | 2015-05-01 | |
| | | ||||
* | | Add rdtsc profiling support, implement begin/end and tag hiding | Craig Tiller | 2015-05-01 | |
|/ | ||||
* | Merge pull request #1408 from dgquintas/stap | Craig Tiller | 2015-04-30 | |
|\ | | | | | Integration of Systemtap as a profiling mechanism. | |||
* | | Make gcov compile flags reflect dbg | Craig Tiller | 2015-04-30 | |
| | | ||||
| * | Merge comments. See below. | David Garcia Quintas | 2015-04-29 | |
| | | | | | | | | | | | | | | | | | | - Added ptag ignore annotation threshold - prefixed everythig with grpc_ - removed spurious annotations in channel_create.c and client_channel.c - removed stap_probes.h (it's generated from stap_probes.d by make) - Updated Makefile and its template with the right way to generate stap probe headers from its .d definition. | |||
| * | Fixed repetitions in Makefile.template. | David Garcia Quintas | 2015-04-29 | |
| | | ||||
| * | Merge remote-tracking branch 'upstream/master' into stap | David Garcia Quintas | 2015-04-29 | |
| |\ | |/ |/| | ||||
| * | Integration of Systemtap (STAP) for profiling. | David Garcia Quintas | 2015-04-29 | |
| | | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit. | |||
* | | Trimming down useless variables in the Makefile. | Nicolas "Pixel" Noble | 2015-04-29 | |
| | | | | | | | | A bunch of autogenerated variables are currently useless, because of tests actually having no source code attached to them. Let's avoid emitting useless code in that case. | |||
| * | Merge branch 'master' into stap | David Garcia Quintas | 2015-04-27 | |
| |\ | |/ |/| | ||||
| * | Tentative stap version | David Garcia Quintas | 2015-04-27 | |
| | | ||||
* | | 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 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 | |
| | | ||||
* | | 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 | |||
* | | Further refactor interop_client and server to libraries | Yang Gao | 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 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 | |
|/ | ||||
* | 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 | |
| | | ||||
| * | Add new CONFIG for building with mutrace | Vijay Pai | 2015-04-02 | |
|/ | ||||
* | 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. | |||
* | Trying to make the MacOS experience better by removing various spurious ↵ | Nicolas "Pixel" Noble | 2015-03-11 | |
| | | | | messages, and increasing coverage of library paths. | |||
* | Disabling installing shared libraries under MacOS for the time being. | Nicolas "Pixel" Noble | 2015-03-11 | |
| | ||||
* | Don't merge OpenSSL into C++ upper layer libraries; only C. | Nicolas "Pixel" Noble | 2015-03-06 | |
| | ||||
* | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-03 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.json src/cpp/client/credentials.cc vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_shared.vcxproj vsprojects/vs2013/grpc_shared.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters | |||
| * | Improved Makefile protoc message | murgatroid99 | 2015-03-02 | |
| | | ||||
* | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-02 | |
|\| | ||||
| * | Enable asan for C core | Craig Tiller | 2015-02-27 | |
| | | | | | | | | Also speed up a test, and disable some rarely touched but long running tests | |||
| * | Save makefile var clobbering | Craig Tiller | 2015-02-27 | |
| | | ||||
| * | Allow machine and build type tuning of slowdown | Craig Tiller | 2015-02-27 | |
| | | ||||
| * | Fixing make install target for MacOS - strip -x is the command to use here. | Nicolas "Pixel" Noble | 2015-02-27 | |
| | | ||||
| * | Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++ | Craig Tiller | 2015-02-26 | |
| |\ | ||||
| | * | Fixing dependency on protobuf for parallel C++ build. | Nicolas "Pixel" Noble | 2015-02-27 | |
| | | | ||||
| * | | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 | |
| |/ | ||||
* | | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-02-26 | |
|\| |