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
Jan Tattermusch
2e78d4de7e
Merge pull request #6497 from murgatroid99/backport_node_protoc_examples
...
Backport node protoc examples
9 years ago
Jan Tattermusch
97c45746c9
Merge pull request #6550 from jtattermusch/csharp_examples_update_to_0_14_0
...
Update C# examples to 0.14.0 nugets
9 years ago
Jan Tattermusch
0bbbb3240e
migrate Greeter and Routeguide to 0.14.0 API
9 years ago
Jan Tattermusch
1aa52a074a
regenerate code
9 years ago
Jan Tattermusch
526c99188a
update RouteGuide to 0.14.0 nugets
9 years ago
Jan Tattermusch
4dae646a69
regenerate code
9 years ago
Jan Tattermusch
aff7564c4d
update Greeter to 0.14.0 nugets
9 years ago
Nicolas Noble
1b55f5947f
Merge pull request #6538 from murgatroid99/version_0.14.2-pre1
...
Update release version to 0.14.2-pre1
9 years ago
murgatroid99
878816956c
Update release version to 0.14.2-pre1
9 years ago
Nicolas Noble
2b223977c1
Merge pull request #6535 from murgatroid99/version_0.14.1
...
Update release version to 0.14.1
9 years ago
Jan Tattermusch
0840b85772
Merge pull request #6500 from murgatroid99/ruby_user_agent
...
Allow Ruby client code to set a user agent
9 years ago
murgatroid99
c1c6b3c80d
Update release version to 0.14.1
9 years ago
Jan Tattermusch
331f05cb2c
Merge pull request #6521 from nicolasnoble/protobuf-bump
...
Bumping protobuf submodule to beta-3-pre1.
9 years ago
Nicolas Noble
4ec9e46689
Merge pull request #6532 from murgatroid99/node_package_missing_directories
...
Add some missing directories to package.json
9 years ago
Nicolas Noble
1a56147dd8
Merge pull request #6527 from murgatroid99/node_tools_plugin_encoding_fix
...
Fix encoding and piping problems with Node plugin wrapper
9 years ago
murgatroid99
3b3069d062
Add some missing directories to package.json
9 years ago
murgatroid99
8291274e0e
Fixed variable
9 years ago
murgatroid99
87f9e660f1
Fix encoding and piping problems with Node plugin wrapper
9 years ago
Nicolas Noble
152883da4d
Merge pull request #6517 from murgatroid99/node_build_package_bin_link2
...
Make Node build_package script consistent with grpc-tools package.json file
9 years ago