Jorge Canizales
0d3f178d4b
BoringSSL: further documentation nit.
9 years ago
Jorge Canizales
6523370e03
BoringSSL fixup: pqueue.h is removed in v4
9 years ago
Jorge Canizales
714d3fc9e6
BoringSSL: move podspec to v4
9 years ago
Jorge Canizales
ae78c3038c
BoringSSL: Document podspec hacks
9 years ago
Jorge Canizales
28a8486c33
BoringSSL fixup: remove unneeded empty source file
9 years ago
Jorge Canizales
37a7f4517c
BoringSSL: Intf and Impl subspecs. WIP
9 years ago
Jorge Canizales
a1fe4120d9
BoringSSL: Point to v3 tag in the repo
9 years ago
Jorge Canizales
14bc798046
BoringSSL: import all in the umbrella header
9 years ago
makdharma
78aa977990
Merge pull request #6849 from jcanizales/support-dynamic-frameworks
...
Support dynamic frameworks
9 years ago
Jorge Canizales
efcc51beba
Investigate C++ flake in the old 0.14 branch
...
This fixes Jenkins for that branch, as a backwards-incompatible change
was made in the script that runs the tests for all branches.
The lines added are exactly the same as those now in master, so that the
subsequent merge of 0.14 into master doesn’t conflict.
9 years ago
Jorge Canizales
06b4d6c353
Don’t checkout specific proto versions in Travis anymore
...
Now that the submodule points to 3.0.0-beta-3.1, which is what we need.
9 years ago
Jorge Canizales
565c6a0dac
Bump Protobuf to beta-3.1
9 years ago
Jorge Canizales
667557f22b
gRPC-Core.podspec: Clarify where the template is
9 years ago
Jorge Canizales
3775074c86
Clean up and document gRPC-Core.podspec better
9 years ago
Jorge Canizales
db502a7986
Update documentation and samples.
9 years ago
Jorge Canizales
66c8ddd920
gRPC-Core.podspec: init submodules, for nanopb
9 years ago
Jorge Canizales
2f46326213
Pre-install hook in the Tests podspec for local dev of gRPC-Core
9 years ago
Jorge Canizales
eb71417df9
Podspec changes for generated code.
9 years ago
Jorge Canizales
12e03fe30a
Tests Podfile: remove redundancy
9 years ago
Jorge Canizales
fb4a54541a
ProtoRPC: Framework-like import of proto runtime
9 years ago
Jorge Canizales
547f0656fc
Add modulemap for gRPC core
9 years ago
Jorge Canizales
e487a7271d
Separate Core, ProtoRuntime, and RxLibrary subspecs
9 years ago
Jorge Canizales
18c0bd3f72
Remove #include <inttypes.h> from BoringSSL
...
Apple hasn’t created a module map for that system header, which means
it can’t be used from frameworks.
9 years ago
Jorge Canizales
5842277ecb
Make BoringSSL work with frameworks
...
Cocoapods 1.0 keeps the directory structure of the public headers when
creating a dynamic framework, so if we keep the header_mappings_dir as it
was, includes would need to be of the form #include <openssl/openssl/ssl.h>
This means our header_mappings_dir has to be ‘include/openssl’ instead of
‘include’. Which in turn means that, for static libraries, we have to tell
Cocoapods to prepend an ‘openssl’ directory to the headers. We do that
with the ‘header_dir’ attribute of the podspec.
9 years ago
makdharma
39650266cb
Merge pull request #6671 from jcanizales/move-to-cocoapods-1
...
Move tests to Cocoapods 1.0.0
9 years ago
Jorge Canizales
8d1e8d0e9d
Disable deterministic UUIDs in the test Podfile
9 years ago
Jorge Canizales
e83eff4bb3
Use protobuf 3-beta-3 on Travis, which supports Cocoapods 1
9 years ago
Jorge Canizales
92e56bb0fc
Update tests XCode project to Cocoapods 1.0.0
9 years ago
Jorge Canizales
0ee18c2f2a
Use Xcode 7.3 and SDK 9.3 in Travis
9 years ago
Jorge Canizales
eba2b1c09c
Cleanup now that we don’t use OpenSSL
9 years ago
Jorge Canizales
44477d2661
Use workaround at https://github.com/travis-ci/travis-ci/issues/5827
...
And print version before and after install, so we can always check.
9 years ago
Jorge Canizales
c23f556fb2
Install Cocoapods 1.0.0 now that it’s released
9 years ago
Jan Tattermusch
3864c362d4
Merge pull request #6628 from stanley-cheung/php-update-package-xml-0-14-2
...
PHP: update package.xml after fixes
9 years ago
Jan Tattermusch
3cdb0ef3d0
Merge pull request #6641 from jtattermusch/backport_csharp_to_14_2
...
Backport C# changes to 0.14 branch
9 years ago
Jan Tattermusch
f1cdc33d17
fix TimeoutOnSleepingServer interop test
9 years ago
Jan Tattermusch
144a698f0c
throw RpcException from writes after finishing
9 years ago
Jan Tattermusch
a41c58c26d
fixup tests
9 years ago
Jan Tattermusch
18ef23ee39
change typo in the comment
9 years ago
Jan Tattermusch
013f5a7c40
add more tests
9 years ago
Jan Tattermusch
3f8d199bbc
improve channel behavior in shutdown situations
9 years ago
Stanley Cheung
efb01ded5e
php: update package.xml after fixes
9 years ago
Jan Tattermusch
c1dc660cc3
Merge pull request #6621 from stanley-cheung/php-tsrm-fix
...
Updated functions with TSRM macros for ZTS support
9 years ago
Michael Bausor
ada376cf9e
Updated functions with TSRM macros for ZTS support
9 years ago
Jan Tattermusch
312040d5c7
Merge pull request #6613 from jtattermusch/protobuf3beta3
...
Update third_party/protobuf to v3.0.0-beta3 (in release-0_14 branch)
9 years ago
Jan Tattermusch
cad9205d81
regenerate buildfiles
9 years ago
Jan Tattermusch
87ba29439f
rename names of generated enum values to match protobuf3beta3
9 years ago
Jan Tattermusch
c96fdde938
regenerate C# protobuf messages
9 years ago
Jan Tattermusch
f14bb3bb0f
Update Grpc.sln to Google.Protobuf.3.0.0-beta3
9 years ago
Jan Tattermusch
20a9739508
upgrade C# protobuf dependencies to 3.0.0-beta3
9 years ago
Jan Tattermusch
4c1dd4bcf9
update third_party/protobuf to v3.0.0-beta3
9 years ago