aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/BoringSSL.podspec
Commit message (Collapse)AuthorAge
* Revert umbrella header tooGravatar Muxi Yan2017-04-18
|
* Revert a change in BoringSSL 8.1Gravatar Muxi Yan2017-04-17
|
* Remove arm_arch and hack version numberGravatar Muxi Yan2017-04-13
|
* Fix modulemap redefinitionGravatar Muxi Yan2017-04-12
|
* Automatedly advance ObjC version numbersGravatar Muxi Yan2017-01-27
|
* Use BoringSSL tag instead of commit#Gravatar Muxi Yan2016-10-18
|
* Advance version of BoringSSLGravatar Muxi Yan2016-10-17
|
* Move Podspecs to v1Gravatar Jorge Canizales2016-08-18
|
* BoringSSL 5.0 is now tagged and pushed.Gravatar Jorge Canizales2016-07-18
|
* Point BoringSSL.podspec to 5.0 commit (pending tag)Gravatar Jorge Canizales2016-07-18
|
* Update err_data.c to BoringSSL commit 8d343b44bbabGravatar Jorge Canizales2016-07-18
|
* Advance versions from 0.14 -> 1.0Gravatar Jorge Canizales2016-07-15
| | | | | | | | Pending: - Tag BoringSSL repo. - Tag gRPC repo. - Build the plugin, zip it, and add it to the release. - Push Cocoapods to trunk.
* Add arm_arch.h back to fix compilation for devicesGravatar Jorge Canizales2016-07-07
|
* BoringSSL: further documentation nit.Gravatar Jorge Canizales2016-06-28
|
* BoringSSL fixup: pqueue.h is removed in v4Gravatar Jorge Canizales2016-06-28
|
* BoringSSL: move podspec to v4Gravatar Jorge Canizales2016-06-28
|
* BoringSSL: Document podspec hacksGravatar Jorge Canizales2016-06-28
|
* BoringSSL fixup: remove unneeded empty source fileGravatar Jorge Canizales2016-06-28
|
* BoringSSL: Intf and Impl subspecs. WIPGravatar Jorge Canizales2016-06-28
|
* BoringSSL: Point to v3 tag in the repoGravatar Jorge Canizales2016-06-28
|
* BoringSSL: import all in the umbrella headerGravatar Jorge Canizales2016-06-28
|
* Remove #include <inttypes.h> from BoringSSLGravatar Jorge Canizales2016-06-08
| | | | Apple hasn’t created a module map for that system header, which means it can’t be used from frameworks.
* Make BoringSSL work with frameworksGravatar Jorge Canizales2016-06-08
| | | | | | | | | | | 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.
* Upgrade BoringSSL podspec to v2.0Gravatar Jorge Canizales2016-01-25
|
* Move BoringSSL.podspec into src, and point Podfiles to itGravatar Jorge Canizales2015-12-01