aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
* Avoid generating libs for unknown types.Gravatar Yang Gao2015-04-16
|
* Merge pull request #1267 from vjpai/timersGravatar Craig Tiller2015-04-14
|\ | | | | Infrastructure for timer insertion, logging, and testing
* \ Merge pull request #1272 from yang-g/interopGravatar Nicolas Noble2015-04-13
|\ \ | | | | | | Further refactor interop_client and server to libraries
| * | Further refactor interop_client and server to librariesGravatar Yang Gao2015-04-13
| | |
| | * Merge branch 'master' of git://github.com/vjpai/grpc into timersGravatar Vijay Pai2015-04-13
| | |\ | |_|/ |/| |
| | * Allow a build config called CONFIG=latprof that defines the appropriateGravatar Vijay Pai2015-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-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
| * Extend bazel BUILD file to build all the C/C++ libraries as well asGravatar Ming Zhao2015-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_lnsGravatar Michael Lumish2015-04-10
| |\ | | | | | | Fixes the Makefile template to link .so.<MAJOR_VERSION>
| | * Fixes the Makefile template to link .so.<MAJOR_VERSION>Gravatar Tim Emiola2015-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.Gravatar Nicolas "Pixel" Noble2015-04-09
| |/
* | Dont build uninteresting tests on WindowsGravatar Craig Tiller2015-04-08
| |
* | Better defaulting of attributesGravatar Craig Tiller2015-04-08
| |
* | Allow restricting platforms for certain testsGravatar Craig Tiller2015-04-08
| |
* | Ensure OUT_DIR createdGravatar Craig Tiller2015-04-08
| |
* | Make Grpc.mak more useful for run_tests.pyGravatar Craig Tiller2015-04-08
| |
| * Enable dylib installation on MacOSGravatar Masood Malekghassemi2015-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-purgeGravatar Nicolas "Pixel" Noble2015-04-06
| |\ | |/ |/|
| * Rewriting mutex, condition_variable, and thread.Gravatar Nicolas "Pixel" Noble2015-04-04
| |
* | Actually removing shared project files now.Gravatar Nicolas "Pixel" Noble2015-04-03
| |
* | Merge pull request #1180 from vjpai/perf-0402Gravatar Yang Gao2015-04-03
|\ \ | |/ |/| Trace and trim locks, properly handle SIGINT
| * Add new CONFIG for building with mutraceGravatar Vijay Pai2015-04-02
| |
* | Created Visual Studio 2010 project files.Gravatar Nicolas "Pixel" Noble2015-04-02
|/ | | | Also removed the unused shared projects.
* Early support for Bazel.Gravatar Nicolas "Pixel" Noble2015-03-31
|
* Merge pull request #1094 from nicolasnoble/msys2-makefileGravatar David Klempner2015-03-19
|\ | | | | Better support for msys2.
* \ Merge pull request #1092 from nicolasnoble/msvc-c++Gravatar Jan Tattermusch2015-03-19
|\ \ | | | | | | Adding MSVC's grpc++ project file.
| | * Better support for msys2.Gravatar Nicolas Noble2015-03-18
| |/ |/|
* | Implements #276Gravatar Nicolas "Pixel" Noble2015-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++.Gravatar Nicolas "Pixel" Noble2015-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 ↵Gravatar Nicolas "Pixel" Noble2015-03-11
| | | | | | | | messages, and increasing coverage of library paths.
* | Disabling installing shared libraries under MacOS for the time being.Gravatar Nicolas "Pixel" Noble2015-03-11
| |
| * Adding MSVC's grpc++ project file.Gravatar Nicolas "Pixel" Noble2015-03-10
|/
* Don't merge OpenSSL into C++ upper layer libraries; only C.Gravatar Nicolas "Pixel" Noble2015-03-06
|
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-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 messageGravatar murgatroid992015-03-02
| |
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|\|
| * Enable asan for C coreGravatar Craig Tiller2015-02-27
| | | | | | | | Also speed up a test, and disable some rarely touched but long running tests
| * Save makefile var clobberingGravatar Craig Tiller2015-02-27
| |
| * Allow machine and build type tuning of slowdownGravatar Craig Tiller2015-02-27
| |
| * Fixing make install target for MacOS - strip -x is the command to use here.Gravatar Nicolas "Pixel" Noble2015-02-27
| |
| * Adding flaky attribute for tests.Gravatar Nicolas "Pixel" Noble2015-02-27
| |
| * Merge branch 'travis' of github.com:nicolasnoble/grpc into travis-c++Gravatar Craig Tiller2015-02-26
| |\
| | * Fixing dependency on protobuf for parallel C++ build.Gravatar Nicolas "Pixel" Noble2015-02-27
| | |
| * | Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
| |/
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-26
|\|
| * Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
| | | | | | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-24
|\|
| * suppress output of whichGravatar Yang Gao2015-02-24
| |
| * Fixing typo in Makefile.Gravatar Nicolas "Pixel" Noble2015-02-24
| | | | | | | | Closes #742.
* | Allow multiple tmp-merge directories at onceGravatar Craig Tiller2015-02-24
|/ | | | make -jN was failing because libgrpc and libgrpc++ wanted to link at the same time.