commit | 26e0f9a9e1267858848cbad0a145b87a4c07b2c6 | [log] [tgz] |
---|---|---|
author | Benoit Leforestier <benoit.leforestier@gmail.com> | Tue Oct 23 18:20:51 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Oct 29 09:15:04 2018 -0400 |
tree | 77a71cee8b90421a511448cf26d57fd8570349c7 | |
parent | 25d5736e690565af1446ace32349437dea738e57 [diff] |
Build: Improve C++ support Can choose the C++ standard (C++98/11/14/17/2a) Can link with standard C++ library (libstdc++) Add support of C++ exceptions Add support of C++ RTTI Add C++ options to subsys/cpp/Kconfig Implements new and delete using k_malloc and k_free if CONFIG_HEAP_MEM_POOL_SIZE is defined Signed-off-by: Benoit Leforestier <benoit.leforestier@gmail.com>