zephyr/subsys/cpp
Aurelien Jarno a0b9e70e10 c++: kconfig: EXCEPTIONS needs to depend on NEWLIB_LIBC
C++ exception support needs to use the newlib C library in order to get
the abort function. C++ exceptions also do not work with the simple
malloc/free implementation provided by the Zephyr minimal C library.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-11-28 13:51:35 -08:00
..
CMakeLists.txt Build: Improve C++ support 2018-10-29 09:15:04 -04:00
Kconfig c++: kconfig: EXCEPTIONS needs to depend on NEWLIB_LIBC 2018-11-28 13:51:35 -08:00
cpp_ctors.c
cpp_dtors.c
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 C++: Fix vtable with libstdc++ 2018-10-30 08:11:28 -04:00