Commit Graph

99 Commits

Author SHA1 Message Date
Muxi Yan 9e593f721f build system fix for default CFStream 2019-04-19 14:14:48 -07:00
Muxi Yan d771bcab2c Merge remote-tracking branch 'upstream/master' into default-cfstream-2 2019-03-28 14:49:15 -07:00
Muxi Yan 44a646bc39 more commits for v1.19.0 2019-02-25 23:25:56 -08:00
Muxi Yan 7d959465f2 Update podspec version 2019-01-24 10:27:12 -08:00
Muxi Yan c3e1c72194
Merge branch 'master' into feature/supportTVOS 2019-01-18 15:53:04 -08:00
Maxim Bunkov 1b07aba6af Update templates for supprt tvOS 2019-01-17 10:24:39 +05:00
Muxi Yan 0ed65db5d2
Merge branch 'master' into default-cfstream-2 2019-01-11 16:31:34 -08:00
Muxi Yan e761e56630
Merge pull request #17249 from muxi/16-to-32
Use 32 bit nanopb fields
2019-01-03 10:10:13 -08:00
Muxi Yan e2f3741c74 Changed podspec templates and Podfile for test 2018-12-27 11:31:10 -08:00
yang-g 88045f8440 podsec fix 2018-12-06 13:55:00 -08:00
Muxi Yan 195c042d32 Replace PB_FIELD_16BIT with PB_FIELD_32BIT 2018-11-19 17:35:21 -08:00
Muxi Yan f511f247dd bug fix 2018-09-20 16:13:16 -07:00
Muxi Yan 37b9b9e8fd Rename the openssl framework to openssl_grpc to avoid conflict 2018-09-19 18:03:17 -07:00
Muxi Yan b24b212ee5 Make symbols of BoringSSL private to gRPC 2018-08-23 09:42:24 -07:00
Muxi Yan 1f15b79782 Polish nanopb hack 2018-06-12 18:07:25 -07:00
Muxi Yan 9291e5d4da Update ObjC build hack 2018-06-12 16:32:10 -07:00
Muxi Yan c512b4f039 revert -framework CoreFoundation
Make error CFStream only
2018-06-05 16:44:20 -07:00
Muxi Yan a70102b1eb Use cc rather than mm files and merge cfstream related files into core 2018-05-22 08:53:46 -07:00
Muxi Yan 67ff4053b7 Change existing build system for CFStream 2018-05-15 12:39:50 -07:00
Muxi Yan 834aeca180 Revert "Let cronet use grpc_cronet_registry_plugin" 2018-03-30 16:20:43 -07:00
Muxi Yan 7cc4bd80af Let cronet use grpc_cronet_registry_plugin 2018-03-20 11:06:21 -07:00
Muxi Yan ec154f6f2d
Merge pull request #14642 from MrMage/avoid-running-sed-on-backups
Podspec: Avoid running `sed` on the backup files it created itself
2018-03-11 23:36:08 -07:00
Muxi Yan 40beafa2ee Put change in template file 2018-03-08 15:36:33 -08:00
Yihua Zhang 04fb58efbd Add ALTS code to grpc/core 2018-03-08 06:49:24 -08:00
Sree Kuchibhotla ae277dd000
Revert "Add ALTS C stack to gRPC core" 2018-03-07 14:35:36 -08:00
Yihua Zhang eaf6486677 Add ALTS code to grpc/core 2018-03-06 21:40:45 -08:00
Matt Kwong 74958c59e2 Update Podspec version for ObjC 2018-01-30 11:52:02 -08:00
Mark D. Roth dbdf495f61 Split lib/support into lib/gpr and lib/gpr++. 2018-01-18 11:21:12 -08:00
Muxi Yan f3c83bfe3d Fix sed error in podspecs on sed 4.4 2018-01-16 12:05:17 -08:00
Muxi Yan b0f821cef9 Generate more files in gRPC-Core.podspec from build.yaml 2017-12-19 15:40:25 -08:00
Muxi Yan 08aa228771
Merge pull request #13196 from muxi/upgrade-cocoapods-min-version
Require min Cocoapods version to be v1.2.0
2017-12-05 16:16:39 -08:00
Nicolas "Pixel" Noble 18a6837bb0 Merge branch 'v1.7.x' of https://github.com/grpc/grpc 2017-11-21 00:36:21 +01:00
Muxi Yan 3d2081b09a Require min Cocoapods version to be v1.2.0 2017-10-31 10:27:46 -07:00
Yash Tibrewal 3318979a5f Merge branch 'master' into testc++ize 2017-10-25 16:26:03 -07:00
Yash Tibrewal 34a57d0346 rename all test core files to cc and a lot of C++ style conversions 2017-10-25 16:23:01 -07:00
Muxi Yan 44d820ee2c One more fix in gRPC-Core.podspec that makes Xcode compile 2017-10-24 13:27:45 -07:00
Muxi Yan 94d669e022 Supress strict prototype warning in gRPC pods 2017-10-22 14:56:10 -07:00
Muxi Yan ae6bca4420 Make fix objc build problem 2017-10-20 17:57:54 -07:00
Muxi Yan cd9729780a Make platform-specific headers textual 2017-10-06 17:44:36 -07:00
Muxi Yan 405762733a Make platform-specific headers textual 2017-10-06 15:35:13 -07:00
Muxi Yan a83cd1c4cc Merge pull request #12772 from muxi/fix-xcode-misalign-warning
Fix Xcode warning of mis-aligned structs
2017-10-05 11:20:54 -07:00
Muxi Yan fb4cb27da2 Add PB_NO_PACKED_STRUCTS to gRPC-Core 2017-10-04 14:39:47 -07:00
Yash Tibrewal dabce0a93a macos objC build error 2017-10-04 11:58:02 -07:00
Muxi Yan 89cf5a4093 Eliminate gRPC-Core umbrella header warning by tweaking module.modulemap and excluding some files for other build systems 2017-10-02 13:19:56 -07:00
Muxi Yan 9ecc215658 Add PB_NO_PACKED_STRUCTS to gRPC-Core 2017-09-29 17:08:59 -07:00
Muxi Yan f0a6fd8329 Port #12258 2017-08-31 14:31:03 -07:00
Muxi Yan e60c0f82b5 Merge pull request #11714 from muxi/port-11712
Port #11712: Fix the nanopb's header include issue
2017-08-15 14:02:03 -07:00
Muxi Yan 8dc1b7db51 Merge pull request #11732 from muxi/update-podspecs
Advance versions of BoringSSL and protoc
2017-07-28 10:17:43 -07:00
Muxi Yan c0d3babbaa Update BoringSSL version 2017-07-10 15:25:52 -07:00
Mehrdad Afshari bb3d95b643 Use https://grpc.io consistently as the canonical URL 2017-07-10 22:24:28 +00:00