corda/sgx-jvm/linux-sgx/sdk/tlibstdcxx
Tommy Lillehagen f21f8e7142
ENT-1187 - Update Intel SGX SDK (#165)
* Remove diverged copy of 'linux-sgx'

* Squashed 'sgx-jvm/linux-sgx/' content from commit 3699ffd5e

git-subtree-dir: sgx-jvm/linux-sgx
git-subtree-split: 3699ffd5ebd8e79d599301fa2e5814e2386cad2d

* ENT-1194 - Executable heap

* ENT-1194 - Placeholder for passing of enclave context to create_thread
2017-12-14 12:33:15 +00:00
..
etc Add 'sgx-jvm/linux-sgx/' from commit '2df43c54f3a215b2fe927995c7a8869054cccf8f' 2017-03-13 12:18:12 +00:00
src ENT-1187 - Update Intel SGX SDK (#165) 2017-12-14 12:33:15 +00:00
stlport Refresh linux-sgx to v1.9+ from upstream. (#42) 2017-09-13 14:52:21 +01:00
Makefile Refresh linux-sgx to v1.9+ from upstream. (#42) 2017-09-13 14:52:21 +01:00
README.sgx Refresh linux-sgx to v1.9+ from upstream. (#42) 2017-09-13 14:52:21 +01:00

Version: 5.2.1

Changes:

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