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 subsystem: cleanup misc and make cpp a subsystem 2017-07-06 09:13:46 -05:00
cpp_dtors.c cpp: mark __dso_handle as weak. 2018-04-09 23:21:52 -04:00
cpp_init_array.c subsystem: cleanup misc and make cpp a subsystem 2017-07-06 09:13:46 -05:00
cpp_new.cpp Build: Improve C++ support 2018-10-29 09:15:04 -04:00
cpp_virtual.c subsystem: cleanup misc and make cpp a subsystem 2017-07-06 09:13:46 -05:00
cpp_vtable.cpp C++: Fix vtable with libstdc++ 2018-10-30 08:11:28 -04:00