aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/Makefile.template
Commit message (Collapse)AuthorAge
* Updated copyrightsGravatar murgatroid992016-01-12
|
* Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-07
|\
| * Merge pull request #4616 from ctiller/i-like-pieGravatar Michael Lumish2016-01-07
| |\ | | | | | | Tweak compiler settings to hopefully make Jenkins more robust
* | | Merge github.com:grpc/grpc into proto_namesGravatar Craig Tiller2016-01-06
|\| |
| | * Tweak compiler settings to hopefully make Jenkins more robustGravatar Craig Tiller2016-01-05
| | |
| * | Fix makefile, codegen bugsGravatar Craig Tiller2016-01-04
| | |
| * | Add a test that public headers compile as C99Gravatar Craig Tiller2016-01-04
| |/
* | Merge branch 'yawn' into proto_namesGravatar Craig Tiller2015-12-22
|\|
| * BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
| |
* | Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
|/ | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* Merge github.com:grpc/grpc into connectivity-stateGravatar Craig Tiller2015-12-09
|
* Renaming GCOV to GPR_GCOV.Gravatar Nicolas "Pixel" Noble2015-12-07
|
* Removing code coverage for unreachable code.Gravatar Nicolas "Pixel" Noble2015-12-07
|
* Fixing proto dependencies for targets that aren't libraries.Gravatar Nicolas "Pixel" Noble2015-11-03
|
* Enable backtraces on C testsGravatar Craig Tiller2015-09-28
|
* Merge github.com:grpc/grpc into come-out-of-the-shadowGravatar Craig Tiller2015-09-24
|\
| * Merge pull request #3372 from grpc/release-0_11Gravatar David G. Quintas2015-09-23
| |\ | | | | | | Release 0.11 to master upmerge.
| | * Fixing Makefile issue which would re-evaluate the base path for included ↵Gravatar Nicolas "Pixel" Noble2015-09-23
| | | | | | | | | | | | dependency files.
| | * Fixing usage of the BUILDDIR variable.Gravatar Nicolas "Pixel" Noble2015-09-23
| | | | | | | | | | | | | | | | | | | | | Now both using absolute and relative directory for that variable should work. BUILDDIR=/tmp/build-grpc make BUILDDIR=../build-grpc make
* | | Enable -WshadowGravatar Craig Tiller2015-09-11
|/ /
* | Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-11
|\|
* | Enable -WconversionGravatar Craig Tiller2015-09-10
| |
* | First round of fixing up implicit 64->32 bit conversionsGravatar Craig Tiller2015-09-10
| |
* | Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
| |
* | Sign conversion fixesGravatar Craig Tiller2015-09-10
| |
| * Hand-written changesGravatar Craig Tiller2015-08-31
|/
* Its not enough to just serialize the clean step...Gravatar Craig Tiller2015-08-25
|
* Dont try to parallelize OpenSSL buildGravatar Craig Tiller2015-08-25
|
* Make googletest a submoduleGravatar Craig Tiller2015-08-24
|
* Fixing zookeeper's installation.Gravatar Nicolas "Pixel" Noble2015-08-14
|
* Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-08-05
|\
| * Revert "Fixing environments where pkg-config isn't installed."Gravatar Craig Tiller2015-08-05
| | | | | | | | This reverts commit 2ed6878412d54ad1a6509de45d6351a3f697bb48.
| * Merge pull request #2787 from nicolasnoble/no-pkgconfig-is-brokenGravatar Craig Tiller2015-08-04
| |\ | | | | | | Fixing environments where pkg-config isn't installed.
| | * Fixing environments where pkg-config isn't installed.Gravatar Nicolas "Pixel" Noble2015-08-04
| | | | | | | | | | | | Depending on the presence of pkg-config, we're not necessarily doing the right thing in the Makefile. Zlib is a pkg-config dependency, but libm, libpthread, librt aren't.
* | | Add zookeeper test in MakefileGravatar Hongwei Wang2015-08-04
| | |
* | | Add zookeeper end-to-end testGravatar Hongwei Wang2015-07-31
| | |
* | | Merge branch 'iomgr-refcounting' of https://github.com/nicolasnoble/grpc ↵Gravatar Hongwei Wang2015-07-27
|\ \ \ | | |/ | |/| | | | into zookeeper
| | * The code evolved enough so that we now have tests that directly depend on ↵Gravatar Nicolas "Pixel" Noble2015-07-24
| |/ | | | | | | | | | | OpenSSL. Reflecting that in the Makefile so that we don't race against the system when building.
| * Making sure that 32 bits is being built and run on Jenkins.Gravatar Nicolas "Pixel" Noble2015-07-21
| |
* | Merge branch 'master' into zookeeperGravatar Hongwei Wang2015-07-17
|\|
* | Register zookeeper plugin in grpcGravatar Hongwei Wang2015-07-17
| |
* | Add zookeeper library in Makefile templateGravatar Hongwei Wang2015-07-16
| |
| * Replacing echo -e with a more generic system.Gravatar Nicolas "Pixel" Noble2015-07-15
| | | | | | | | The 'tr' command can actually accept escapes, such as \n.
| * Added caching for HAS_SYSTEMTAP in MakefileGravatar murgatroid992015-07-10
| |
| * Add caching for Makefile dependency detectionGravatar murgatroid992015-07-10
| |
| * Merged changes from masterGravatar murgatroid992015-07-08
| |\
| | * Fixed typo in variable nameGravatar murgatroid992015-07-08
| | |
| | * Added OpenSSL NPN pkg-config checkGravatar murgatroid992015-07-08
| | |
| | * Merged changes from upstream/masterGravatar murgatroid992015-07-08
| | |\
| * | | Don't use pkg-config to look for perftoolsGravatar murgatroid992015-07-08
| | |/ | |/|