aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
* Merge pull request #1859 from nicolasnoble/no-pollution-from-global-grpcGravatar Masood Malekghassemi2015-06-02
|\ | | | | Avoid polluting our compilation with previously installed grpc.
| * Avoid polluting our compilation with previously installed grpc.Gravatar Nicolas "Pixel" Noble2015-06-02
| |
* | Swapping the library order so that anything that openssl requires is ↵Gravatar Nicolas "Pixel" Noble2015-06-02
|/ | | | properly tagged afterward.
* Added docstring to gen_doxyfile mako templateGravatar David G. Quintas2015-05-29
|
* Merge pull request #1783 from ctiller/whisper-sweet-nothings-to-yourselfGravatar David G. Quintas2015-05-29
|\ | | | | Add doxygen setups for internal documentation
| * Add doxygen setups for internal documentationGravatar Craig Tiller2015-05-29
| |
* | Merge pull request #1770 from jtattermusch/plugin_vcxprojGravatar Nicolas Noble2015-05-28
|\ \ | |/ |/| Provide VS projects for building protoc plugins on Windows
| * provide VS solution for building protoc pluginsGravatar Jan Tattermusch2015-05-27
| |
* | Merge pull request #1738 from ctiller/explain-the-thingsGravatar Nicolas Noble2015-05-27
|\ \ | |/ |/| Initial Doxygen configuration
| * Get GRPC_FINAL, GRPC_OVERRIDE treated rightGravatar Craig Tiller2015-05-24
| |
| * Merge github.com:grpc/grpc into explain-the-thingsGravatar Craig Tiller2015-05-24
| |\
| * | Add C++Gravatar Craig Tiller2015-05-24
| | |
| * | Initial Doxyfile generationGravatar Craig Tiller2015-05-24
| | |
* | | Don't run flaky tests on make test.Gravatar Nicolas "Pixel" Noble2015-05-22
| |/ |/|
* | Add missing copyright noticesGravatar Craig Tiller2015-05-21
| |
* | Removing old hack for C++11 and protobuf - it's no longer relevant.Gravatar Nicolas "Pixel" Noble2015-05-21
|/
* Made qps_* targets "benchmark" builds.Gravatar David Garcia Quintas2015-05-14
|
* Various Win32 fixes and improvements.Gravatar Nicolas Noble2015-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.Gravatar Nicolas "Pixel" Noble2015-05-10
|
* Adding instructions to use generate_debug_projects.sh, and cleaning the ↵Gravatar Nicolas "Pixel" Noble2015-05-09
| | | | script up a bit.
* Properly naming grpc++_unsecure project.Gravatar Nicolas "Pixel" Noble2015-05-09
|
* Making the gRPC C tests building under Windows.Gravatar Nicolas Noble2015-05-09
|
* Adding grpc++_unsecure project file, and adding better support for test ↵Gravatar Nicolas "Pixel" Noble2015-05-09
| | | | projects.
* Merge pull request #1451 from michael-berlin/fix_protobuf_dep_shared_libGravatar Nicolas Noble2015-05-01
|\ | | | | Fix parallel make + MINGW32 dependencies.
| * Compile protobuf before compiling shared C++ libraries.Gravatar Michael Berlin2015-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.Gravatar Michael Berlin2015-05-01
| |
* | Add rdtsc profiling support, implement begin/end and tag hidingGravatar Craig Tiller2015-05-01
|/
* Ensure all unsecure tests are built on WindowsGravatar Craig Tiller2015-04-30
|
* Merge pull request #1408 from dgquintas/stapGravatar Craig Tiller2015-04-30
|\ | | | | Integration of Systemtap as a profiling mechanism.
* | Make gcov compile flags reflect dbgGravatar Craig Tiller2015-04-30
| |
| * Merge comments. See below.Gravatar David Garcia Quintas2015-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.Gravatar David Garcia Quintas2015-04-29
| |
| * Merge remote-tracking branch 'upstream/master' into stapGravatar David Garcia Quintas2015-04-29
| |\ | |/ |/|
| * Integration of Systemtap (STAP) for profiling.Gravatar David Garcia Quintas2015-04-29
| | | | | | | | This commit includes a faulty Makefile to be fixed in a follow commit.
* | Trimming down useless variables in the Makefile.Gravatar Nicolas "Pixel" Noble2015-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 stapGravatar David Garcia Quintas2015-04-27
| |\
| * | Tentative stap versionGravatar David Garcia Quintas2015-04-27
| | |
* | | Updating the templates to create win64 projects.Gravatar Nicolas "Pixel" Noble2015-04-28
| | |
* | | merge from upstream (grpc) masterGravatar zeliard2015-04-27
| | |
| | * Merge pull request #1368 from dgquintas/mkfile_proto_cmd_fixGravatar Nicolas Noble2015-04-24
| | |\ | | |/ | |/| Renamed make variables for protoc presence and version checking.
| * | Renamed make variables for protoc presence and version checking.Gravatar David Garcia Quintas2015-04-24
| | |
| | * CleanupGravatar Craig Tiller2015-04-24
| | |
| | * Actually remove themGravatar Craig Tiller2015-04-24
| | |
| | * Remove some useless lines in the MakefileGravatar Craig Tiller2015-04-24
| |/
| * More work in not having to compile OpenSSL.Gravatar Nicolas "Pixel" Noble2015-04-23
|/
* Merge pull request #1339 from nicolasnoble/template-docGravatar Craig Tiller2015-04-22
|\ | | | | Adding some documentation about the build/template system.
* \ Merge github.com:google/grpc into batch-metadataGravatar Craig Tiller2015-04-22
|\ \
| | * Adding some documentation about the build/template system.Gravatar Nicolas "Pixel" Noble2015-04-22
| |/
| * Merge pull request #1325 from jtattermusch/grpc_nugetGravatar Tim Emiola2015-04-21
| |\ | | | | | | Creating nuget package for gRPC C#
* | | Merge github.com:google/grpc into batch-metadataGravatar Craig Tiller2015-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