Jorge Canizales
bb54ae8073
Add roots.pem bundle to the Bazel target, and use a better bundle name.
10 years ago
Jorge Canizales
866255ec29
Add BUILD target for GRPCClient
10 years ago
Jorge Canizales
4dc4e3dffb
Blaze dependency on //external:libssl_objc
10 years ago
Jorge Canizales
7b1a0ca2dd
Switch to grpc secure
10 years ago
Craig Tiller
224b04f6ef
Make this more robust against merges
10 years ago
Craig Tiller
f75fc12e3a
Add a test that headers are properly in build.json
...
Clean up anything that failed
10 years ago
Jorge Canizales
8c1fd042e4
Add libz dependency to grpc_unsecure_objc
10 years ago
Jorge Canizales
140bca8c5c
Generate objc_library for grpc_unsecure & gpr
10 years ago
Jorge Canizales
44dc423f99
Add BUILD target for Objective-C's RxLibrary
...
Part of https://github.com/grpc/grpc/issues/2120
Depends on https://github.com/grpc/grpc/pull/2193
10 years ago
Jorge Canizales
59bb9d7d56
Have Cocoapods rename includes in the core wrapper
...
Fixes https://github.com/grpc/grpc/issues/2194 .
10 years ago
Jorge Canizales
ea9b4fdd27
Move header_mappings_dir one dir up so imports are like <RxLibrary/...>
...
Part of fixing https://github.com/grpc/grpc/issues/2192
10 years ago
Craig Tiller
eb327fba7c
Make it less likely a build.json change triggers a merge conflict
10 years ago
Nicolas "Pixel" Noble
4cc8c8abf4
Adding a check to find NPN-capable OpenSSL.
10 years ago
murgatroid99
df3557738c
Made podspec move include/grpc up a level
10 years ago
murgatroid99
5676cd1b5a
Undid removal of podspec header comments
10 years ago
murgatroid99
33863680df
Removed redundant include paths from podspec
10 years ago
murgatroid99
c241d2c307
Added info about regenerating files to Makefile and BUILD templates
10 years ago
murgatroid99
c525de8ad7
Added generated file info and copyright notice to podspec template
10 years ago
Craig Tiller
7552f0f958
Ensure tests are built during run_tests runs
...
The issue remains that we don't test our tools, but at least we test
that they compile.
10 years ago
murgatroid99
9fb72cd7b5
Re-enabled warnings in the gRPC podspec
10 years ago
Jan Tattermusch
c9c83cf6ad
setting CPPFLAGS breaks openssl build
10 years ago
murgatroid99
f398d5c9d3
Fixed file renaming in podspec template
10 years ago
Nicolas "Pixel" Noble
52a2322135
Explicitely selecting gpr and grpc instead of trying our best.
10 years ago
Nicolas "Pixel" Noble
b4f35c0344
Transforming gRPC.podspec to use build.json instead of globbing.
10 years ago
Craig Tiller
78a97ed3f9
Get internal documentation generated in the right place
10 years ago
Nicolas "Pixel" Noble
3adab74c62
Avoid polluting our compilation with previously installed grpc.
10 years ago
Nicolas "Pixel" Noble
945b41312c
Swapping the library order so that anything that openssl requires is properly tagged afterward.
10 years ago
David G. Quintas
f6bf2d75c8
Added docstring to gen_doxyfile mako template
10 years ago
Craig Tiller
6c4ae607fe
Add doxygen setups for internal documentation
10 years ago
Craig Tiller
5c0f97d557
Disable optimization on tsan builds
10 years ago
Jan Tattermusch
8ed4c3e267
provide VS solution for building protoc plugins
10 years ago
Craig Tiller
7c05bd216b
Get GRPC_FINAL, GRPC_OVERRIDE treated right
10 years ago
Craig Tiller
c9b3e5811e
Add C++
10 years ago
Craig Tiller
2fa7af5767
Initial Doxyfile generation
10 years ago
Nicolas "Pixel" Noble
4251d561c6
Don't run flaky tests on make test.
10 years ago
Craig Tiller
d4db33dcab
Add missing copyright notices
10 years ago
Nicolas "Pixel" Noble
e0953b7e9c
Removing old hack for C++11 and protobuf - it's no longer relevant.
10 years ago
David Garcia Quintas
aa52d0a11f
Made qps_* targets "benchmark" builds.
10 years ago
Nicolas Noble
e144536852
Various Win32 fixes and improvements.
...
-) 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.
10 years ago
Nicolas "Pixel" Noble
5fc1adf9b9
Msys2 fixes, and compilation instructions.
10 years ago
Nicolas "Pixel" Noble
6c8717dae0
Adding instructions to use generate_debug_projects.sh, and cleaning the script up a bit.
10 years ago
Nicolas "Pixel" Noble
532eb41f5c
Properly naming grpc++_unsecure project.
10 years ago
Nicolas Noble
2e3639302a
Making the gRPC C tests building under Windows.
10 years ago
Nicolas "Pixel" Noble
7bf5092df0
Adding grpc++_unsecure project file, and adding better support for test projects.
10 years ago
Michael Berlin
bf2e7f0982
Compile protobuf before compiling shared C++ libraries.
...
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 5383062df6
.
10 years ago
Michael Berlin
5351392f88
Makefile: Fix missing space in shared library dependencies for MINGW32.
10 years ago
Craig Tiller
113d169f8f
Add rdtsc profiling support, implement begin/end and tag hiding
10 years ago
Craig Tiller
74bbc41175
Ensure all unsecure tests are built on Windows
10 years ago
Craig Tiller
2e4a7dc2fe
Make gcov compile flags reflect dbg
10 years ago
David Garcia Quintas
bbc0b775e1
Merge comments. See below.
...
- 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.
10 years ago