README.sgx 1.1 KB

12345678910111213141516171819202122
  1. Version: 5.2.1
  2. Changes:
  3. * Move unsupported STL headers to stlport/deprecated folder
  4. * Do not include ctime in stlport_prefix.h
  5. * Inlude __Named_exception imple. in stlport static library
  6. * Fix warnings under MSVC and GCC, and most of them are issues of unused parameters
  7. * Use sgx_read_rand for generating rand numbers
  8. * Replace unique(...) in _algo.h with LLVM imple.
  9. * Add no storage (zero-length) bitset in _bitset.h
  10. * Disable features rely on I/O operations
  11. * Disable wchar support
  12. * Define _NOTHREADS, _STLP_NO_THREADS, _STLP_USE_NEWALLOC, _STLP_NO_EXTENSIONS by default
  13. * Use Intel(R) Software Guard Extensions (Intel(R) SGX) C++ runtime library instead
  14. * Disable unsupported data types and interfaces in _cstdio.h, _cstdlib.h, _ctime.h, _cwchar.h, etc.
  15. * Add using _STLP_VENDOR_EXCEPT_STD::bad_alloc
  16. * Let _STLP_THROW_BAD_ALLOC call _STLP_ABORT() directly, do not use puts() and exit(1)
  17. * Do not use puts() in _STLP_THROW_MSG()
  18. * Use Intel(R) SGX spinlock instead
  19. * Add _sgx.h for Intel(R) SGX configurations
  20. * Do not include Windows/Linux system headers directly