zephyr/subsys/cpp
Keith Packard e478a4e850 subsys/cpp: make libstdc++ select full libc to get tests working
Using a STD C++ library requires a toolchain-provided C library with
associated STD C++ library. Instead of using a dependency on !MINIMAL_LIBC,
select REQUIRES_FULL_LIBC so that the build will select a viable C library
rather than failing.

This allows all of the C++ tests to be run as a part of a standard twister
run. I expect this will uncover regressions in some of those which haven't
been run recently.

Signed-off-by: Keith Packard <keithp@keithp.com>
2022-11-22 12:54:00 +09:00
..
include
CMakeLists.txt
Kconfig subsys/cpp: make libstdc++ select full libc to get tests working 2022-11-22 12:54:00 +09:00
cpp_ctors.c
cpp_dtors.c
cpp_init.c
cpp_init_array.c
cpp_new.cpp cpp: Add C++20 [[nodiscard]] attribute to operator new 2022-10-03 10:13:25 +02:00
cpp_virtual.c
cpp_vtable.cpp