zephyr/subsys/cpp
Benoit Leforestier 26e0f9a9e1 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>
2018-10-29 09:15:04 -04:00
..
CMakeLists.txt Build: Improve C++ support 2018-10-29 09:15:04 -04:00
cpp_ctors.c
cpp_dtors.c cpp: mark __dso_handle as weak. 2018-04-09 23:21:52 -04:00
cpp_init_array.c
cpp_new.cpp Build: Improve C++ support 2018-10-29 09:15:04 -04:00
cpp_virtual.c
cpp_vtable.cpp
Kconfig Build: Improve C++ support 2018-10-29 09:15:04 -04:00