aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
Commit message (Collapse)AuthorAge
* 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
* | | | | | Add libz dependency to grpc_unsecure_objcGravatar Jorge Canizales2015-06-23
| | | | | |
* | | | | | Generate objc_library for grpc_unsecure & gprGravatar Jorge Canizales2015-06-23
| | | | | |
| | | | * | Add BUILD target for Objective-C's RxLibraryGravatar Jorge Canizales2015-06-23
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | Part of https://github.com/grpc/grpc/issues/2120 Depends on https://github.com/grpc/grpc/pull/2193
| | | * | Have Cocoapods rename includes in the core wrapperGravatar Jorge Canizales2015-06-23
| |_|/ / |/| | | | | | | | | | | Fixes https://github.com/grpc/grpc/issues/2194 .
| | * | Move header_mappings_dir one dir up so imports are like <RxLibrary/...>Gravatar Jorge Canizales2015-06-23
| |/ / |/| | | | | | | | Part of fixing https://github.com/grpc/grpc/issues/2192
| * | Merge github.com:grpc/grpc into so-freaking-sick-of-irrelevant-merge-conflictsGravatar Craig Tiller2015-06-23
| |\ \ | |/ / |/| | | | | | | | | | | Conflicts: gRPC.podspec templates/gRPC.podspec.template
| * | Make it less likely a build.json change triggers a merge conflictGravatar Craig Tiller2015-06-23
| |/
* | Made podspec move include/grpc up a levelGravatar murgatroid992015-06-23
| |
* | Undid removal of podspec header commentsGravatar murgatroid992015-06-22
| |
* | Removed redundant include paths from podspecGravatar murgatroid992015-06-22
|/
* Added info about regenerating files to Makefile and BUILD templatesGravatar murgatroid992015-06-22
|
* Added generated file info and copyright notice to podspec templateGravatar 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-18
|\ | | | | | | | | | | Conflicts: gRPC.podspec tools/doxygen/Doxyfile.core.internal
| * Re-enabled warnings in the gRPC podspecGravatar murgatroid992015-06-18
| |
* | 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 branch 'you-complete-me' into we-dont-need-no-backupGravatar Craig Tiller2015-06-17
|\|
| * Fixed file renaming in podspec templateGravatar murgatroid992015-06-16
| |
| * Explicitely selecting gpr and grpc instead of trying our best.Gravatar Nicolas "Pixel" Noble2015-06-15
| |
| * Transforming gRPC.podspec to use build.json instead of globbing.Gravatar Nicolas "Pixel" Noble2015-06-15
| |
* | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-06-05
|\|
| * Get internal documentation generated in the right placeGravatar Craig Tiller2015-06-05
| |
* | 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.
* | Merge github.com:grpc/grpc into we-dont-need-no-backupGravatar Craig Tiller2015-05-31
|\|
* | Merge branch 'but-maybe-i-want-to-poll' into we-dont-need-no-backupGravatar Craig Tiller2015-05-30
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile build.json src/core/security/credentials.c src/core/security/credentials.h src/core/surface/call.c test/core/end2end/tests/request_response_with_payload_and_call_creds.c tools/doxygen/Doxyfile.c++ tools/doxygen/Doxyfile.core
| | * 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
| | |
* | | Disable optimization on tsan buildsGravatar Craig Tiller2015-05-29
|/ /