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/11/02 20:40:09 UTC

[incubator-teaclave-sgx-sdk] branch master updated (9e3b220 -> ef8535a)

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 9e3b220  Update doc list in README
     add c6fd975  compiler: bump up to nightly-2020-10-25 for new AllocRef trait and AllocError
     add 5ff4b38  fix: suppress warning for link_args
     add 4dd70c6  Changing the AlignAlloc/RsrvMemAlloc to accept &self instead of &mut self
     new ef8535a  Merge pull request #279 from apache/support-new-allocator

The 1 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:
 rust-toolchain                        |  2 +-
 samplecode/switchless/app/src/main.rs |  1 +
 sgx_alloc/src/alignalloc.rs           | 14 ++++-----
 sgx_alloc/src/rsrvmem.rs              |  8 ++---
 sgx_alloc/src/system.rs               | 56 +++++++++++++++++------------------
 sgx_trts/src/oom.rs                   | 12 ++++----
 sgx_tstd/src/error.rs                 |  4 +--
 sgx_tstd/src/lib.rs                   |  1 +
 sgx_tstd/src/sync/condvar.rs          |  6 ++--
 sgx_tstd/src/sys/cmath.rs             |  4 +--
 10 files changed, 55 insertions(+), 53 deletions(-)


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


[incubator-teaclave-sgx-sdk] 01/01: Merge pull request #279 from apache/support-new-allocator

Posted by di...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ef8535a98e0fab54ea790e40af4bda145be988cf
Merge: 9e3b220 4dd70c6
Author: Yu Ding <18...@users.noreply.github.com>
AuthorDate: Mon Nov 2 12:40:03 2020 -0800

    Merge pull request #279 from apache/support-new-allocator
    
    compiler: bump up to nightly-2020-10-25 for new AllocRef trait and AllocError

 rust-toolchain                        |  2 +-
 samplecode/switchless/app/src/main.rs |  1 +
 sgx_alloc/src/alignalloc.rs           | 14 ++++-----
 sgx_alloc/src/rsrvmem.rs              |  8 ++---
 sgx_alloc/src/system.rs               | 56 +++++++++++++++++------------------
 sgx_trts/src/oom.rs                   | 12 ++++----
 sgx_tstd/src/error.rs                 |  4 +--
 sgx_tstd/src/lib.rs                   |  1 +
 sgx_tstd/src/sync/condvar.rs          |  6 ++--
 sgx_tstd/src/sys/cmath.rs             |  4 +--
 10 files changed, 55 insertions(+), 53 deletions(-)


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