aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
Commit message (Collapse)AuthorAge
...
| * | Merge pull request #2174 from nicolasnoble/makefile-npn-checkGravatar jboeuf2015-07-07
|/| | | | | | | | Adding a check to find NPN-capable OpenSSL.
| | * Made pkg-config a variable in the MakefileGravatar murgatroid992015-07-06
| | |
| | * Reversed condition for requiring rtGravatar murgatroid992015-07-06
| | |
| | * Make generated .pc files list themselves as librariesGravatar murgatroid992015-07-06
| |/ |/|
* | Merge pull request #2268 from murgatroid99/makefile_pkg-config_generateGravatar Nicolas Noble2015-07-01
|\ \ | | | | | | Add .pc file generation to Makefile
| * | Fixed gpr name in .pc fileGravatar murgatroid992015-07-01
| | |
| * | Added missing pthread gpr requirementGravatar murgatroid992015-07-01
| | |
* | | Tweak timeouts for ?SANGravatar Craig Tiller2015-07-01
| | |
| * | Add .pc file generation to MakefileGravatar murgatroid992015-06-30
|/ /
| * Merge branch 'master' of github.com:grpc/grpc into makefile-npn-checkGravatar Nicolas "Pixel" Noble2015-06-30
| |\ | |/ |/| | | | | | | Conflicts: Makefile templates/Makefile.template
* | Fixed some linking problemsGravatar murgatroid992015-06-29
| |
* | Added pkg-config checking to Makefile where possibleGravatar murgatroid992015-06-29
| |
| * Adding a check to find NPN-capable OpenSSL.Gravatar Nicolas "Pixel" Noble2015-06-24
|/
* Added info about regenerating files to Makefile and BUILD templatesGravatar murgatroid992015-06-22
|
* Ensure tests are built during run_tests runsGravatar Craig Tiller2015-06-19
| | | | | The issue remains that we don't test our tools, but at least we test that they compile.
* Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
|\ | | | | | | | | Conflicts: include/grpc/compression.h
| * setting CPPFLAGS breaks openssl buildGravatar Jan Tattermusch2015-06-17
| |
* | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-02
|\|
| * 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.
* / Disable optimization on tsan buildsGravatar Craig Tiller2015-05-29
|/
* Don't run flaky tests on make test.Gravatar Nicolas "Pixel" Noble2015-05-22
|
* 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
|
* Msys2 fixes, and compilation instructions.Gravatar Nicolas "Pixel" Noble2015-05-10
|
* 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
|/
* 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
| |
* | 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 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
| * Adding a helpful warning message on top of the Makefile and BUILD file.Gravatar Nicolas "Pixel" Noble2015-04-21
| |
* | Switching to batch oriented metadata passingGravatar Craig Tiller2015-04-16
|/
* Merge pull request #1267 from vjpai/timersGravatar Craig Tiller2015-04-14
|\ | | | | Infrastructure for timer insertion, logging, and testing
* | Further refactor interop_client and server to librariesGravatar Yang Gao2015-04-13
| |