aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
* Merge pull request #2506 from larsonmpdx/gittGravatar Nicolas Noble2015-07-28
|\ | | | | changes to allow VS solution/project generation and grpc.mak generation for c++ tests
* \ Merge pull request #2474 from nicolasnoble/lets-actually-build-32-bitsGravatar Jan Tattermusch2015-07-20
|\ \ | | | | | | Making sure we build 32 bits in Jenkins.
| * | Making sure that 32 bits is being built and run on Jenkins.Gravatar Nicolas "Pixel" Noble2015-07-21
| | |
| | * changes to grpc.mak.template to support c++ test buildingGravatar Michael Larson2015-07-19
| | |
| | * helper script to build all .proto files in /test/ in-placeGravatar Michael Larson2015-07-19
| | |
| | * changed generate_debug_projects.sh to use the .sln hint when making vcxproj ↵Gravatar Michael Larson2015-07-19
| | | | | | | | | | | | templates
| | * changed .sln to include hint about lib vs. targetGravatar Michael Larson2015-07-19
| | |
| | * changed vsproject generation to make c++ tests; put a hint in the .sln about ↵Gravatar Michael Larson2015-07-19
| |/ | | | | | | lib vs. target; expand .proto includes
* / Move head podspec to v0.7.Gravatar Jorge Canizales2015-07-17
|/ | | | Readd the commented-out config to suppress warnings, to have it handy for submissions.
* Replacing echo -e with a more generic system.Gravatar Nicolas "Pixel" Noble2015-07-15
| | | | The 'tr' command can actually accept escapes, such as \n.
* Faking tools target for win32.Gravatar Nicolas "Pixel" Noble2015-07-11
| | | | With run_test.py, we need a tools target now. Let's fake it for Windows so we can at least build.
* Merge pull request #2382 from murgatroid99/makefile_cache_detectionGravatar Nicolas Noble2015-07-10
|\ | | | | Add caching for Makefile dependency detection
| * Added caching for HAS_SYSTEMTAP in MakefileGravatar murgatroid992015-07-10
| |
| * Add caching for Makefile dependency detectionGravatar murgatroid992015-07-10
| |
* | Add missing fileGravatar Craig Tiller2015-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
| |/ |/|
* | Merge pull request #2174 from nicolasnoble/makefile-npn-checkGravatar jboeuf2015-07-07
|\ \ | | | | | | Adding a check to find NPN-capable OpenSSL.
* \ \ Merge pull request #2291 from jcanizales/skylark-objc-libraryGravatar Michael Lumish2015-07-06
|\ \ \ | | | | | | | | Add Bazel macros to depend on an automatically-generated gRPC library
| | | * 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
| |_|/ |/| |
* | | Fix build breakage of moving include/grpc/ into grpc/Gravatar Jorge Canizales2015-07-02
| | |
| * | Minor doc fix in BUILD and BUILD.templateGravatar Jorge Canizales2015-07-02
| | |
* | | 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
* | Merge pull request #2246 from murgatroid99/makefile_pkg-config_dep_checkGravatar Nicolas Noble2015-06-29
|\ \ | | | | | | Added pkg-config checking to Makefile where possible
* | | Add Bazel target for ObjC gRPC runtimeGravatar Jorge Canizales2015-06-29
| | |
| * | Fixed some linking problemsGravatar murgatroid992015-06-29
| | |
| * | Added pkg-config checking to Makefile where possibleGravatar murgatroid992015-06-29
| | |
* | | Fix indents of rx_library blaze targetGravatar Jorge Canizales2015-06-28
| | |
* | | Add roots.pem bundle to the Bazel target, and use a better bundle name.Gravatar Jorge Canizales2015-06-28
| | |
* | | Add BUILD target for GRPCClientGravatar Jorge Canizales2015-06-28
| | |
* | | Blaze dependency on //external:libssl_objcGravatar Jorge Canizales2015-06-26
| | |
* | | Switch to grpc secureGravatar Jorge Canizales2015-06-26
|/ /
* | Merge pull request #2214 from ctiller/are-includes-saneGravatar Nicolas Noble2015-06-25
|\ \ | | | | | | Add a test that headers are properly in build.json
| * | Make this more robust against mergesGravatar Craig Tiller2015-06-25
| | |
| * | Merge github.com:grpc/grpc into are-includes-saneGravatar Craig Tiller2015-06-25
| |\ \ | | | | | | | | | | | | | | | | Conflicts: tools/doxygen/Doxyfile.c++.internal
| * | | Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | | | | | | | | | | | | | Clean up anything that failed
* | | | Merge master into bazel-grpc-unsecured to solve conflictGravatar Jorge Canizales2015-06-24
|\ \ \ \ | | |/ / | |/| |
| * | | Merge github.com:grpc/grpc into so-freaking-sick-of-irrelevant-merge-conflictsGravatar Craig Tiller2015-06-24
| |\ \ \
| | * \ \ Merge pull request #2196 from jcanizales/bazel-grxGravatar Michael Lumish2015-06-24
| | |\ \ \ | | | | | | | | | | | | Add BUILD target for Objective-C's RxLibrary
| | * \ \ \ Merge pull request #2195 from jcanizales/rewrite-grpcclient-includesGravatar Michael Lumish2015-06-24
| | |\ \ \ \ | | | | | | | | | | | | | | Have Cocoapods rename includes in the core wrapper