Li, Xun 0fb9f47e78 Linux 1.9 Open Source Gold release преди 7 години
..
include 0fb9f47e78 Linux 1.9 Open Source Gold release преди 7 години
src 0fb9f47e78 Linux 1.9 Open Source Gold release преди 7 години
LICENSE.TXT 0fb9f47e78 Linux 1.9 Open Source Gold release преди 7 години
Makefile 0fb9f47e78 Linux 1.9 Open Source Gold release преди 7 години
README.sgx 0fb9f47e78 Linux 1.9 Open Source Gold release преди 7 години

README.sgx

Version: 3.9

Changes:
* Add __sgx to __config for Intel(R) Software Guard Extensions (Intel(R) SGX) specific configuration.
* Define _LIBCPP_HAS_NO_THREADS, _LIBCPP_HAS_NO_STDIN, _LIBCPP_HAS_NO_STDOUT, _LIBCPP_HAS_NO_GLOBAL_FILESYSTEM_NAMESPACE.
* Use Intel(R) SGX C++ runtime library (cpprt from libcxxrt project ) instead.
* Disable unsupported data types and interfaces.
* Disable features that depend on I/O operations.
* Use Intel(R) SGX mutex, condition variable and spinlock instead of libc++ implementation.
* Use sgx_read_rand for generating random numbers.
* Disable randon until we determine whether it's used safely.
* Do not include Windows/Linux system headers directly.
* Fix MSVC and GCC warnings with unused parameters.

TODO:
* Merge Intel(R) SGX mutex and condition variable into libc++'s mutex and and condition variable.
* Merge atomic support for ICC.
* Update cpprt (libcxxrt project) or replace with libcxxabi (component of LLVM project).