Nicolas Noble
|
563b8a2779
|
Regenerating project files and massaging VS project files.
|
9 years ago |
Nicolas "Pixel" Noble
|
482d761bd7
|
Making sure that 32 bits is being built and run on Jenkins.
|
9 years ago |
Michael Larson
|
c58e501373
|
changes to grpc.mak.template to support c++ test building
|
9 years ago |
Michael Larson
|
845019c1d1
|
helper script to build all .proto files in /test/ in-place
|
9 years ago |
Michael Larson
|
1ee691d922
|
changed generate_debug_projects.sh to use the .sln hint when making vcxproj templates
|
9 years ago |
Michael Larson
|
6e081e0453
|
changed .sln to include hint about lib vs. target
|
9 years ago |
Michael Larson
|
b19d4ebba0
|
changed vsproject generation to make c++ tests; put a hint in the .sln about lib vs. target; expand .proto includes
|
9 years ago |
Jorge Canizales
|
63c3efb6fa
|
Move head podspec to v0.7.
Readd the commented-out config to suppress warnings, to have it handy
for submissions.
|
9 years ago |
Nicolas "Pixel" Noble
|
367e30feeb
|
Replacing echo -e with a more generic system.
The 'tr' command can actually accept escapes, such as \n.
|
10 years ago |
Nicolas "Pixel" Noble
|
64d81385f3
|
Faking tools target for win32.
With run_test.py, we need a tools target now. Let's fake it for Windows so we can at least build.
|
10 years ago |
murgatroid99
|
4a015a6b29
|
Added caching for HAS_SYSTEMTAP in Makefile
|
10 years ago |
murgatroid99
|
aa5215770d
|
Add caching for Makefile dependency detection
|
10 years ago |
Craig Tiller
|
af26ce820a
|
Add missing file
|
10 years ago |
murgatroid99
|
71020daa93
|
Fixed typo in variable name
|
10 years ago |
murgatroid99
|
5a79053244
|
Added OpenSSL NPN pkg-config check
|
10 years ago |
murgatroid99
|
6d9e401158
|
Don't use pkg-config to look for perftools
|
10 years ago |
murgatroid99
|
66d6edb7fb
|
Made pkg-config a variable in the Makefile
|
10 years ago |
murgatroid99
|
d8f1ef72fb
|
Reversed condition for requiring rt
|
10 years ago |
murgatroid99
|
4fed2127b7
|
Make generated .pc files list themselves as libraries
|
10 years ago |
Jorge Canizales
|
951cd18309
|
Fix build breakage of moving include/grpc/ into grpc/
|
10 years ago |
Jorge Canizales
|
3beb240544
|
Minor doc fix in BUILD and BUILD.template
|
10 years ago |
murgatroid99
|
dbc0caf30e
|
Fixed gpr name in .pc file
|
10 years ago |
murgatroid99
|
c34a3a6e60
|
Added missing pthread gpr requirement
|
10 years ago |
Craig Tiller
|
d6cc19e6d7
|
Tweak timeouts for ?SAN
|
10 years ago |
murgatroid99
|
8faab237e5
|
Add .pc file generation to Makefile
|
10 years ago |
Jorge Canizales
|
50f198260e
|
Add Bazel target for ObjC gRPC runtime
|
10 years ago |
murgatroid99
|
da7a994a4d
|
Fixed some linking problems
|
10 years ago |
murgatroid99
|
24e2f4ad84
|
Added pkg-config checking to Makefile where possible
|
10 years ago |
Jorge Canizales
|
bba8076ed4
|
Fix indents of rx_library blaze target
|
10 years ago |
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 |