-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #536 from meganz/release/v3.0.0
MEGA C++ SDK Version 3.0.0
- Loading branch information
Showing
248 changed files
with
39,667 additions
and
15,575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
## CREDITS | ||
|
||
-------------------------------------------------------------------- | ||
#### Dependencies of the MEGA C++ SDK | ||
Here is a brief description of all of them: | ||
|
||
#### c-ares: | ||
Copyright 1998 by the Massachusetts Institute of Technology. | ||
|
||
c-ares is a C library for asynchronous DNS requests (including name resolves) | ||
|
||
http://c-ares.haxx.se/ | ||
|
||
License: MIT license | ||
|
||
http://c-ares.haxx.se/license.html | ||
|
||
#### libcurl | ||
Copyright (C) 1998 - 2016, Daniel Stenberg, <[email protected]>, et al. | ||
|
||
The multiprotocol file transfer library | ||
|
||
https://curl.haxx.se/libcurl/ | ||
|
||
License: MIT/X derivate license | ||
|
||
https://curl.haxx.se/docs/copyright.html | ||
|
||
#### Crypto++ | ||
Copyright (c) 1995-2013 by Wei Dai. (for the compilation) and public domain (for individual files) | ||
|
||
Crypto++ Library is a free C++ class library of cryptographic schemes. | ||
|
||
https://www.cryptopp.com/ | ||
|
||
License: Crypto++ Library is copyrighted as a compilation and (as of version 5.6.2) | ||
|
||
licensed under the Boost Software License 1.0, while the individual files in | ||
the compilation are all public domain. | ||
|
||
#### OpenSSL | ||
Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved. | ||
|
||
A toolkit implementing SSL v2/v3 and TLS protocols with full-strength cryptography world-wide. | ||
|
||
https://www.openssl.org/ | ||
|
||
License: OpenSSL License | ||
|
||
https://github.com/openssl/openssl/blob/master/LICENSE | ||
|
||
#### libuv | ||
Copyright Joyent, Inc. and other Node contributors. All rights reserved. | ||
|
||
libuv is a multi-platform support library with a focus on asynchronous I/O. | ||
|
||
https://github.com/libuv/libuv | ||
|
||
License: MIT | ||
|
||
https://github.com/libuv/libuv/blob/v1.x/LICENSE | ||
|
||
#### freeimage | ||
Copyright (c) 2003-2015 by FreeImage. All rights reserved. | ||
|
||
FreeImage is an Open Source library project for developers who would like | ||
to support popular graphics image formats like PNG, BMP, JPEG, TIFF and | ||
others as needed by today's multimedia applications. | ||
|
||
This software uses the FreeImage open source image library. | ||
See http://freeimage.sourceforge.net for details. | ||
|
||
License: FreeImage Public License - Version 1.0. | ||
|
||
http://freeimage.sourceforge.net/freeimage-license.txt | ||
|
||
#### SQLite | ||
SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. | ||
|
||
http://www.sqlite.org/ | ||
|
||
License: Public Domain | ||
|
||
http://www.sqlite.org/copyright.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/sh | ||
|
||
VERSION="1.0.2h" | ||
VERSION="1.0.2j" | ||
SDKVERSION=`xcrun -sdk iphoneos --show-sdk-version` | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.