You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by di...@apache.org on 2020/04/23 17:26:03 UTC

[incubator-teaclave-sgx-sdk] branch master updated (b7915af -> 31b3233)

This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git.


    from b7915af  Update Readme
     new fc3514e  remove sgx_core_futures
     new 07706dc  Fix psi and remoteattestation
     new 3397147  Update static-data-distribution Cargo.toml
     new 4d3468e  Update switchless Enclave.edl
     new 31b3233  Merge pull request #228 from volcano0dr/master

The 424 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 samplecode/psi/SMCServer/Makefile                  |   1 +
 samplecode/psi/SMCServer/enclave/src/lib.rs        |  32 +---
 samplecode/remoteattestation/Application/Makefile  |   1 +
 .../Application/enclave/src/lib.rs                 |  32 +---
 .../static-data-distribution/enclave/Cargo.toml    |   6 +-
 samplecode/switchless/enclave/Enclave.edl          |   1 +
 sgx_core_futures/Cargo.toml                        |  15 --
 sgx_core_futures/LICENSE                           | 202 ---------------------
 sgx_core_futures/Readme.md                         |   3 -
 sgx_core_futures/src/future.rs                     | 118 ------------
 sgx_core_futures/src/lib.rs                        |  99 ----------
 11 files changed, 12 insertions(+), 498 deletions(-)
 delete mode 100644 sgx_core_futures/Cargo.toml
 delete mode 100644 sgx_core_futures/LICENSE
 delete mode 100644 sgx_core_futures/Readme.md
 delete mode 100644 sgx_core_futures/src/future.rs
 delete mode 100644 sgx_core_futures/src/lib.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org