Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | | |||
* | | Merge pull request #1738 from ctiller/explain-the-things | Nicolas Noble | 2015-05-27 |
|\ \ | |/ |/| | Initial Doxygen configuration | ||
| * | Get GRPC_FINAL, GRPC_OVERRIDE treated right | Craig Tiller | 2015-05-24 |
| | | |||
| * | Merge github.com:grpc/grpc into explain-the-things | Craig Tiller | 2015-05-24 |
| |\ | |||
| * | | Add C++ | Craig Tiller | 2015-05-24 |
| | | | |||
| * | | Initial Doxyfile generation | Craig Tiller | 2015-05-24 |
| | | | |||
* | | | Don't run flaky tests on make test. | Nicolas "Pixel" Noble | 2015-05-22 |
| |/ |/| | |||
* | | Add missing copyright notices | Craig Tiller | 2015-05-21 |
| | | |||
* | | Removing old hack for C++11 and protobuf - it's no longer relevant. | Nicolas "Pixel" Noble | 2015-05-21 |
|/ | |||
* | Made qps_* targets "benchmark" builds. | David Garcia Quintas | 2015-05-14 |
| | |||
* | Various Win32 fixes and improvements. | Nicolas Noble | 2015-05-12 |
| | | | | | | | | -) Properly setting up the endpoint pair. -) Beancounting on socket shutdown to properly add references. -) Only proceed to clear out data when called from the IOCP thread. -) Enabling ALL the tests. -) Fixing run_tests.py to properly invoke them. | ||
* | Msys2 fixes, and compilation instructions. | Nicolas "Pixel" Noble | 2015-05-10 |
| | |||
* | Adding instructions to use generate_debug_projects.sh, and cleaning the ↵ | Nicolas "Pixel" Noble | 2015-05-09 |
| | | | | script up a bit. | ||
* | Properly naming grpc++_unsecure project. | Nicolas "Pixel" Noble | 2015-05-09 |
| | |||
* | Making the gRPC C tests building under Windows. | Nicolas Noble | 2015-05-09 |
| | |||
* | Adding grpc++_unsecure project file, and adding better support for test ↵ | Nicolas "Pixel" Noble | 2015-05-09 |
| | | | | projects. | ||
* | 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 |
|/ | |||
* | Ensure all unsecure tests are built on Windows | Craig Tiller | 2015-04-30 |
| | |||
* | 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 |
| | | | |||
* | | | Updating the templates to create win64 projects. | Nicolas "Pixel" Noble | 2015-04-28 |
| | | | |||
* | | | merge from upstream (grpc) master | zeliard | 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 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 |
| | |