This is an automated email from the ASF dual-hosted git repository.
dingyu pushed a change to branch v2.0.0-preview
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git.
from 35912b5 Update Readme.md
add c6d7523 add zlib-lazy-static-sample
No new revisions were added by this update.
Summary of changes:
.../{httpreq => zlib-lazy-static-sample}/Makefile | 4 +--
.../app/Cargo.toml | 0
.../zlib-lazy-static-sample}/app/build.rs | 0
.../app/src/main.rs | 27 +++++++++-----
.../enclave/Cargo.toml | 8 +++--
.../enclave/Xargo.toml | 0
.../enclave/config.xml | 0
.../enclave/enclave.edl | 8 ++---
.../zlib-lazy-static-sample}/enclave/enclave.lds | 0
.../zlib-lazy-static-sample}/enclave/private.pem | 0
.../zlib-lazy-static-sample}/enclave/src/lib.rs | 42 +++++++++++++---------
11 files changed, 55 insertions(+), 34 deletions(-)
copy samplecode/{httpreq => zlib-lazy-static-sample}/Makefile (98%)
copy samplecode/{switchless => zlib-lazy-static-sample}/app/Cargo.toml (100%)
copy {tests => samplecode/zlib-lazy-static-sample}/app/build.rs (100%)
copy samplecode/{rpc/server => zlib-lazy-static-sample}/app/src/main.rs (75%)
copy samplecode/{httpreq => zlib-lazy-static-sample}/enclave/Cargo.toml (87%)
copy samplecode/{rpc/server => zlib-lazy-static-sample}/enclave/Xargo.toml
(100%)
copy samplecode/{rpc/server => zlib-lazy-static-sample}/enclave/config.xml
(100%)
copy samplecode/{backtrace => zlib-lazy-static-sample}/enclave/enclave.edl
(91%)
copy {tests => samplecode/zlib-lazy-static-sample}/enclave/enclave.lds (100%)
copy {tests => samplecode/zlib-lazy-static-sample}/enclave/private.pem (100%)
copy {tests => samplecode/zlib-lazy-static-sample}/enclave/src/lib.rs (52%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]